Google Sheet Automation

Automate Google Sheets with Python

When you think about quickly writing a simple script for automating some boring stuff, python is pretty simple & easy to work with. Updating and processing google sheet content is another such boring or rather tedius task which can be automated & simplified(and made interesting ;)) using a python script. Here are some use-cases where this kind of automation could greatly help: Creating organized inventory systems Streamlining repetitive data entry Producing detailed reports and interactive dashboards For using sheets as an intermediate store for a bigger automation Luckily, Google provides APIs which can be used to automate google sheets....

12 min · 2370 words · Shubhangi Mudgal
Docker 101: Why Containers Matter

Docker 101: Why Containers Matter

Hey there! 👋 Are you new to the world of Docker? Maybe you’ve heard the term thrown around in tech conversations, or perhaps you’re just curious about what it is and why everyone seems to be talking about it. Don’t worry—you’re in the right place! By the end of this blog, you’ll understand what Docker is, why it was created, and how it solves real-world problems. Let’s dive in! 🚀...

6 min · 1212 words · Shubham Shukla