Ways to replace if-else statements and switch cases in Java.Why should we replace if-else and switch cases?Feb 2Feb 2
Why do Java and Python use Tim Sort as the default sorting algorithm?Sorting algorithms can be categorized into three main types.Jan 5Jan 5
Server-Sent Events (Spring WebFlux)In the current and future world of real-time applications, Users must keep updating live and real-time data. SSE was initially proposed at…Nov 30, 2024Nov 30, 2024
Create a PostgreSQL DataBase on AWS EC2 Instance.Chosen the Ubuntu instance. The instance type is t2.small. Created it within a private subnet, and the public IP is disabled. Create a new…Jul 13, 2024Jul 13, 2024
Deploy a Flask Application in Kubernetes.This Flask App deployment completely running on a local machine using minikube and kubectl.Feb 25, 2024Feb 25, 2024