$ whoami
> Ganesh β Full Stack Dev | SaaS Architect | AI Builder
> Currently: shipping scalable systems & breaking prod at 3am π₯
> Stack: React Β· Next.js Β· Node Β· PostgreSQL Β· Docker Β· GCP/AWS
> Mode: [ ββββββββββ ] ALWAYS BUILDINGconst ganesh = {
role : "Full Stack Developer β AI Assisted",
focus : ["SaaS Platforms", "Microservices", "Micro-Frontends", "GenAI"],
currentBuild: "Scalable review management system w/ distributed arch",
cloud : ["GCP", "AWS"],
devOps : ["Docker", "CI/CD", "Event-Driven Systems"],
openTo : "Large-scale collabs, SaaS products, GenAI on AWS",
contact : "ganeshusuals@gmail.com",
contributions: "293 in the last year π₯",
commitRatio : "93% commits Β· 5% issues Β· 2% PRs",
activeRepos : "wbt-web-support, to-do-list 0026 16 more",
funFact : "My commits are more consistent than my sleep schedule"
};$ cat ~/.ai_stack
> Daily drivers powering the build...$ git log --stat --author="Ganesh" --since="1 year ago" | tail -5
> 293 contributions in the last year
> ββββββββββββββββββββββ 93% Commits
> ββββββββββββββββββββββ 5% Issues
> ββββββββββββββββββββββ 2% Pull Requests
> Contributed to: wbt-web-support, to-do-list & 16 other reposNote: To activate the snake, create
.github/workflows/snake.ymlin your profile repo:name: Generate Snake on: schedule: [{ cron: "0 0 * * *" }] workflow_dispatch: jobs: generate: runs-on: ubuntu-latest steps: - uses: Platane/snk@v3 with: github_user_token: ${{ secrets.GITHUB_TOKEN }} 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 }}



