Skip to content
View Rizwank123's full-sized avatar

Block or report Rizwank123

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

Header

Profile Views GitHub followers Years Badge


🧑‍💼 About Me

Coding

package main

type SoftwareEngineer struct {
    Name           string
    Role           string
    Experience     string
    Location       string
    Languages      []string
    Technologies   []string
    CurrentFocus   string
}

func NewMohammadRizwan() *SoftwareEngineer {
    return &SoftwareEngineer{
        Name:         "Mohammad Rizwan",
        Role:         "Backend Engineer",
        Experience:   "2+ Years",
        Location:     "India 🇮🇳",
        Languages:    []string{"Go", "Java", "JavaScript"},
        Technologies: []string{"PostgreSQL", "AWS", "Docker"},
        CurrentFocus: "Building Scalable Microservices",
    }
}

🚀 What I Do

  • 🔧 Backend Development: Building scalable systems with Golang that handle 1000+ concurrent users
  • ☁️ Cloud Architecture: Designing AWS-powered solutions with S3, Lambda, and microservices
  • 🗄️ Database Optimization: PostgreSQL query optimization reducing execution time by 60%
  • 🔐 Security Implementation: JWT authentication systems with role-based access control
  • 📈 Performance Tuning: Achieving 90%+ code coverage with comprehensive testing strategies

🛠️ Tech Stack & Tools

Languages

Go Java JavaScript SQL

Frameworks & Libraries

Echo Fiber Gin Spring Boot

Databases & Storage

PostgreSQL MySQL AWS S3

Cloud & DevOps

AWS Docker GitHub Actions Git

Development Tools

VS Code Postman Jira


💼 Professional Experience

🏢 Software Engineer @ Mitr Sewa Foundation (Oct 2024 - Present)

Technologies: [Golang (Fiber), PostgreSQL, SQLC, AWS S3]
Achievements:
  - Built comprehensive HR management APIs with CRUD operations
  - Reduced runtime errors by 40% using SQLC for type-safe database interactions
  - Implemented secure JWT authentication with role-based authorization
  - Achieved 90%+ code coverage with comprehensive testing

🏢 Software Engineer @ Intiqo Technologies (2023 - 2024)

Technologies: [Golang (Echo), PostgreSQL, Squirrel, AWS S3]
Achievements:
  - Developed APIs serving 1000+ concurrent users
  - Optimized database queries, reducing execution time by 60%
  - Handled 10,000+ requests per minute using Go goroutines
  - Mentored junior developers on Go best practices

🚀 Featured Projects

🍽️ MyResturent 🎉 Eventify 🎓 DoubtShare Platform
Repo Card Repo Card Repo Card
Restaurant management • Orders & inventory Event planning & booking • Scheduling system Q&A platform • Full-text search

🌟 Project Highlights

  • 🔐 Security First: JWT authentication with refresh tokens and role-based permissions
  • ⚡ High Performance: Optimized database queries and efficient API design
  • 🏗️ Clean Architecture: Dependency injection and microservices patterns
  • 📱 Responsive Design: Cross-platform compatibility and optimal UX
  • 🍽️ Business Logic: Restaurant management with order processing and inventory tracking
  • 🎉 Event Management: Comprehensive event planning and booking system with scheduling

📊 GitHub Analytics

Top Languages

🏆 GitHub Trophies

Trophy


📈 Contribution Graph

Activity Graph


🎯 Current Goals

goals := map[string]string{
    "🚀 Learning":     "Advanced Go patterns & Kubernetes",
    "☁️ Certification": "AWS Solutions Architect",
    "🔧 Building":     "Open source Go libraries",
    "📖 Reading":      "Designing Data-Intensive Applications",
    "🎯 Target":       "Tech Lead/Senior Backend Engineer",
}

🤝 Let's Connect!

LinkedIn Portfolio LeetCode Email Resume


💡 "Code is like humor. When you have to explain it, it's bad." - Cory House

Thanks for visiting! ⭐ Star my repositories if you find them interesting!

Footer

Pinned Loading

  1. DeshmukhMandar3/BestReads DeshmukhMandar3/BestReads Public

    BestReads.com is a clone of IdeaKart.com. which provides information about different books users can read. This project was developed by team of five in time span of 5 days.

    JavaScript 2

  2. Rizwank123.github.io Rizwank123.github.io Public

    This my Protfolio profile README

    HTML 1 1

  3. Crime-Information-Management-CIMS- Crime-Information-Management-CIMS- Public

    The main aim of this system is to maintain and manage the detail information of the crime happened in an area under a particular police station. This software will be used by the police officials i…

    Java 2

  4. MyResturent MyResturent Public

    Modern RESTful API for restaurant management. Features menu, user, and rating management, JWT auth, PostgreSQL, Swagger docs, and Prometheus metrics. Built with Go & Echo.

    Go