Skip to content
View SBTopZZZ-LG's full-sized avatar
πŸͺ
Using Claude Code to figure out how to center a div goes hardπŸ”₯
πŸͺ
Using Claude Code to figure out how to center a div goes hardπŸ”₯

Block or report SBTopZZZ-LG

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

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

Report abuse
SBTopZZZ-LG/README.md

Hey there! I'm Saumitra Topinkatti

Typing SVG

🌐 Connect with me

Portfolio Gmail LinkedIn Twitter


πŸš€ About Me

"Building tomorrow's solutions with today's best practices"

🎯 Passionate Software Engineer specializing in Backend Development, DevOps, and Automation

πŸ”§ I craft scalable systems and streamline deployment processes using modern technologies

πŸ’‘ From modular financial architectures to comprehensive test automation frameworks

πŸ“ˆ Focused on solutions that enhance productivity and accelerate release cycles

🌟 What I Do Best


Backend Development
Building robust, scalable APIs

DevOps & Cloud
Streamlining deployment pipelines

Automation
Reducing manual effort through smart solutions


πŸ› οΈ Tech Stack & Tools

πŸš€ Languages

Go Java JavaScript TypeScript Python

☁️ Cloud & DevOps

AWS Docker Terraform GitHub Actions Linux

πŸ—„οΈ Databases

PostgreSQL MongoDB MySQL

πŸ”§ Frameworks & Libraries

Node.js Express.js React Gin

πŸ§ͺ Testing & Tools

Jest JUnit Git VS Code IntelliJ



πŸš€ Featured Projects

Two-Agent AI Browser Automation

A two-agent browser automation system where a Scout agent breaks a plain-English goal into a step plan, and a Ranger agent executes those steps in a real Chrome browser β€” with automatic replanning on failure and a structured post-run friction report for iterative improvement.

Key Features:

  • πŸ—ΊοΈ Scout + Ranger two-agent orchestration
  • 🌐 Real Chrome browser automation via Playwright
  • πŸ”„ Automatic replanning when Ranger gets stuck
  • ⚑ Batched actions with DOM diffing & overlay detection
  • πŸ“Š Post-execution friction report as a feedback loop

Python Search SDK for SearXNG

Comprehensive Python SDK for querying self-hosted SearXNG instances featuring an async interface, strongly typed result models, flexible search configuration, and resilient request handling.

Key Features:

  • 🐍 Python 3.9+ support
  • ⚑ Async search API
  • 🧩 Structured typed result models
  • πŸ›‘οΈ Automatic HTTP 429 retry with backoff
  • πŸ§ͺ Unit and integration test suite

πŸŽ‰ aura-git

Full-Stack Festival Platform

Complete web application for college festival management featuring user authentication, event registration, responsive design, and RESTful API architecture.

Key Features:

  • 🎊 Event management system
  • πŸ‘₯ User registration & authentication
  • πŸ“± Responsive design
  • πŸ”— RESTful API architecture
  • 🎨 Modern UI/UX

Enterprise Authentication System

Complete user authentication platform with advanced security features including two-factor authentication, email/SMS verification, secure password management, and avatar upload functionality.

Key Features:

  • πŸ”’ Two-factor authentication (2FA)
  • πŸ“§ Email/SMS verification via Twilio
  • πŸ›‘οΈ Secure password hashing
  • πŸ“Έ Avatar upload functionality
  • πŸ”‘ JWT-based authentication

Go Dependency Injection Showcase

A comprehensive demonstration of Dependency Inversion and Dependency Injection patterns in Go, featuring manual implementation and library-based solutions (Uber fx, Google wire).

Key Features:

  • πŸ’‰ Dependency Injection patterns
  • πŸ”„ Dependency Inversion principle
  • πŸ› οΈ Uber fx & Google wire integration
  • 🐳 Dockerized MySQL database
  • πŸ’» CLI-based Todo management

πŸ“ Featured Gists

Production-Ready Multi-Tenant SQL Script

Comprehensive PostgreSQL script for creating isolated users and databases per service, with strict access boundaries, retroactive permission cleanup, migration-friendly schema grants, and verification queries.

Key Features:

  • πŸ” Complete per-service database isolation
  • πŸ”„ Retroactive cleanup for existing databases
  • 🧱 Least-privilege role and CONNECT controls
  • πŸ› οΈ Compatible with Drizzle, Prisma, and TypeORM workflows
  • βœ… Built-in verification queries for access checks


πŸ“Š GitHub Analytics

πŸ† GitHub Trophies

πŸ“ˆ Contribution Graph


🌟 Let's Connect and Build Something Amazing Together

πŸ’­ "Code is like humor. When you have to explain it, it's bad." - Cory House


Pinned Loading

  1. pi22by7/aura-git pi22by7/aura-git Public archive

    Website for the flagship fest of KLS GIT, Aura

    JavaScript 4 4

  2. nodejs-authapp nodejs-authapp Public

    A Node.js app that implements APIs to emulate basic User authentication

    JavaScript 1

  3. πŸ” Production-ready PostgreSQL script... πŸ” Production-ready PostgreSQL script for complete multi-tenant database isolation - creates users that can only access their own database, compatible with all migration frameworks (Drizzle, Prisma, TypeORM, etc.)
    1
    -- PostgreSQL Isolated Database and User Creation Template
    2
    -- 
    3
    -- This SQL script creates completely isolated PostgreSQL users and databases
    4
    -- for multi-tenant applications with proper security boundaries.
    5
    --
  4. go-dependency-injection go-dependency-injection Public

    A Go To-do app showcasing Dependency Inversion and Injection patterns (Manual, Uber fx, Google wire).

    Go