Welcome to My User Page
About Me
Hello, I’m Aruthan Raveendra, a passionate programmer who loves solving complex problems. I’m currently working on various projects including web development and software engineering.
Go to My Skills
My Skills
- Programming Languages:
- Python
- JavaScript
- Java
- C++
- Technologies:
- React
- Node.js
- Git
- HTML/CSS
“The only way to do great work is to love what you do”
— Steve Jobs
My Projects
1. Pass the Aux
- A mobile app built with React Native and Expo that allows users to share music through an interactive playlist.
2. Terminal-based dictionary
- A C-based system for navigating a dictionary using the linux terminal.
Links
What I like!!

Code Example
Here’s a simple Python code snippet:
```python
def greet(name):
return f”Hello, {name}!”
print(greet(‘Aruthan’))