Skip to content
View squid-beast's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report squid-beast

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