Skip to content
View Keshav1605's full-sized avatar

Highlights

  • Pro

Block or report Keshav1605

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
Keshav1605/README.md

Typing SVG


๐Ÿ’ป whoami

neofetch

๐Ÿ“ Setup note: this is a static SVG (not an external widget), so it never breaks. Put the neofetch.svg file (attached below) in a new assets/ folder in your Keshav1605/Keshav1605 repo, 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.

๐Ÿง  About Me

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.


๐Ÿ› ๏ธ Tech Stack

โ†‘ hover over any icon on GitHub's rendered view โ€” they light up


๐Ÿ“ˆ Activity Graph


๐Ÿ Contribution Snake

โš™๏ธ 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.yml in your Keshav1605/Keshav1605 repo and it'll self-update daily.


๐Ÿ“Š GitHub Stats


โš™๏ธ 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.

Pinned Loading

  1. AstroGuard AstroGuard Public

    HTML 1 1

  2. Revenue-Rescue Revenue-Rescue Public

    TypeScript