L1-GitHubPagesProject

Aaran Patel’s User Page

Jump to About Me

About Me

Hi, I’m Aaran Patel. I am an Electrical and Computer Engineering student who enjoys solving technical problems, building projects, and learning how software and hardware work together.

As a programmer, I like working with C, Java, and problem-solving-heavy topics such as data structures, algorithms, and embedded systems. I enjoy writing code that is both practical and efficient, and I like understanding why something works rather than just memorizing it.

As a person, I am interested in technology, fitness, design, and building things that feel meaningful. I like projects that combine creativity with technical skill.


Picture

A photo of me

Link to my LinkedIn

I think programming is most rewarding when it lets you turn an idea into something real.


My Programming Interests

Favorite Languages

  1. C
  2. Java
  3. C++

Things I Enjoy Learning

Current Goals


Current Goals


Example Code

Here is a small example in C++:

```cpp #include using namespace std;

int main() { cout « “Hello, GitHub Pages!” « endl; return 0; }