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.

I think programming is most rewarding when it lets you turn an idea into something real.
Here is a small example in C++:
```cpp
#include
int main() { cout « “Hello, GitHub Pages!” « endl; return 0; }