Skip to content
View pavana05's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report pavana05

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
pavana05/README.md
---

🧑‍💻 about_me.py

class Pavan:
    def __init__(self):
        self.role = "Student · Full-Stack Developer · Cloud & Data Enthusiast"
        self.focus = "Designing and building fast, scalable web experiences"
        self.loves = ["clean UI/UX", "solving real-world problems", "open source"]
        self.also_into = ["cloud computing", "data analytics", "dashboards that tell a story"]
        self.currently_learning = "something new, every single week"
        self.communities = ["GDG", "Google Cloud Arcade"]
 
    def philosophy(self):
        return "Good design is invisible — until it's missing."
 
    def say_hi(self):
        return "Let's build something people actually enjoy using."

Building things I'd want to use myself.


🎯 current_focus.md

  • 🚀 Shipping polished, production-ready web apps end-to-end
  • 🎨 Obsessing over micro-interactions and motion that make UI feel alive
  • 🧠 Leveling up in system design and scalable architecture
  • 🤖 Exploring how AI-assisted tools can speed up great engineering, not replace it
  • 🌍 Growing through GDG and other developer communities

🧭 journey.log

2023 Wrote my first "Hello World" and got hooked 2024 Started building real projects, discovered the joy of good UI 2025 Went deep on system design — shipped things, broke things, learned why Now Building fast, polished products — and always up for the next hard problem

2026 goals → ship 3 polished side-projects · contribute to 5 open-source repos · speak at a local dev meetup


🎓 education.log

Qualification Institution Years
Bachelor of Computer Applications (BCA) Hoysala Degree College 2023 – 2026
CEBA (PU) Hoysala PU College 2021 – 2023
SSLC Ebenezer St Thomas School 2020

🛠️ tech_stack.sh

**🌐 Languages** **🎨 Frontend & Backend** **💾 Databases & Cloud** **📈 Data Analytics**

SQL Excel Power BI

🧰 Tools

---

core_skills.json

Responsive Design REST APIs Component Architecture State Management UI Prototyping Performance Optimization Git Workflows


📊 github_stats.json

> Stats & top-languages are self-hosted (see the setup note at the very top of this file) so they're immune to the public server's rate limits. Streak / activity graph / trophy still pull live from their own shared servers — usually stable, but tell me if any of those go blank too and I'll move them to the same self-hosted setup.

🌐 developer_network.md

---

🏅 achievements.log

> Got a Holopin board too? There's a slot for it in **Level Up** below.

🚀 featured_projects/

Project Description Tech Links
Official College Website Built with a 3-member team for Hoysala Degree College. CSS TypeScript Supabase Demo · GitHub
Portfolio Website Fully responsive personal portfolio showcasing my work. React.js Demo · GitHub
Data Analysis Project Processed mall customer records into strategic business insights. Python SQL Excel Power BI Demo · GitHub
Microbes Prediction Project ML prediction system built on a Random Forest model. Python HTML Demo · GitHub

Add your repo links above (Demo/GitHub) whenever you have them handy — the descriptions and tech are already pulled straight from your resume.


💬 quote_of_the_day

---

🎲 fun_facts.txt

Click to reveal
- 🌙 Dark mode isn't a preference, it's a personality trait - ⏱️ Can spend an hour tuning a 200ms animation curve until it feels "right" - ☕ Believes the best ideas show up mid-debugging, never during planning - 🧩 Has more side-project ideas than hours in the week - 🔁 `git commit -m "fix"` shows up in the log more often than it should
```python # bugs are just undocumented features in disguise try: ship_it() except Bug as oops: laugh(); fix(oops); ship_it() ```

📫 lets_connect.md

I'm always up for talking product, design, or a good technical rabbit hole — reach out, I read everything.

---
🔧 Level Up — optional extras (a few minutes of setup, then they run themselves)
These depend on either a file you upload or an account you may not have yet, so they're kept out of the main view until you're ready for them.

1 · Contribution snake Add the included snake.yml to .github/workflows/ in this repo, then run it once from the Actions tab (this is the same workflow that already powers the self-hosted stats cards above).

<picture>
  <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/pavana05/pavana05/output/github-contribution-grid-snake-dark.svg" />
  <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/pavana05/pavana05/output/github-contribution-grid-snake.svg" />
  <img alt="pavana05's contribution snake" src="https://raw.githubusercontent.com/pavana05/pavana05/output/github-contribution-grid-snake.svg" width="100%"/>
</picture>

2 · Custom hero illustration Upload the included hero-illustration.svg to this repo's root, then drop this line in wherever you'd like it (e.g. under the wave banner):

<img src="./hero-illustration.svg" width="260" alt="Developer workspace illustration"/>

3 · Holopin badge board Create a free account at holopin.io, then add:

[![Holopin board](https://holopin.io/api/user/board?user=pavana05)](https://holopin.io/@pavana05)
---
![Profile Views](https://komarev.com/ghpvc/?username=pavana05&style=flat&color=8b5cf6&label=Profile+Views) coding setup **Thanks for stopping by — go build something. ✨**

Popular repositories Loading

  1. ai-3d-model ai-3d-model Public

    TypeScript 1

  2. file-transfer-pavan file-transfer-pavan Public

    TypeScript 1

  3. help-center-template help-center-template Public

    TypeScript

  4. Signal-server Signal-server Public

    HTML

  5. awesome-ai-apps awesome-ai-apps Public

    Forked from Arindam200/awesome-ai-apps

    A collection of projects showcasing RAG, agents, workflows, and other AI use cases

    Python

  6. Signal-chat Signal-chat Public

    Kotlin