Skip to the content.

Khushi Patel

Welcome to my page! My name is Khushi, and I’m a second year studying Computer Science @ UC San Diego.

Sections:

My LinkedIn and GitHub

Interests

Some Favorite Quotes

Other Things About Me

Academic Tasks for this week

My LinkedIn and GitHub

My LinkedIn

My GitHub

Hello in Python vs Java vs C++

Python:

print("Hello World!")

Java:

public class HelloWorld {
    public static void main(String[] args) {
        System.out.println("Hello, World");
    }
}

C++:

#include <iostream>
using namespace std;

int main() {
    cout << "Hello World!";
    return 0;
}

Interests

Below are my technical and non-technical interests!

Technical

  1. Software Engineering Processes
  2. Full-stack Development
  3. Containers and orchestration software
  4. Computer Vision applications

Non-technical

  1. Cooking
  2. Hanging out with friends & family
  3. Watching TV shows and movies

Some Favorite Quotes

In no particular order since it’s too hard to rank them:

Other Things About Me

I’m currently a technical event director for ACM @ UCSD - check out our website here! I’m also conduction research as part of Early Research Scholars Program(ERSP) here at UCSD.

Academic Tasks for this week