Saket M.
01about.md

About

Hi, I’m Saket Maurya, a Backend Developer with experience building scalable and efficient backend systems using Golang. I also have full-stack development experience, building clean, reliable, and user-focused digital solutions. When I’m not coding, you’ll find me exploring new ideas, contributing to open-source projects, or engaging with tech communities.

B.Tech CSE (AIML) student
Go developer
Web & Backend developer
OSS Contribution
02<TechStackSection/>

Tech Stack

The stack I use to design, build, and ship software.

go logo
typescript logo
javascript logo
react logo
postman logo
html5 logo
css logo
tailwindcss logo
cloudflare logo
docker logo
ubuntu logo
nodejs logo
nextjs logo
git logo
GitHub logo
sqlite logo
postgresql logo
mysql logo
03<ExperienceSection/>

Experience

Keploy

Open Source Contributor

Feb 2025 – Present

Open Source Contributor at @keploy

  • Built and maintained a Go-based application using the Gin framework, SQLite, and Keploy for automated testing.
  • Authored concise local setup documentation to improve developer onboarding
  • Resolved UI issues in Keploy’s Blog site, enhancing user experience
  • Optimized CI by configuring GitHub Actions to lint only modified files
    Open Source
    rest-api
    ci-cd
04<ProjectSection/>

Projects

A high-performance Layer 7 load balancer built in Go with support for multiple routing algorithms and configurable health checks.

  • Designed and implemented a high-performance L7 load balancer in Go.
  • Supports round-robin, least-connections, IP hash, and weighted round-robin algorithms.
  • Implemented a YAML-based configuration system using a config.yaml file.
  • Built a periodic, YAML-configurable health checker for backend services.
    golang
    load-balancer
    networking
    backend
    systems

An LLM-powered automated unit test generation system that improves test coverage and accelerates debugging using AI-driven feedback loops.

  • Integrated an LLM (GPT-4.1-mini) to automatically generate unit tests.
  • Executed LLM-generated tests to validate functionality across the codebase.
  • Implemented an automated feedback loop analyzing test failures and logs.
  • Leveraged GitHub-hosted LLM models for iterative test correction and faster issue resolution.
    golang
    llm
    openai
    automation
    testing
    ai

A RESTful movie watchlist tracker backend built with Go (Gin) and SQLite, featuring full CRUD functionality, Swagger documentation, and CI/CD integration.

  • Built a RESTful backend using Go (Gin) and SQLite with full CRUD functionality.
  • Documented APIs using Swagger/OpenAPI for interactive exploration and testing.
  • Achieved 85%+ automated test coverage with unit and integration tests.
  • Set up CI/CD pipelines using GitHub Actions for continuous testing.
  • Integrated Keploy Test Suite for automated API test generation and regression validation.
    golang
    gin
    sqlite
    swagger
    rest-api
    ci-cd
    testing