Secure your microservices with Kubernetes, NGINX, Docker, Go, and JWT!Let’s explore, step by step, how to leverage Kubernetes ingress to separate authentication from application logic — using NGINX as an…Jun 2Jun 2
One System, Many Possibilities — Exploring Monoliths, Events, and LLMsMonolithic systems can be great for small-scale or early-stage projects. They’re straightforward to build from the ground up, often scale…May 15May 15
Enums are a way to represent a fixed set of values in your application, often tied to specific use…In an ideal software development world, every new task starts fresh. You begin by creating a clean database and then you tailor it to the…Apr 30Apr 30
Running K8s on a Local Machine with K3sKubernetes (K8s) is a container orchestration tool used to automate deployments, scaling, and management of containerized applications…Apr 15Apr 15
Creating a Self-Signed SSL CertificateSecure Socket Layer (SSL) is a protocol that provides a secure channel between two machines operating over the internet or an internal…Mar 15Mar 15
Load Testing with LocustAs web applications continue to grow in complexity and user base, it has become increasingly important to ensure they can handle high loads…Feb 15Feb 15
Creating Symbolic Links in LinuxIn the world of Linux, symbolic links are a useful functionality that can help simplify and streamline the organization of files and…Jan 15Jan 15