Pro-Level Python Automation Projects You Need to TryWelcome back, Automation Explorer… You’ve mastered the basics and now it’s time to take things to the next level… real-world scripts that automate your life, business, or DevOps workflows. This is Part 2 of Life’s Too Short for Repetitive Tasks — Le...Jul 7, 2025·7 min read
Everything You Need to Know About GPUsHey, let’s talk about GPUs today. So, "What exactly is a GPU?" We’re usually more familiar with CPUs because, well, that’s what runs our regular computers, right? 👉 What is a GPU? GPU stands for Graphics Processing Unit. As the name suggests, it was...Jul 5, 2025·9 min read
FastAPI Project with detailed explanation for beginnersFastAPI is a Python web framework for building APIs quickly and easily, and it’s especially great if we want to create apps that need to respond fast to many requests at once. It’s called fast because it helps us code quickly and run apps with high p...Nov 10, 2024·11 min read
Understanding Prototype and Prototype Chaining in JavaScriptLet's understand Prototype by taking a goal to achieve in mind. Suppose you want to build something like React, ViewerJS, String Library, or a classic Array Library or you want to do some DOM Manipulation. I'm talking about big steps here, like build...Feb 2, 2023·6 min read
Guide to JavaScript Objects and Object Methods with easy examplesI'll start this article with a question. So, Why would your website look different from one browser to another? What lies at the center of these browser incompatibility issues? The Answer is the Browser engine. You can think of the browser engine as ...Jan 13, 2023·10 min read
Array in JavaScriptAn array is one of the most common concepts of Javascript, which gives us a lot of possibilities to work with data stored inside. Let’s start by listing 3 characters of your favorite anime and storing them in individual variables. It would look like ...Dec 27, 2022·14 min read
Understanding Basics of CSS GridCSS Grid A two-dimensional grid-based layout system that, compared to any web layout system of the past, completely changes the way we design user interfaces. CSS has always been used to layout our web pages, but it’s never done a very good job of ...Dec 9, 2022·7 min read