Skip to content
View yeshu2004's full-sized avatar

Highlights

  • Pro

Block or report yeshu2004

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
yeshu2004/README.md

Hi, I’m Yeshu 👋

I build practical web and systems tools that solve real problems. I started with front-end projects and design-focused apps, and over the last year I’ve been moving deeper into backend and systems work with Go — building networking tools, queues, and small distributed primitives so I can learn how real production systems behave.

This profile README is the real me: curious, pragmatic, and focused on shipping solid code with good documentation. I value readable code and clear demos over clever one-liners.

Portfolio: https://yeshu-portfolio-26.vercel.app/


About me

  • Role: Full-stack engineer leaning toward backend & systems (Go, Node, JS/TS, React).
  • Current focus: building scalable backend services in Go — queues, rate limiters, crawlers, and lightweight data stores.
  • Looking for: meaningful projects and teams where I can learn systems design and contribute to production-quality services.

I pick projects that help me learn one or two important concepts deeply (e.g., the internals of a protocol, queue reliability, or an algorithm), then I try to make them usable and documented so others can run them quickly.

What I care about (principles)

  • Readable code and clear variable names
  • Small, focused commits and good commit messages
  • Good README (I have recently started uploading them)

Thanks for the trust — this README is written to show who I am as a developer: practical, curious, and committed to shipping code that others can read, run, and build on.

Profile view counter on GitHub

Pinned Loading

  1. video-pipline video-pipline Public

    Tried a distributed, event-driven video processing system for adaptive bitrate streaming (ABS). Converts uploaded videos into multiple resolutions (240p, 480p, 720p) with HLS segmentation, enabling…

    Go

  2. go-event-booking go-event-booking Public

    A real-world event booking full stack project which focus on doing things the right way safe seat booking, caching, async processing, and cloud integrations.

    JavaScript

  3. go-web-crawler go-web-crawler Public

    A simple and efficient web crawler written in Go. This is designed for crawling web pages and following links to deepen exploration(BFS approch).

    Go 1

  4. EY-Techathon EY-Techathon Public

    Fetches a dummy credit score, Validates eligibility for loans & Generates an automated PDF sanction letter.

    Go

  5. WhisperLink WhisperLink Public

    WhisperLink is a sleek, anonymous Q&A platform(both audio & text) built with the MERN stack

    JavaScript

  6. go-load-balancer go-load-balancer Public

    This document outlines the implementation of load balancing algorithms, specifically Simple Round Robin, Weighted Round Robin, and Sticky Sessions, to efficiently distribute incoming network traffi…

    Go