PinnedFearToday just like a lot of other days in the past, I feel scared. There is this strange feeling that arises from the pit of my stomach reaching to my chest that tells me “Lay down, sleep, don’t work” because at this moment life does not make sense. The success…Life3 min read
Feb 16I Looked At Her AgainI looked at her again, my eyes always seemed to stop at her smile whenever I looked at her. That bright smile is one of the most attractive things about her, I chuckle now that I think about the irony of the situation. You might not believe me but I…Love3 min read
Published in FAUN Publication·Jan 8How To Create A Carousel In ReactIn this tutorial, we will create a very basic (non-responsive) carousel. Carousels are components that are often used in modern websites, mainly to show images at a particular viewport that change with time or button click. A lot of libraries or plugins are providing simplified solutions to the whole thing…React5 min read
Published in FAUN Publication·Dec 21, 2021Using Ingress As A Load Balancer (Minikube)In this tutorial, we will talk about how to use Ingress on an already deployed app. For those who are wondering about what Ingress is, it is a load balancer. Now, folks who don’t know what load balancer is. As the name suggests, it balances the traffic, i.e dividing the…Dev Ops4 min read
Published in Dev Genius·Dec 18, 2021Deploying A React App In Kubernetes (Minikube)In this tutorial, we will see how you can deploy a simple react app in Kubernetes and access it. Consider it as a glimpse of how applications work in real-time. Let us start with downloading the react app we will be using in the tutorial, I will use. npx create-next-app…Kubernetes3 min read
Published in FAUN Publication·Dec 16, 2021Taints And Toleration Basics In KubernetesIn this tutorial, we will understand what taint and tolerance are through an application example. Note: Before you proceed, you should know the basics of Kubernetes and the concept of nodes in it. I am using minikube as the development environment here. Let us first visualize 3 slave nodes, i.e…Kubernetes4 min read
Published in FAUN Publication·Dec 8, 2021Accessing Pods Outside Of The Cluster In KubernetesIn this tutorial, we will talk a little bit about pods and a little bit about accessing them using the magical NodePort. Note: Before you proceed, make sure you know the basic architecture of Kubernetes and the corresponding commands and the structure of yaml files in Kubernetes. I am assuming…Kubernetes4 min read
Dec 6, 2021Public-key cryptography, James Ellis and Clifford CocksPeople who are familiar with cybersecurity will know what “Public-key cryptography” is, and I say this in quotes because it was one of the biggest inventions in cybersecurity and If you read about it in detail, you will find two names. Whitfield Diffie and Martin Hellman, 2 men at MIT…History Of Technology4 min read
Dec 4, 2021Can A Software Developer Get A Good Job Without DSA?Today, I had a coding test and I did horrible! Yep, you read it correctly. I just sucked at it and I have my excuses ready for myself and believe they are excuses (or maybe not, I don’t even know). Here's the thing, I recently became a software engineer, I…Frustration3 min read
Published in FAUN Publication·Dec 2, 2021Ansible And Jinja2Folks who are familiar with ansible know how tiresome it can be to write configuration files or any file with changing parameters that are hardcoded. …Ansible4 min read