Skip to content
View animesh-94's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Block or report animesh-94

Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
animesh-94/README.md

Hi, I'm Animesh Yadav ๐Ÿ‘‹

๐Ÿš€ Software Developer | C++ | Backend & Systems Programming

I build high-performance systems, enjoy working close to the metal with C++, and actively explore backend and full-stack engineering. My focus is on writing clean, efficient, and production-ready code while continuously strengthening my fundamentals in data structures, algorithms, and system design.


๐Ÿ‘จโ€๐Ÿ’ป About Me

  • ๐ŸŽ“ Final-year Computer Science student
  • ๐Ÿ’ป Strong foundation in C++ and low-level systems programming
  • ๐ŸŒ Exploring backend and full-stack development
  • ๐Ÿง  Interested in system design, performance optimization, and scalable architectures
  • ๐ŸŽฏ Goal: Build production-grade software and contribute to open-source projects

I believe strong fundamentals + clean abstractions = scalable systems.


๐Ÿ› ๏ธ Technical Skills

๐Ÿ’ป Programming Languages

C++ JavaScript TypeScript


๐Ÿงฐ Tools & Technologies

Git GitHub VS Code


๐Ÿ“š Currently Learning

Node.js React MySQL


๐Ÿš€ Featured Projects

๐ŸŒ HTTP Server in C++

๐Ÿ”— https://github.com/animesh-94/HTTP-server-in-C-

A lightweight HTTP server built from scratch in C++, showcasing:

  • Socket programming
  • HTTP request parsing
  • Protocol-level understanding

๐ŸŽฎ Tic-Tac-Toe (C++)

๐Ÿ”— https://github.com/animesh-94/tic-tac-toe

Console-based game emphasizing:

  • Array-based logic
  • Game-state management
  • Modular C++ design

๐Ÿค– Hackathon ChatBot

๐Ÿ”— https://github.com/animesh-94/Hackathon_ChatBot

JavaScript-based chatbot featuring:

  • Automated responses
  • Basic NLP concepts
  • Event-driven logic

๐Ÿ” Login System (C++)

๐Ÿ”— https://github.com/animesh-94/Login-form-

Secure authentication system demonstrating:

  • File handling
  • User validation
  • Fundamental security principles

๐Ÿ“Š GitHub Statistics


๐Ÿ† Current Focus

  • ๐Ÿ”จ Backend and systems-oriented projects
  • ๐Ÿ“š Advanced DSA and problem-solving
  • ๐Ÿง  Low-level design and system architecture
  • ๐Ÿค Open-source contributions

๐Ÿ“ซ Connect With Me


โ€œThe best way to predict the future is to create it.โ€ โ€” Peter Drucker

Pinned Loading

  1. PortfolioOptimizer PortfolioOptimizer Public

    The system follows a clean clientโ€“server architecture where all computationally intensive quantitative logic is executed in a high-performance C++ backend. The React frontend acts purely as a visuaโ€ฆ

    JavaScript

  2. parallel_algorithm parallel_algorithm Public

    Parallel Algorithms Playground implements and benchmarks sequential vs OpenMP-parallel BFS, matrix multiplication, and merge sort in C++, focusing on scalability, speedup, and synchronization behavโ€ฆ

    C++

  3. LLD-and-OOPS-JAVA LLD-and-OOPS-JAVA Public

    Made this repository so that I can retain the LLD concept in my mind and can get a faster access to my state of the art notes (thnx to ChatGPT for commenting the usefull info). It is a public reposโ€ฆ

    Java

  4. graph-navigator graph-navigator Public

    Graph Visualizer is an interactive web application designed to make graph algorithms intuitive through real-time visualization. It focuses on core concepts such as BFS and DFS traversal and articulโ€ฆ

    TypeScript