Skip to content
View ShyamSunder149's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report ShyamSunder149

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

πŸ‘‹ Hey, I'm Shyam Sunder

πŸš€ System Engineering Enthusiast | πŸ€– AI Builder | βš™οΈ Backend Developer

I build scalable systems and apply AI to solve real-world problems. Currently focused on combining distributed systems + machine learning.


🧠 About Me

  • πŸ”­ Working on: AI + System Design Projects
  • 🌱 Learning: Distributed Systems, LLM Applications, System Design
  • πŸ’¬ Ask me about: Backend Development, APIs, System Architecture
  • ⚑ Fun fact: I enjoy breaking systems just to understand how they work

πŸ› οΈ Tech Stack

Languages: JavaScript, Python, Go

Databases: MongoDB, MySQL, Redis

Tools & Concepts: Docker, Git, GCP, REST APIs


πŸš€ Featured Projects

  • Spending Calculator - Analyses my spending habits with google pay transactions
  • Transactional KV store - Wrote a bare minimum stuff to learn go and KV stores
  • Video Compressor - Made a custom ffmpeg wrapper to compress some unwanted videos
  • Folder organiser - Made this to cleanup my downloads folders whenever I download a lot of things

πŸ“Š GitHub Stats

Stats Streak


🧩 What I'm Looking For

  • 🀝 Opportunities in startups (System Engineering / AI roles)
  • πŸ’‘ Collaborations on impactful projects
  • πŸš€ Building scalable and intelligent systems

🌐 Connect With Me


⭐ β€œBuild systems that scale. Build intelligence that matters.”

Pinned Loading

  1. spending-calculator spending-calculator Public

    Working on a spending calculator since I'm lazy to log my daily expenses or to build an app which tracks messages on mobile

    Python

  2. transactional-kvstore transactional-kvstore Public

    Working on a transaction in memory kv store hoping to learn structs, interfaces and pointers in go in a better way

    Go

  3. CTF-Notes CTF-Notes Public

    CTF Notes made for my references for Solving CTFs

    Python

  4. Bloom-filters Bloom-filters Public

    A simple bloom filter implementation done in OCaml

    OCaml

  5. folder-organiser folder-organiser Public

    A Folder organiser written in python which is capable of arranging files in folder according to the filetype and deleting duplicate entries by checking their hashes

    Python

  6. video-compressor-ffmpeg video-compressor-ffmpeg Public

    A Small video compressor made using ffmpeg for personal usage

    Python