๐ Setup note: this is a static SVG (not an external widget), so it never breaks. Put the
neofetch.svgfile (attached below) in a newassets/folder in yourKeshav1605/Keshav1605repo, then push โ the image above will load straight from your repo.
- ๐ Interning @ CyberEthic โ building a full-stack careers portal from scratch (PHP 8.2 + PDO, MySQL, vanilla JS) with a security-first mindset โ JWT auth, input sanitization, the works.
- ๐ฑ Interning @ ZeroCarbon โ working on frontend engineering for their MCP server product website.
- ๐ฏ Program Manager @ ECSoC (currently running) โ leading the Elite Coders Summer of Code program.
- ๐ Program Manager @ ECWoC (wrapped March 2026) โ ran the Elite Coders Winter of Code program end-to-end.
- ๐ฐ๏ธ Building Vector Vyuh โ a student community platform spanning Tech, MUN, Research & Defence/Strategy verticals.
- ๐งฎ Grinding Striver's A2Z DSA Sheet โ daily consistency, no shortcuts, aiming for placements.
I'm an IT undergrad at JMIT ('27), currently working as a Junior Developer at Elite Coders. I like owning things end-to-end โ from designing the architecture to shipping the last pixel. Most of my recent work sits at the intersection of full-stack development and security-conscious engineering.
When I'm not shipping code, I'm either mentoring open-source contributors through ECWoC/ECSoC, organizing hackathons, or one problem deeper into the DSA grind.
โ hover over any icon on GitHub's rendered view โ they light up
โ๏ธ Setup note (one-time): this snake auto-animates from your contribution graph, but needs a tiny GitHub Action to generate it โ see the workflow file at the bottom of this file, drop it in
.github/workflows/snake.ymlin yourKeshav1605/Keshav1605repo and it'll self-update daily.
โ๏ธ GitHub Action for the Snake Animation (one-time setup)
Create .github/workflows/snake.yml in your Keshav1605/Keshav1605 repo:
name: Generate Snake
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch: {}
push:
branches: [ "main" ]
jobs:
generate:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: Platane/snk/svg-only@v3
with:
github_user_name: ${{ github.repository_owner }}
outputs: |
dist/github-contribution-grid-snake-dark.svg?palette=github-dark
dist/github-contribution-grid-snake.svg
- uses: crazy-max/ghaction-github-pages@v4
with:
target_branch: output
build_dir: dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}Push this, run the workflow once manually (Actions tab โ Generate Snake โ Run workflow), and the snake will start eating your contribution graph daily.


