Skip to content
View SamirMishra27's full-sized avatar
😀
Working on HandCricket!
😀
Working on HandCricket!

Block or report SamirMishra27

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

Hey 👋 I'm Samir

I build platforms, not just sites.

Software engineer specializing in backend systems, APIs, data infrastructure, and automation pipelines. Strong track record of taking products from scratch to deployment and keeping them operational in production. Currently exploring LLMs, agentic AI, and system design.

Selected Projects

Writing

Highlights

  • Working professionally as a software engineer for 2.5+ years
  • Built and delivered a freelance project
  • Comfortable owning products from scratch to deployment and ongoing maintenance
  • Won a ReactPlay hackathon: view banner

Tech

Languages: TypeScript, JavaScript, Python, Go, Rust
Frontend: React, Next.js, Svelte, Vite, Tailwind CSS
Backend and tools: Node.js, FastAPI, Flask, n8n
Databases: MySQL, SQLite, MongoDB, PostgreSQL

Around the web

GitHub

Currently

  • Learning system design one concept at a time
  • Spending free time on guitar
  • Side interests: smartphones and stand-up

Pinned Loading

  1. Tracknsolve-Issue-Tracker Tracknsolve-Issue-Tracker Public

    Full stack issue tracker built in Next.js 🔥 Tracknsolve - Track your issues with the most elegant & easy-to-use application

    TypeScript 2

  2. Wordle-Unlimited Wordle-Unlimited Public

    Enhanced features word puzzle! **Hack-a-thon** winning submission

    TypeScript 1 2

  3. Useful and convenient PM2 commands' ... Useful and convenient PM2 commands' aliases because I hate typing them every time I have to check a process.
    1
    # Simply copy and paste this entire content in your server's ~/.bashrc file.
    2
    # PM2 Custom Functions & Aliases
    3
    
                  
    4
    # Listing
    5
    alias pm2li='pm2 list --sort id:asc'