Posts
All the articles I've posted.
Create k3s cluster in private subnet and nginx load balancer in public subnet using terraform
Posted on:November 19, 2024 at 04:06 AMLearn how to deploy a secure Kubernetes environment using K3s in AWS private subnets with an NGINX load balancer. This comprehensive guide covers creating a production-ready infrastructure using Terraform, including VPC configuration, public-private subnet architecture, NAT gateways, and K3s cluster setup.
Hands-On AWS VPC: Multi-VPC Connectivity with Private Subnets
Posted on:May 25, 2024 at 04:55 PMIn this article demonstrates how to establish secure communication between EC2 instances residing in private subnets across separate VPCs in AWS.
A Comprehensive Guide to Implementing Stack, Queue and Deque Data Structures using Linked Lists in JavaScript
Posted on:April 7, 2023 at 12:35 PMMaster Stack, Queue and Deque using Linked Lists in JavaScript: A Comprehensive Guide.
Understanding Doubly Linked List in JavaScript: Implementation and Examples
Posted on:April 2, 2023 at 03:35 AMUnderstanding and implementing doubly linked lists in JavaScript.
Introduction to Linked List Data Structure in JavaScript
Posted on:March 30, 2023 at 08:20 AMDive into linked lists! This essential data structure stores data in separate memory locations, allowing for dynamic growth and modification. Let's understand the magic behind it!