Skip to content
View squid-beast's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Block or report squid-beast

Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
Squid-Beast/README.md

๐Ÿ‘‹ Hi there, I'm Lohith Kumar! ๐Ÿš€

๐Ÿ’ป Java Backend Engineer | ๐Ÿ—๏ธ Microservices Enthusiast

Making Backend Less Boring ๐Ÿ˜Ž

Passionate about building scalable microservices, optimizing APIs, and yelling at unoptimized queries. From AI-powered automation to cloud-native architectures, I bring ideas to life using Spring Boot, AWS, Kafka, Kubernetes, and just a little bit of caffeine โ˜•.


๐Ÿ› ๏ธ Tech Stack (a.k.a My Superpowers ๐Ÿฆธโ€โ™‚๏ธ)

Java Spring Boot AWS Kubernetes Docker Kafka MySQL Grafana JUnit


๐Ÿ“Š GitHub Stats

Top Languages


๐Ÿš€ Fun Facts About Me

๐Ÿ”น I talk to APIs more than people.
๐Ÿ”น My CI/CD pipeline is more reliable than my sleep schedule.
๐Ÿ”น I believe null is not a bug, it's a feature.


๐Ÿ“ซ Letโ€™s Connect!

LinkedIn GitHub

๐Ÿš€ Letโ€™s build something awesome! (And try not to break production ๐Ÿคž)

Pinned Loading

  1. Notification-Service Notification-Service Public

    The NotificationService handles sending notifications (SMS and email) based on user preferences and templates from the database. It validates requests, retrieves user and category data, and uses Muโ€ฆ

    Java 1

  2. Patient-Service Patient-Service Public

    The service fetches a patient's credit score and SSN details asynchronously by calling another service. Once the data is retrieved, it prints the patient's details, ensuring non-blocking execution โ€ฆ

    Java

  3. AWS-S3-SQS AWS-S3-SQS Public

    The project integrates AWS S3 for scalable cloud storage of files and AWS SQS for asynchronous message queuing within a Spring Boot application. S3 handles file upload/download, while SQS ensures โ€ฆ

    Java

  4. Docker-Image-Creation Docker-Image-Creation Public

    The project demonstrates the creation of a Docker image for deploying a Spring Boot application. It includes: Writing a Dockerfile to containerize the application. Building and tagging the Docker iโ€ฆ

    Java

  5. Kafka-Messaging-Service Kafka-Messaging-Service Public

    The Kafka Messaging Service is designed to enable asynchronous communication between microservices. The project leverages Apache Kafka for message brokering and supports producer-consumer functionaโ€ฆ

    Java

  6. Core-Java-Examples Core-Java-Examples Public

    Introduction to Java fundamentals, Implementation of if-else, switch, and loops for decision-making, Demonstrates core OOP concepts, Examples of try-catch, custom exceptions, and error handling, Muโ€ฆ

    Java