CSE110-Lab-Week1

View project on GitHub

CSE110 Lab Week 1

“All of us do not have equal talent. But, all of us have an equal opportunity to develop our talents.”
                                             -Dr. A.P.J. Abdul Kalam

Table of Contents

  1. Introduction

  2. Technical Skills

  3. Extracurricular Activities

About Me:

Hi there! I am Steve Padmanaban, second-year student at UC San Diego. I am currently majoring in Math & Computer Science. My passion for Computer Science sparked at a small age when curious about how computers are influencing humanity.

By high school, I further expanded this interest by taking CS courses and developing multi-tier projects which focus on real life applications of CS principles in industries such as healthcare and finance. These projects are located in my Github which contains the repositories of them.

Steve Picture




Programming Skills

I have experience with some of the most popular and robust programming languages when creating the projects as well as from classes that I have taken. These langauges include:

  • Java
  • C
  • C++
  • Python
  • Javascript
  • HTML/CSS
  • SQL Server
  • ARM Assembly

Programming languages such as Java and Python have different syntaxes in which programmers new to one language or the other would at first mix up syntaxes. For example, here is how to write an if statement both in Java and Python:

Java:             
                    
int x = 5;
if (x > 1) {
    x *= 2;
} else {
    x--;
}   

Python:                
x = 5
if x > 1:
    x *= 2
else:                         
    x--;



Hobbies & Experience

I play 2 musical instruments: the piano and saxophone since I was in middle school, and was awarded Superior Rating for Solo Ensemble for the Tenor Saxophone. For my pastime, I play sports such as basketball and tennis. I am an avid car fan, and like to keep up with the lateset car trends.

I served at my church, Christian Life Center, as a Quizmaster in the Junior Bible Quiz Program. I led officials, coaches, and quizzers during South Florida League Junior Bible Quiz matches and served as an official in the 2019 National Junior Bible Quiz matches in Tucson, AZ.

JBQ Music Symbol




Rubric

  • Headings
  • Styling Text
  • Quoting Text
  • Quoting Code
  • External Links
  • Section Links
  • Relative Links
  • Ordered and Unordered Lists
  • Task Lists