Blogs

Best Practices for microservices development : …

How to build performance-efficient Spring Boot applications One of the most important things to consider when building Spring Boot applications is performance. In this blog post, I will share some tips on how to build performance-efficient Spring …

Introduction to Microservices with Java Spring …

MicroServices using Java Spring Boot What are Microservices? Microservices are a software development approach that structures an application as a collection of loosely coupled services. Each service is self-contained and performs a single function. …

Building Scalable Microservices with Spring Boot: …

Building Scalable Microservices with Spring Boot: Best Practices and Patterns Part 2: Data Management, Communication, Scalability, Testing, Monitoring, Security, and Containerization This article continues from Part 1. If you haven’t read it …

Building Scalable Microservices with Spring Boot: …

In today’s rapidly evolving software landscape, the development of scalable and maintainable microservices is paramount. Spring Boot has emerged as a top choice for developing microservices, thanks to its simplicity and robustness. In this …

Guide to connect to google colab with ssh from …

Google colab is a good option to experiment and try heavy computational tasks on a high end computer for free. Notebook interface provided by google is perfect python programs. I have made a script to connect to colab instance with just few comands. …

How to fix the different time on PC when dual …

Windows and Linux both are quite different in many respect. This also applies for the interpretition of the time from the hardware Clock. Yes, Computers have the clock which keeps running even if your system is turned off. Thats why we get synced …