# roshni.thakor.yaml
name: Roshni Thakor
location: Ahmedabad, India ๐ฎ๐ณ
role: Software Developer @ Eventus Security
experience: 3+ years
stack:
frontend: [React.js, Next.js, Redux Toolkit, HTML5, CSS3]
backend: [Node.js, NestJS, Express.js, REST APIs]
database: [MongoDB, MySQL, Prisma ORM]
tools: [Git, Docker, JWT Auth, Apache ECharts, Chart.js]
languages: [JavaScript, TypeScript, Python, Java]
currently_learning:
- System Design
- Advanced DSA (targeting FAANG)
- Docker & DevOps fundamentals
goals:
short_term: Crack FAANG-level technical interviews
long_term: Work abroad at a top-tier tech company
beyond_code:
- ๐จ Painting & sketching
- ๐ง Yoga & strength training every morning
- ๐ฟ Spending time in nature| ๐ Project | ๐ก What it does | ๐ Stack |
|---|---|---|
| ๐ Graph Algorithm Visualizer | Interactive step-by-step visualizer for BFS, DFS, Dijkstra, A* & Bellman-Ford. Custom adjacency list โ no external graph lib | React.js, JavaScript |
| ๐ Color Scheme Auth System | Session-password auth that rotates credentials every login. Brute-force & dictionary attack resilient | MERN Stack |
| ๐บ๏ธ Path Finding Visualizer | Real-time pathfinding algorithm visualizer with wall-drawing and step animation | HTML, CSS, JS, Node.js |
| ๐ Password Manager | AES-encrypted credential vault with master-password hashing and CLI interface | Python |
๐ Replace
#with your actual repo links
โ๏ธ To enable the snake animation, create
.github/workflows/snake.ymlin this repo โ instructions below โ
๐ How to enable the snake animation
Create .github/workflows/snake.yml with:
name: Generate Snake
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: Platane/snk@v3
with:
github_user_name: roshnithakor07
outputs: |
dist/github-contribution-grid-snake.svg
dist/github-contribution-grid-snake-dark.svg?palette=github-dark
- uses: crazy-max/ghaction-github-pages@v3
with:
target_branch: output
build_dir: dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}๐ฒ Solve 300+ LeetCode problems [ DSA mastery ]
๐ฒ Earn HackerRank Problem Solving Intermediate [ Certification ]
๐ฒ Build a full System Design project [ Scale thinking ]
๐ฒ Contribute to an open source project [ Community ]
๐ฒ Land a role at a top-tier tech company [ FAANG goal ๐ฏ ]
"Code is like humor. When you have to explain it, it's bad." โ Cory House
โญ๏ธ From roshnithakor07