👋 Welcome,
to Tech Talks By Shamir! On this website, I share my knowledge and experience through a variety of media, including blog posts, articles, videos and books.
🚀 My goal is to make coding as easy to understand as possible, even for beginners. I believe that anyone can learn to code, regardless of their background or experience. I hope you'll join me on my journey to make coding more accessible for everyone.
I look forward to seeing you around!
Featured
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.
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.
A Comprehensive Guide to Time and Space Complexity
Posted on:March 20, 2023 at 10:20 AMDive into the fascinating realm of algorithmic efficiency with this in-depth guide on time and space complexity in algorithm analysis.
Recent Posts
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.
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.
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!