Skip to content
View porag-m06's full-sized avatar

Block or report porag-m06

Report abuse

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

Report abuse
porag-m06/README.md

Oh! Hi there πŸ‘‹, I'm Porag!

Ready for adventure...

A little about me...

public class Porag { private String name = "Md. Porag Sarkar"; private String role = "Software Engineer | Full Stack | Microservices Maestro | API Enthusiast"; private boolean lovesCleanCode = true; private boolean drinksTooMuchCoffee = true; private String[] skills = { "JS","TS","React/Redux","Angular","Java", "Spring Boot", "PostgreSQL", "Hibernate", "REST APIs", "Microservices", "Kafka", "Elasticsearch", "Docker", "Kubernetes", "AWS Cloud", "Spring Security", "OAuth2", "JWT Authentication", "Git", "Agile", "Jira" }; private String[] funFacts = { " πŸ’» Writing clean, scalable backend code with Java & Spring Boot πŸ’» ", " β˜• Architecting microservices that talk better than my morning coffee talks to me β˜•", " ⚑ Optimizing Kafka & Elasticsearch because messages should not be lost & searching should be fast and data reliable ⚑", " πŸ” Securing APIs with Spring Security/ OAuth 2/ JWTnβ€”because security is NOT optional πŸ”", " πŸ’‘ Debugging mindset: " + (lovesCleanCode ? "Clean code all the way!" : "Needs refactoring..."), " 🌍 Remote collaboration with devs across 6 time zones 🌍", " β˜• Coffee dependency level: " + (drinksTooMuchCoffee ? "High ⚑" : "Balanced"), " πŸš€ Break bugs, not production! πŸš€" }; public void hiAndConnect() { System.out.println("πŸš€ Meet " + name + "!"); System.out.println("πŸ’Ό Role: " + role); System.out.println("πŸ”— Skills:"); for (String skill : skills) { System.out.println(" - " + skill); } System.out.println("πŸŽ‰ Fun Facts:"); for (String fact : funFacts) { System.out.println(" - " + fact); } System.out.println("πŸ“¬ Let’s connect & build something amazing!"); } public static void main(String[] args) { Porag porag = new Porag(); porag.hiAndConnect(); System.out.println("🐢 Porag's tiny chihuahua monitors CI/CD pipelines! And is ready to woof at the right offer :)"); } }

Socials:

in/muhammad-porag-nsu-cse/ @mdporagsarkarh2s197 hello2sarkar?hr_r=1 rarebird06

My Tech Stack:

Md. Porag Sarkar - Technology Stack


πŸ“Œ What I’m Working On

πŸš€ Developing scalable microservices for high-traffic platforms
🌍 Building cloud-native applications with AWS & Kubernetes
πŸ“š Improving problem-solving and system design skills
πŸ’‘ Exploring cutting-edge technologies in distributed systems

πŸ† A Bit About Me

πŸŽ“ B.Sc. in Computer Science & Engineering from North South University, Dhaka
πŸ–₯ 4.5+ years of Java, Springboot backend development experience
πŸ— Domain hospital management & travel booking solutions serving millions
🌎 Remote collaboration expert – Worked with people across six different time zones
🎯 Catching the client's pulse, working to tight deadlines, collaborating between teams, resolving conflicts, and learning fast when necessary 🎯"

πŸ”₯ Professional Experience

Adventure Dhaka Limited | Software Engineer | Oct 2023 – Present

  • Developing scalable backend microservices for a hotel & flight booking system, serving millions of users globally
  • Integrating third-party APIs (Expedia, Agoda) for seamless travel booking experiences
  • Optimizing PostgreSQL queries and Elasticsearch indexing for near real-time search performance
  • Enhancing Kafka-based async communication for efficient distributed messaging

Microverse | Bootcamp & Skill Enhancement πŸš€ | Feb 2023 – Sept 2023

  • Sharpened full-stack development skills through collaboration in Microverse, an immersive training program
  • Pair-programmed remotely across six time zones, refining problem-solving & leadership skills
  • Explored advanced backend architecture, microservices scalability, and cloud-native solutions

MYSOFT LIMITED | Full Stack Web Developer | Nov 2021 – Jan 2023

  • Contributed to hospital management system (HIS) with 15+ microservices, serving 200+ hospitals
  • Built secure and efficient backend solutions using Java, Spring Boot, MySQL
  • Designed Angular-powered frontend dashboards for healthcare professionals
  • Presented five+ technical product demos, driving high client satisfaction and retention

Finally,

✨ A heartfelt thank you for taking the time to visit! May your journey be filled with innovation, success, and just the right amount of coffee. β˜•πŸš€ πŸ’‘ Let’s connect, collaborate, and build something extraordinary together! πŸ˜‰

Stay awesome & keep coding! Cheers! πŸŽ‰

Let's Connect πŸ”—

  • πŸ“§ Email: hello2sarkar@gmail.com
  • πŸ“ž Phone: +880 1755006689
  • πŸ–₯ GitHub: github.com/porag-m06
  • πŸ“Ή YouTube: youtube.com/@mdporagsarkarh2s197/videos
  • πŸ’Ό LinkedIn: linkedin.com/in/muhammad-porag-nsu-cse

porag-m06

porag-m06

porag-m06

Pinned Loading

  1. Awesome-Books-Ometman-Porag Awesome-Books-Ometman-Porag Public

    Raw HTML CSS & JS CURD Application that make use of managing data dynamically using Javascript (objects and Array). Along with dynamic modification if the DOM with Events.

    CSS 2

  2. Dynamic-Expanding-Cards Dynamic-Expanding-Cards Public

    HTML CSS JS Project with "dynamic HTML templating" with "dynamic data insertion to the HTML template" for an array of info objects.

    2

  3. Porag-s-Amazing-To-Do-List Porag-s-Amazing-To-Do-List Public

    A very simple yet powerful to-do list built using WEBPACK and served by a WEBPACK DEV SERVER.

    JavaScript 3

  4. Porag-s-Awesome-Leaderboard Porag-s-Awesome-Leaderboard Public

    This project Awesome Leaderboard is a project that demonstrates the use of HTML & CSS and Javascript Moduler development. With External API consumption, it also demonstrates the proper use of Async…

    JavaScript 3

  5. Kanban-Restaurant Kanban-Restaurant Public

    This is a JavaScript capstone project: A fancy web application based on 2 external APIs with 3 user interfaces that shows food items and have the option to like, comment and order those items. The …

    HTML 2 1

  6. React-todo React-todo Public

    A comprehensive TODO app covering every major concepts of REACT (e.g. Components, Props, State, Hooks) to reinforce & consolidate REACT knowledge from scratch.)

    JavaScript