About-Me

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

“The only way to do great work is to love what you do”
— Steve Jobs

My Projects

1. Pass the Aux

2. Terminal-based dictionary

What I like!!

Favorite hockey team

Code Example

Here’s a simple Python code snippet:

```python def greet(name): return f”Hello, {name}!”

print(greet(‘Aruthan’))