Learn Steps Show allData AnalysisDevopsDockerFront EndGadgetsJavascriptKubernetesLinuxNetworkingPollsProgrammingPuzzlesPythonRaspberry PiServersSoftware ManagementTechnologyTooling in DevopsWeb developmentWorking on Scale Swap Memory, when and when not to use.July 10, 2024413 Read More Demystifying GVK: Groups, Versions, and Kinds in KubernetesJuly 10, 202451 Read More What’s new in Kubernetes 1.30July 9, 202460 Read More Important Algorithms to Know in Distributed SystemsJuly 8, 202443 Read More Kubernetes and the Reconciler Pattern: Maintaining Order in the ChaosJuly 7, 202449 Read More API vs ABI: Why Both Matter in Software DevelopmentJune 30, 202450 Read More Understanding TCP and UDP: A Deep Dive into SocketsJune 30, 202472 Read More Different types of system callsJune 24, 202447 Read More Kubernetes in Production: Should you run your own worker nodes?June 19, 202457 Read More Kubernetes in Production: Managed Control Plane – Worth Considering for KubernetesJune 18, 2024127 Read More How you can tune Linux for network performance and why do you need it?June 18, 202433 Read More Kubernetes in Production: How NodeLocal DNS Boosts Production PerformanceJune 18, 202468 Read More How HTTP Keep-Alive will increase the scalability of your websiteJune 18, 202437 Read More Running Kubernetes in Production: Part 1August 28, 202375 Read More How to do data Scraping Through SeleniumNovember 5, 202264 Read More What is the difference between an Orphan process and a Zombie processOctober 9, 202262 Read More Kubectl get pods: Birds Eye ViewOctober 3, 202264 Read More Creating ETL pipeline using PythonSeptember 14, 202278 Read More Advance Kubernetes: What exactly are Kubernetes Operators?June 12, 202269 Read More Basics on Kubernetes: Basic debugging with kubectlApril 7, 202295 Read More Kubernetes Upgrade Failure Story: How a CNI config caused havoc in our Redis Infrastructure.February 17, 202262 Read More Kubernetes: What to learn from a long term perspectiveDecember 25, 202161 Read More How to contribute in Open Source and creating the right Merge Request.September 14, 202179 Read More What are SideCar Containers – Implementation with Linux NamespacesSeptember 12, 202182 Read More Why python is single threaded and GIL(Global Interpreter Lock)September 2, 202155 Read More DevOps Interview Questions: How to kill a running process. kill, pkill, killallAugust 28, 202153 Read More DevOps Interview Questions: How many usable IPs are there in /24 CIDR?August 21, 202162 Read More Basics on Kubernetes: What exactly is a statefulset?July 29, 202156 Read More Basics on Kubernetes: What exactly is a ReplicaSetJune 18, 202156 Read More Basics on Kubernetes: What exactly is a deployment?June 15, 202142 Read More What is Paging and how does it work?June 6, 20216606 Read More What is a thread? Types of threads and differences between them.June 4, 2021721 Read More What exactly is a POD? Basics on KubernetesMay 24, 202135 Read More DevOps Interview Questions: What is a context switch and its impact on Linux.May 18, 202144 Read More DevOps Interview Questions: What do you know about proc filesystem in Linux.May 16, 20219924 Read More What exactly does cloud-native mean?May 15, 202154 Read More What is a process control block PCB and its components.May 12, 202173 Read More The math behind public-key cryptography which is also used in SSH.May 9, 202149 Read More What is a service mesh? Is it born with Kubernetes?May 8, 202144 Read More 3 must-read books for Kubernetes users and developersMay 7, 20212265 Read More 5 must-read books for DevOps and SRE.May 6, 2021728 Read More What is Optimistic Concurrency? How does is it help to scale the Kubernetes cluster?May 4, 202141 Read More The two extremes of scalability and what you have to consider while using them.April 28, 202130 Read More Kaniko and how you can build images on Kubernetes using kaniko?.April 25, 202179 Read More What are the components of nodes in Kubernetes? Basics on KubernetesApril 14, 202137 Read More What is a control plane? Basics on Kubernetes.April 13, 202149 Read More What is kubelet and what it does: Basics on Kubernetes.April 12, 2021119 Read More What is etcd and where is it used in k8s: Basics on Kubernetes.April 10, 202178 Read More How exactly kube-proxy works: Basics on Kubernetes.March 22, 202116791 Read More What are Zip() and Unzip() in Python and how to use the.March 8, 202141 Read More Difference between columnar and row-based databases.February 22, 202142 Read More What are targets in Systemd? How is it mapped to runlevels in System V?February 15, 202179 Read More The Zen of Python and what it means. Decoding python philosophies.January 31, 202135 Read More Logrotate: How and why you should use it properly.January 13, 202154 Read More DevOps and SRE interview: What you need to learn in Linux?January 10, 2021768 Read More Questions and answers related to SRE and DevOps preparationJanuary 5, 202134 Read More Difference between minor page faults vs major page faultsDecember 24, 202055 Read More Swap memory and how it affects your latencies.December 23, 202040 Read More What is a page fault and why you should be aware of it?December 23, 202071 Read More What are a honeypot server and its uses?December 22, 202048 Read More What should you learn in DevOps and SRE for long term prospect?December 7, 202046 Read More DevOps Interview Questions: How will you approach a network issue.December 6, 202046 Read More DevOps Interview Questions: How will you design your cloud VPC and subnets?December 5, 202059 Read More DevOps Interview Questions: How will you scale your current CI-CD pipeline.December 3, 202047 Read More Getting started with Jupyter NotebookOctober 10, 202048 Read More Points to mind while debugging production issues.October 7, 202040 Read More How to debug issues and performance in production: The USE methodOctober 6, 202045 Read More ngrok: Serve website from local system.September 24, 202045 Read More DevOps Interview Questions: Important Python questions.September 20, 202071 Read More Redis Cluster and master-slave backup using Redis ShakeSeptember 18, 202039 Read More Tools in DevOps for every purposeSeptember 17, 202046 Read More DevOps Interview Question: How will you set up a CI/CD pipeline?September 15, 202045 Read More Writing metrics exporter for Prometheus using PythonSeptember 9, 202062 Read More Log parsing in python using regular expressions.September 6, 202049 Read More What are Redis master-slave and Redis clusters and the difference between them?July 30, 202047 Read More What are init containers and why do you need them?July 27, 202043 Read More What is File Integrity Monitoring and how to implement it?July 26, 202038 Read More Why you need DHCP (Dynamic Host Configuration Protocol) and how it worksMay 15, 202044 Read More Redis 6.0.0 stable is out and here are the things we liked about it.April 30, 202046 Read More Redis bgsave taking a lot of memory. Here is the reason.April 29, 202040 Read More What is Copy on Write and where is it used?April 24, 202048 Read More Design Pattern and its usefulness in programming systems.April 5, 2020230 Read More Key metrics to monitor in Redis and optimization settingsApril 5, 202048 Read More Redis monitoring using Prometheus and GrafanaMarch 29, 202055 Read More Types of Linked Lists, Memory allocation, and cache localityMarch 29, 202051 Read More Redis Cluster backup and restore.March 28, 2020129 Read More System Programming: Basic Copy program in C using low-level IOFebruary 24, 202036 Read More Do you know about the AIMD method in TCP congestion control?February 23, 202037 Read More What is eBPF and why is it called a superpower in Linux?February 22, 202036 Read More How Kubernetes works on reconciler pattern.February 21, 202047 Read More How traceroute works using ICMP error messages.January 23, 202044 Read More Sidecar pattern vs ambassador patternDecember 18, 201958 Read More Mutable vs Immutable datastructures: Pros and ConsDecember 13, 201955 Read More Monitoring Infrastructure System DesignNovember 18, 201942 Read More Logging Infrastructure System Design.November 16, 2019190 Read More How to implement real-time tracking in applications like Swiggy, uber, and Dunzo?November 16, 201968 Read More Inorder traversal Python of a Binary TreeNovember 4, 20191348 Read More Breadth-first search in a graph with pythonOctober 18, 201941 Read More Implementing graph with python and how to traverse.October 18, 2019111 Read More Let us build a Youtube Music Desktop App using ElectronOctober 14, 20196814 Read More How containers isolate processes using Linux namespaces?October 12, 201942 Read More What is blackbox monitoring? Automating with bash scriptOctober 6, 201938 Read More Log parsing in python. Read how you can do it.October 5, 2019150 Read More How to start python: Basic Tooling in PythonOctober 5, 201945 Read More How docker networking works.September 19, 201941 Read More Docker components and how they interact.September 17, 201948 Read More The life cycle of a containerSeptember 16, 201936 Read More Different sub-languages of SQL.September 15, 20198028 Read More Generators in PythonSeptember 8, 201941 Read More Best practices for programmingAugust 26, 201940 Read More Iterators in python and how to create themAugust 24, 201989 Read More What are SNAT and DNATAugust 10, 201957 Read More How to save your monitoring metrics in Prometheus vs Graphite.August 9, 201958 Read More Tooling in DevOps: Installing Graphite for monitoring data.August 7, 201935 Read More Pattern and anti patterns while creating new servers.May 23, 201952 Read More What are the snowflake servers?May 23, 201987 Read More Reconciler pattern and how terraform uses it.May 21, 201937 Read More strace: See what system calls kernel is executing.April 3, 201927 Read More Why is TCP a reliable Protocol for sending data.April 2, 201945 Read More How Internet Protocol works?April 1, 201957 Read More What is GOROOT and GOPATH and how to fix it?March 19, 2019850 Read More Introducing GetWebSiteIP: Learning project in GO.March 13, 201934 Read More Tooling in Devops: Using Terraform For Automating InfrastructureFebruary 26, 2019108 Read More Working on Scale: Infrastructure Automation with terraform and chef.February 25, 201944 Read More Working on Scale: Automating release process.February 24, 201935 Read More Working on Scale: Failover, timeouts, throttling and retries and why are they very important.November 29, 201845 Read More Working on scale: What is caching and where to use which one?November 19, 201857 Read More Working on Scale: What is replication and sharding and where to use which one?November 18, 201863 Read More Want to know how to optimize MySQL database. Read here.November 16, 201835 Read More Sieve of eratosthenes in python for Generating Prime numbersAugust 24, 201850 Read More Length of Longest Increasing Subsequence (LIS) in python [Dynamic Programming]August 23, 201839 Read More Docker Error: Failed to determine cgroup for the ‘cpu’ subsystem: Failed to read /proc/1232/cgroup.June 28, 201845 Read More How to do load testing using locust and python for your applications.June 6, 201859 Read More Reverse proxy vs forward proxy.June 5, 201854 Read More Unable to do ssh into machine.June 3, 201847 Read More What is a nameserver and how to run one?June 2, 201848 Read More What are chef servers and how to work with chef?April 3, 201860 Read More What are database migrations and why they are important?December 19, 201772 Read More Codiva: Online code compiler that compiles on the fly.December 16, 201734 Read More What are APIS and how to build API?December 2, 2017153 Read More Build desktop notifier using python and notify2.November 27, 20173495 Read More Want to host your own git. Learn how to host gitlab locally?November 25, 20174536 Read More Amazon fire TV and how it works for Indian usersNovember 6, 2017105 Read More Amazon Echo Dot for Indian users and how it works for our accent.November 2, 201771 Read More Web Socket implementation using Socket.ioSeptember 28, 201739 Read More Web Sockets and how they solve the problem caused by polling.September 27, 201746 Read More Continuous Integration for your open Source project.August 28, 201760 Read More WordPress plugin to make your website AMP compatible.August 10, 201752 Read More What are runlevels in linux systems?August 1, 201751 Read More How to get number of threads per process?July 25, 2017161 Read More Why to use process instead of threads in python?July 4, 201786 Read More What are PWA or progressive web apps?July 2, 2017276 Read More What are AMP or accelerated mobile pages?June 30, 2017346 Read More How to host your static site with github.io subdomainJune 29, 201744 Read More What components a simple software project should have?June 27, 201737 Read More Bollywood Analytics has a new look.June 22, 201743 Read More Do you know about Netflix Simian Army?June 22, 20171007 Read More Go server less with AWS LAMBDA.June 21, 201739 Read More Normal AWS SQS Queues and FIFO queues.June 19, 201761 Read More Introducing Bollywood Analytics : www.bollywoodanalytics.comJune 19, 201742 Read More Hello World with Docker: Learning Docker and Containers.April 29, 201758 Read More What are Docker and Containers: An introductionApril 28, 201735 Read More Level order traversal of a binary tree in python.April 27, 201744 Read More Don’t marry a programming language.April 21, 201742 Read More Best code editors for different programming languagesApril 20, 2017118 Read More How to implement gzip compression in nginx to speed up your website.April 19, 201741 Read More How to maintain consistency while uploading to AWS S3April 19, 201740 Read More Command to get top ten processes consuming most CPUApril 18, 201795 Read More What happens when you click a link?April 18, 20171537 Read More How to get most frequent ip address in your logs.April 17, 201790 Read More What is blue green deployment.April 17, 201748 Read More Difference between pure and impure functions.April 17, 2017270 Read More Algorithms: Binary Search Tree and its functionality in pythonApril 16, 201754 Read More Terminal in browser: Building a Javascript Terminal in your website.April 14, 201717839 Read More Google search URL parameters and what do they mean?April 14, 2017142 Read More Algorithms: Left view of a binary tree using python.April 14, 201741 Read More Picks from Quora- What do you think are the ‘7 wonders’ of the coding world?April 12, 201744 Read More Algorithms: Mirror a Binary tree using pythonApril 12, 201744 Read More Algorithms: Coding a linked list in pythonApril 11, 201750 Read More Major algorithms asked during Interviews.April 11, 201755 Read More Binary Tree and its traversal using python.April 10, 2017108 Read More Creating Linux alias to enable you work faster.April 10, 201754 Read More What happens when you type a url in browserApril 9, 2017204645 Read More Part of Speech tagging, noun phrases, sentences and tokenization for natural language processing.April 8, 201736 Read More Naive bayesian text classifier using textblob and pythonApril 6, 201763 Read More Five mysql tricks to save your time while migrating huge data.April 6, 201745 Read More Build sentiment classifiers in 10 minutes using textblob and python.April 5, 201750 Read More How to download under proxy with pythonApril 5, 201789 Read More Beautiful Code Pens.March 31, 20172137 Read More How to implement load balancing with NginxMarch 30, 201741 Read More Monitor your unix system resources using HTOP.March 29, 201753 Read More Python: Increasing performance of your code: For vs MapMarch 29, 20177210 Read More Controlling LED with Motion Sensors in Raspberry Pi using python.March 25, 201742 Read More How to blink LED lights using raspberry piMarch 23, 201749 Read More Kodi: Open Source Media Center and Home theatre.March 22, 201747 Read More Raspberry PI Motion Sensor example: Shutdown the systems on inactivityMarch 11, 201758 Read More What if Nuclear Wars in JS and SVG? BOOM by Sarah DrasnerMarch 2, 201751 Read More Python dependency security vulnerability checker.March 1, 201742 Read More Awesome micro-interaction animationsFebruary 22, 2017130 Read More Role Based Access Control for your applicationFebruary 17, 201751 Read More What I learned in my first 100 days of blogging.February 12, 201772 Read More Software Development tools: Tools for designing, development and management.February 10, 2017178 Read More Packages to check dependency vulnerabilities in Rails, Node, php and python.February 9, 201777 Read More Domain Driven Development- An Introduction.February 9, 201750 Read More How to optimize javascript for performance – Top Points.January 29, 201758 Read More Increase your capability of taking risk.January 17, 201754 Read More Fabric : Tool you need to automate installations and deployments.January 14, 201759 Read More Javascript: Understanding Repaint and Reflow of DOM for increasing performanceJanuary 4, 201772 Read More JavaScript: How to handle DOM to increase performance and optimization.December 28, 2016150 Read More Javascript: Increasing performance by handling Scopes Smartly.December 27, 201663 Read More Javascript: Increasing performance using Dynamic LoadingDecember 23, 201677 Read More Javascript: Difference between strict and lenient equalityDecember 20, 201679 Read More JavaScript: Confusing and unknown concepts you must know.December 20, 201657 Read More Which programming language or technology to learn.December 19, 201637 Read More Decide which linux to use in 1 minute or lessDecember 13, 201641 Read More Still I will prefer a win over “learning from a defeat”.December 13, 201650 Read More Things to know in Linux to handle development and servers.December 12, 201662 Read More 5 tricks to make your android work faster without rooting the device.December 12, 201657 Read More 5 Reasons why you should not read this article?December 8, 201690 Read More How I created a 100 twitter bots and made them interact using python, aws and selenium..December 6, 201656 Read More Burning the ropes – PuzzleDecember 6, 20165786 Read More From beginner to expert in competitive programming.December 4, 201673 Read More Lets vote on Prime Minister decision of Demonetization, Was it correct or something is missing?November 30, 201646 Read More Which is the Top Rated messaging app on android have a look here.November 30, 201630 Read More Top 10 must have plugins for wordpress.November 25, 2016103 Read More Things to know in computer science in last year of college.November 15, 2016115 Read More World War 2: United States of America entered the war and American involvement in WW2 – World War 2November 12, 201654 Read More Results of World War 2: What, why, effects and consequences?November 12, 201651 Read More How Uber and OLA drivers leads to generation of black money by not returning the cash.November 10, 201675 Read More How discontinuing 1000 and 500 rupees notes will affect the people, the black money holder and the RBINovember 8, 201640 Read More Most useful list of websites for computer guys.November 8, 2016368 Read More Top Tools that every beginner web developers should know about and should get use to.November 6, 201642 Read More Learn Vagrant from Scratch : Provision environment for the virtual machineNovember 5, 201640 Read More Learn Vagrant from Scratch : Sharing the Vagrant imagesNovember 5, 201644 Read More Learn Vagrant from Scratch : Networking forwarding port to host machine and other optionsNovember 5, 201638 Read More Learn Vagrant from Scratch : Starting and SSH into vagrant boxNovember 5, 201637 Read More Learn Vagrant from Scratch : Syncing local folder to the virtual machineNovember 5, 201650 Read More Learn Vagrant from Scratch : Conclusion and other pointsNovember 5, 201639 Read More Learn Vagrant from Scratch.November 5, 201638 Read More Learn Vagrant from Scratch : Initial Setup and BoxesNovember 5, 201693 Read More Making your domain run on SSL i.e. making it https for free. Part 4 of Setting up blog with WordPress and NginxNovember 2, 201679 Read More Setting up blog with WordPress and Nginx: Step 3- Setting up DNS Mapping and SMTP Using YandexNovember 1, 2016410 Read More What if you burn your 1000 Rs Note? What will be the effect on Indian Government. Does India gets poor by thousand rupees?October 31, 201636 Read More Setting up blog with WordPress: Step 2- Setting up wordpress under your nginx.October 30, 201642 Read More Setting up blog with WordPress and Nginx: Step 1- Setting up aws server and nginx.October 29, 2016111 Read More MACBOOK PRO 2016October 28, 2016112 Read More Top 8 websites every web developer should know.October 27, 2016365 Read More Best practices and mistakes while using Bootstrap and CSS.October 26, 2016143 Read More Git, best practices and mistakes.October 26, 2016103 Read More Few Front End frameworksOctober 25, 201641 Read More Git and how to use it.October 25, 201657 Read More [sgmb id=3]