Thanks to visit codestin.com
Credit goes to github.com

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πŸ”₯

Highlights

  • Pro

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 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
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

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

Published NPM Package

Production-ready React hook solving state closure issues in useEffect and event handlers. Published on npm with comprehensive documentation and TypeScript support.

Key Features:

  • βš›οΈ Solves React closure issues
  • πŸ“š Comprehensive TypeScript support
  • πŸ“– Complete documentation
  • πŸš€ Production-ready
  • πŸ“¦ Available on NPM

πŸŽ‰ 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

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


πŸ“Š 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