Skip to content
View akshayhat's full-sized avatar
  • IT Graduate
  • Kanpur

Block or report akshayhat

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

Hi, I'm Akshay👋

I’m a backend developer who genuinely enjoys building systems that work fast, scale well, and don’t set themselves on fire in production.
I spend my time juggling Go routines, distributed systems diagrams, and existential questions like:
“Why is it working now when I changed nothing?” 🤔

I believe in clean architecture, meaningful automation, and writing code that Future Me won’t hate.
If I’m not coding, I’m probably breaking things so I can learn how to fix them better 😌

What I’m Working On

  • Building scalable Load Balancer from scratch in Go
  • Designing distributed system patterns for backend services
  • Improving data pipelines and warehouse fundamentals
  • Experimenting with LLM-based agent workflows & API integrations
  • Strengthening competitive programming and core DSA patterns

Projects I’m Proud Of

  • Skill Verification System (Blockchain) — Verified skill authenticity using smart contracts, encrypted chat & role-based access.
  • Currency Conversion API (Fintech-grade) — High-accuracy multi-source FX rate service with caching and failover.
  • Load Balancer in Go (In Progress) — Routing, health checks, weighted round robin, monitoring.
  • URL Shortener Service — Lightweight, scalable URL shortening logic with unique IDs.
  • Real-Time Stock Dashboard (J.P. Morgan Internship) — Streaming finance data dashboard.
  • Password Hash Security Audit (Goldman Sachs) — Cracked & analyzed password hashes using Hashcat optimization.

What I’m Currently Leveling Up In & Open to Collaborating On

I’m deepening my skills in backend engineering, distributed systems, cloud fundamentals, and system design patterns — the kind of things that make services reliable, scalable, and actually fun to build.

I’m also exploring AI-powered automation workflows and document intelligence systems — because if a task can be automated, it should be ✨

If you’re working on any of the following, I’d love to collaborate or brainstorm:

  • Scalable backend services & microservice architectures
  • Distributed systems & load balancing strategies
  • Data pipelines, warehousing, and cloud-native deployments
  • Blockchain identity, security, and verification workflows
  • AI + DevOps automation & real-world intelligent tooling

Basically — if your project involves scaling, optimizing, securing, or automating systems, we’re already speaking the same language 😄

🛠️ Tech Stack

💻 Languages: Go, Python, JavaScript, SQL
🧰 Backend: Node.js, FastAPI, Gin, Express
🗄️ Databases: PostgreSQL, MongoDB, Redis
☁️ Cloud: GCP, Azure
⛓️ Blockchain: Ethereum, Solidity, Metamask
🛠️ System Tools: Docker, Git, Linux, CI/CD
🔗 APIs: REST, Webhooks, WebSockets

📫 Connect With Me

I believe in building things that are simple, scalable, and meaningful.
Always open to discussion, brainstorming, and new opportunities.

Popular repositories Loading

  1. Coding-Questions Coding-Questions Public

    A bit set of questions just for coding practice . Thanks!!

  2. akshayhat akshayhat Public

    Config files for my GitHub profile.

  3. jpmc-task-1 jpmc-task-1 Public

    Forked from vagabond-systems/jpmc-task-1

    Starter repo for task 1 of the JPMC software engineering program

    Python

  4. JP-Morgan-Online-Internship JP-Morgan-Online-Internship Public

    Built as part of the J.P. Morgan Chase & Co. Software Engineering Virtual Internship, this project simulates a real-time stock dashboard using React and Perspective. It helped me learn how to proce…

  5. Delivery-API Delivery-API Public

    The Delivery Cost Calculator API is a backend service that determines the most cost-effective delivery option by selecting the optimal warehouse based on product weight and customer location. It he…

    Python

  6. Mini-URL-Shortener-API Mini-URL-Shortener-API Public

    The Mini URL Shortener API is a simple and efficient service that converts long URLs into short, shareable links. It supports custom aliases, redirection, and expiry using MongoDB. Built with Node.…

    JavaScript