GB and GiB: Do you think that GB and GiB are used interchangeably and they mean the same thing? Are they equal? Well, they both look simple by definition however having a long and complicated history. In this article, we will explore, all those aspects, stories, and...
Vishwamitra Mishra
How does I’m not a robot” checkbox work?
When you’re prompted to tick a basic checkbox “I am not a Robot,” you might wonder: if robots can accomplish nearly anything, why would clicking this seemingly straightforward checkbox be difficult for a robot? It appears to be an ineffective measure if a robot could...
Two simple Steps to Animate your Draw.io diagram
Ever felt lost trying to understand how a website works or how your data gets from point A to point B? Flow diagrams are like the superheroes of the software and data world, saving the day by making things crystal clear! Think of them as maps for complex systems. They...
Knapsack Problem: Algorithms, Real-world Applications, and Python Code
Dear Enthusiast, Personally, this is one of my favourite algorithm. Before we jump in to the maths and computer science part of this algorithms, first let's understand this algorithm an analogy. What is 0/1 Knapsack Problem Algorithm We will first try to understand...
The Internet: An Endless Reservoir of Knowledge and “Confirmation Bias”
The Internet is an immense reservoir of knowledge. When seeking information, the majority of individuals turn to the Internet. It serves as a vast repository of wisdom, offering a wealth of resources, including articles, blog posts, expert insights, surveys, academic...
How to create an “Interactive walkthrough” tutorial in Cloudshell
While working on a Google open-source — Data Quality Monitor, I was introduced to Google’s interactive walkthrough by one of my colleagues Niels Overwijn while I was creating a step-by-step tutorial in Github’s Readme.md file for deploying the application in Google...
ChatGPT & Gemini Models: Explaining the Contrasts in Simple Language
ChatGPT is like a skilled actor who can deliver lines from a script with conviction. Gemini, on the other hand, is like a skilled director who can stage a complex play. As these models continue to evolve, we can anticipate even more innovative and transformative...
Google Cloud IAP A User’s Perspective
In today’s increasingly interconnected digital landscape, securing access to sensitive data and applications has become paramount. As organizations embrace cloud-based solutions, the need for robust access control mechanisms has never been greater. Google Cloud...
What is Monotonic Arrays – Algorithm to check if an array is Monotonic
Monotonic arrays are a fundamental concept in computer science and data structures. They are essential for a wide range of applications, such as searching and sorting algorithms. In this blog post, we'll explore two different approaches to check if an array is...
Algorithm to Solve Classic Three-Number Sum Problem
Introduction The Three-Number Sum problem is a classic algorithmic challenge that involves finding all unique triplets in an array that add up to a given target sum. This problem is both intriguing and useful, as it has applications in areas such as data analysis,...
Welcome to the Algo-World
Are you interested in learning about different types of algorithms and how they can be implemented in Python? Are you preparing for technical interviews with companies like Google, Facebook, Amazon, and other top tech companies? Then you’ve come to the right place! Welcome to our new blog on algorithms in Python.
Gigabytes vs. Gibibytes: Decoding the Storage Capacity Confusion
GB and GiB: Do you think that GB and GiB are used interchangeably and they mean the same thing? Are they equal? Well,...
How does I’m not a robot” checkbox work?
When you’re prompted to tick a basic checkbox “I am not a Robot,” you might wonder: if robots can accomplish nearly...
Two simple Steps to Animate your Draw.io diagram
Ever felt lost trying to understand how a website works or how your data gets from point A to point B? Flow diagrams...