Learn Steps Show allData AnalysisDevopsDockerFront EndGadgetsJavascriptKubernetesLinuxNetworkingPollsProgrammingPuzzlesPythonRaspberry PiServersSoftware ManagementTechnologyTooling in DevopsWeb developmentWorking on Scale Swap Memory, when and when not to use.July 10, 2024280 Read More Demystifying GVK: Groups, Versions, and Kinds in KubernetesJuly 10, 202449 Read More What’s new in Kubernetes 1.30July 9, 202460 Read More Important Algorithms to Know in Distributed SystemsJuly 8, 202442 Read More Kubernetes and the Reconciler Pattern: Maintaining Order in the ChaosJuly 7, 202447 Read More API vs ABI: Why Both Matter in Software DevelopmentJune 30, 202449 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, 202456 Read More Kubernetes in Production: Managed Control Plane – Worth Considering for KubernetesJune 18, 2024126 Read More How you can tune Linux for network performance and why do you need it?June 18, 202432 Read More Kubernetes in Production: How NodeLocal DNS Boosts Production PerformanceJune 18, 202467 Read More How HTTP Keep-Alive will increase the scalability of your websiteJune 18, 202435 Read More Running Kubernetes in Production: Part 1August 28, 202375 Read More How to do data Scraping Through SeleniumNovember 5, 202261 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, 202263 Read More Creating ETL pipeline using PythonSeptember 14, 202276 Read More Advance Kubernetes: What exactly are Kubernetes Operators?June 12, 202268 Read More Basics on Kubernetes: Basic debugging with kubectlApril 7, 202292 Read More Kubernetes Upgrade Failure Story: How a CNI config caused havoc in our Redis Infrastructure.February 17, 202260 Read More Kubernetes: What to learn from a long term perspectiveDecember 25, 202159 Read More How to contribute in Open Source and creating the right Merge Request.September 14, 202178 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, 202154 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, 202159 Read More Basics on Kubernetes: What exactly is a statefulset?July 29, 202155 Read More Basics on Kubernetes: What exactly is a ReplicaSetJune 18, 202153 Read More Basics on Kubernetes: What exactly is a deployment?June 15, 202141 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, 2021717 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, 202141 Read More DevOps Interview Questions: What do you know about proc filesystem in Linux.May 16, 20219831 Read More What exactly does cloud-native mean?May 15, 202153 Read More What is a process control block PCB and its components.May 12, 202172 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, 202143 Read More 3 must-read books for Kubernetes users and developersMay 7, 20212248 Read More 5 must-read books for DevOps and SRE.May 6, 2021703 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, 202129 Read More Kaniko and how you can build images on Kubernetes using kaniko?.April 25, 202177 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, 2021118 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, 202116788 Read More What are Zip() and Unzip() in Python and how to use the.March 8, 202140 Read More Difference between columnar and row-based databases.February 22, 202140 Read More What are targets in Systemd? How is it mapped to runlevels in System V?February 15, 202178 Read More The Zen of Python and what it means. Decoding python philosophies.January 31, 202134 Read More Logrotate: How and why you should use it properly.January 13, 202152 Read More DevOps and SRE interview: What you need to learn in Linux?January 10, 2021765 Read More Questions and answers related to SRE and DevOps preparationJanuary 5, 202133 Read More Difference between minor page faults vs major page faultsDecember 24, 202053 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, 202068 Read More What are a honeypot server and its uses?December 22, 202047 Read More What should you learn in DevOps and SRE for long term prospect?December 7, 202045 Read More DevOps Interview Questions: How will you approach a network issue.December 6, 202043 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, 202043 Read More Getting started with Jupyter NotebookOctober 10, 202046 Read More Points to mind while debugging production issues.October 7, 202039 Read More How to debug issues and performance in production: The USE methodOctober 6, 202044 Read More ngrok: Serve website from local system.September 24, 202044 Read More DevOps Interview Questions: Important Python questions.September 20, 202071 Read More Redis Cluster and master-slave backup using Redis ShakeSeptember 18, 202038 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, 202043 Read More Writing metrics exporter for Prometheus using PythonSeptember 9, 202061 Read More Log parsing in python using regular expressions.September 6, 202048 Read More What are Redis master-slave and Redis clusters and the difference between them?July 30, 202046 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, 202045 Read More Redis bgsave taking a lot of memory. Here is the reason.April 29, 202039 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, 2020228 Read More Key metrics to monitor in Redis and optimization settingsApril 5, 202045 Read More Redis monitoring using Prometheus and GrafanaMarch 29, 202055 Read More Types of Linked Lists, Memory allocation, and cache localityMarch 29, 202050 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, 202035 Read More What is eBPF and why is it called a superpower in Linux?February 22, 202035 Read More How Kubernetes works on reconciler pattern.February 21, 202047 Read More How traceroute works using ICMP error messages.January 23, 202042 Read More Sidecar pattern vs ambassador patternDecember 18, 201958 Read More Mutable vs Immutable datastructures: Pros and ConsDecember 13, 201952 Read More Monitoring Infrastructure System DesignNovember 18, 201940 Read More Logging Infrastructure System Design.November 16, 2019189 Read More How to implement real-time tracking in applications like Swiggy, uber, and Dunzo?November 16, 201965 Read More Inorder traversal Python of a Binary TreeNovember 4, 20191348 Read More Breadth-first search in a graph with pythonOctober 18, 201940 Read More Implementing graph with python and how to traverse.October 18, 2019107 Read More Let us build a Youtube Music Desktop App using ElectronOctober 14, 20196774 Read More How containers isolate processes using Linux namespaces?October 12, 201939 Read More What is blackbox monitoring? Automating with bash scriptOctober 6, 201937 Read More Log parsing in python. Read how you can do it.October 5, 2019149 Read More How to start python: Basic Tooling in PythonOctober 5, 201942 Read More How docker networking works.September 19, 201940 Read More Docker components and how they interact.September 17, 201948 Read More The life cycle of a containerSeptember 16, 201935 Read More Different sub-languages of SQL.September 15, 20198026 Read More Generators in PythonSeptember 8, 201940 Read More Best practices for programmingAugust 26, 201938 Read More Iterators in python and how to create themAugust 24, 201988 Read More What are SNAT and DNATAugust 10, 201957 Read More How to save your monitoring metrics in Prometheus vs Graphite.August 9, 201957 Read More Tooling in DevOps: Installing Graphite for monitoring data.August 7, 201934 Read More Pattern and anti patterns while creating new servers.May 23, 201951 Read More What are the snowflake servers?May 23, 201987 Read More Reconciler pattern and how terraform uses it.May 21, 201936 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, 201955 Read More What is GOROOT and GOPATH and how to fix it?March 19, 2019848 Read More Introducing GetWebSiteIP: Learning project in GO.March 13, 201933 Read More Tooling in Devops: Using Terraform For Automating InfrastructureFebruary 26, 2019107 Read More Working on Scale: Infrastructure Automation with terraform and chef.February 25, 201943 Read More Working on Scale: Automating release process.February 24, 201933 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, 201851 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, 201834 Read More Sieve of eratosthenes in python for Generating Prime numbersAugust 24, 201847 Read More Length of Longest Increasing Subsequence (LIS) in python [Dynamic Programming]August 23, 201838 Read More Docker Error: Failed to determine cgroup for the ‘cpu’ subsystem: Failed to read /proc/1232/cgroup.June 28, 201844 Read More How to do load testing using locust and python for your applications.June 6, 201857 Read More Reverse proxy vs forward proxy.June 5, 201854 Read More Unable to do ssh into machine.June 3, 201846 Read More What is a nameserver and how to run one?June 2, 201847 Read More What are chef servers and how to work with chef?April 3, 201859 Read More What are database migrations and why they are important?December 19, 201770 Read More Codiva: Online code compiler that compiles on the fly.December 16, 201733 Read More What are APIS and how to build API?December 2, 2017152 Read More Build desktop notifier using python and notify2.November 27, 20173492 Read More Want to host your own git. Learn how to host gitlab locally?November 25, 20174527 Read More Amazon fire TV and how it works for Indian usersNovember 6, 2017102 Read More Amazon Echo Dot for Indian users and how it works for our accent.November 2, 201768 Read More Web Socket implementation using Socket.ioSeptember 28, 201738 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, 201757 Read More WordPress plugin to make your website AMP compatible.August 10, 201751 Read More What are runlevels in linux systems?August 1, 201750 Read More How to get number of threads per process?July 25, 2017158 Read More Why to use process instead of threads in python?July 4, 201785 Read More What are PWA or progressive web apps?July 2, 2017276 Read More What are AMP or accelerated mobile pages?June 30, 2017325 Read More How to host your static site with github.io subdomainJune 29, 201742 Read More What components a simple software project should have?June 27, 201736 Read More Bollywood Analytics has a new look.June 22, 201741 Read More Do you know about Netflix Simian Army?June 22, 2017999 Read More Go server less with AWS LAMBDA.June 21, 201738 Read More Normal AWS SQS Queues and FIFO queues.June 19, 201760 Read More Introducing Bollywood Analytics : www.bollywoodanalytics.comJune 19, 201740 Read More Hello World with Docker: Learning Docker and Containers.April 29, 201757 Read More What are Docker and Containers: An introductionApril 28, 201735 Read More Level order traversal of a binary tree in python.April 27, 201743 Read More Don’t marry a programming language.April 21, 201742 Read More Best code editors for different programming languagesApril 20, 2017117 Read More How to implement gzip compression in nginx to speed up your website.April 19, 201738 Read More How to maintain consistency while uploading to AWS S3April 19, 201739 Read More Command to get top ten processes consuming most CPUApril 18, 201791 Read More What happens when you click a link?April 18, 20171529 Read More How to get most frequent ip address in your logs.April 17, 201789 Read More What is blue green deployment.April 17, 201746 Read More Difference between pure and impure functions.April 17, 2017268 Read More Algorithms: Binary Search Tree and its functionality in pythonApril 16, 201752 Read More Terminal in browser: Building a Javascript Terminal in your website.April 14, 201717621 Read More Google search URL parameters and what do they mean?April 14, 2017135 Read More Algorithms: Left view of a binary tree using python.April 14, 201738 Read More Picks from Quora- What do you think are the ‘7 wonders’ of the coding world?April 12, 201743 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, 201753 Read More Binary Tree and its traversal using python.April 10, 2017106 Read More Creating Linux alias to enable you work faster.April 10, 201746 Read More What happens when you type a url in browserApril 9, 2017202204 Read More Part of Speech tagging, noun phrases, sentences and tokenization for natural language processing.April 8, 201734 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, 201742 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, 20172135 Read More How to implement load balancing with NginxMarch 30, 201739 Read More Monitor your unix system resources using HTOP.March 29, 201753 Read More Python: Increasing performance of your code: For vs MapMarch 29, 20177207 Read More Controlling LED with Motion Sensors in Raspberry Pi using python.March 25, 201740 Read More How to blink LED lights using raspberry piMarch 23, 201746 Read More Kodi: Open Source Media Center and Home theatre.March 22, 201745 Read More Raspberry PI Motion Sensor example: Shutdown the systems on inactivityMarch 11, 201757 Read More What if Nuclear Wars in JS and SVG? BOOM by Sarah DrasnerMarch 2, 201750 Read More Python dependency security vulnerability checker.March 1, 201741 Read More Awesome micro-interaction animationsFebruary 22, 2017129 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, 201769 Read More Software Development tools: Tools for designing, development and management.February 10, 2017169 Read More Packages to check dependency vulnerabilities in Rails, Node, php and python.February 9, 201774 Read More Domain Driven Development- An Introduction.February 9, 201748 Read More How to optimize javascript for performance – Top Points.January 29, 201755 Read More Increase your capability of taking risk.January 17, 201753 Read More Fabric : Tool you need to automate installations and deployments.January 14, 201756 Read More Javascript: Understanding Repaint and Reflow of DOM for increasing performanceJanuary 4, 201770 Read More JavaScript: How to handle DOM to increase performance and optimization.December 28, 2016148 Read More Javascript: Increasing performance by handling Scopes Smartly.December 27, 201661 Read More Javascript: Increasing performance using Dynamic LoadingDecember 23, 201675 Read More Javascript: Difference between strict and lenient equalityDecember 20, 201677 Read More JavaScript: Confusing and unknown concepts you must know.December 20, 201656 Read More Which programming language or technology to learn.December 19, 201636 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, 201661 Read More 5 tricks to make your android work faster without rooting the device.December 12, 201654 Read More 5 Reasons why you should not read this article?December 8, 201687 Read More How I created a 100 twitter bots and made them interact using python, aws and selenium..December 6, 201653 Read More Burning the ropes – PuzzleDecember 6, 20165705 Read More From beginner to expert in competitive programming.December 4, 201671 Read More Lets vote on Prime Minister decision of Demonetization, Was it correct or something is missing?November 30, 201645 Read More Which is the Top Rated messaging app on android have a look here.November 30, 201629 Read More Top 10 must have plugins for wordpress.November 25, 2016101 Read More Things to know in computer science in last year of college.November 15, 2016113 Read More World War 2: United States of America entered the war and American involvement in WW2 – World War 2November 12, 201653 Read More Results of World War 2: What, why, effects and consequences?November 12, 201650 Read More How Uber and OLA drivers leads to generation of black money by not returning the cash.November 10, 201673 Read More How discontinuing 1000 and 500 rupees notes will affect the people, the black money holder and the RBINovember 8, 201638 Read More Most useful list of websites for computer guys.November 8, 2016358 Read More Top Tools that every beginner web developers should know about and should get use to.November 6, 201641 Read More Learn Vagrant from Scratch : Provision environment for the virtual machineNovember 5, 201639 Read More Learn Vagrant from Scratch : Sharing the Vagrant imagesNovember 5, 201642 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, 201638 Read More Learn Vagrant from Scratch.November 5, 201638 Read More Learn Vagrant from Scratch : Initial Setup and BoxesNovember 5, 201691 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, 201677 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, 2016110 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, 2016142 Read More Git, best practices and mistakes.October 26, 2016102 Read More Few Front End frameworksOctober 25, 201641 Read More Git and how to use it.October 25, 201654 Read More [sgmb id=3]