Search Results

Results for "Cloud Run Jobs"

197 articles found

Node.js logo and command line interface JavaScript
1 min read

Getting Started with Node.js and NPM

JavaScript used to be confined to the browser. Then Node.js came along and allowed us to run JavaScript on the server. For a beginner, installing Node also…

Technology concept AI
1 min read

Can ChatGPT Replace Human Jobs

ChatGPT can automate many tasks, but it cannot fully replace human creativity and decision-making. It works best as a support tool rather than a replacemen…

A laptop screen showing a complex spreadsheet transforming into a clean dashboard Google Cloud Platform
1 min read

BigQuery Saved Me From Excel Hell

My previous job involved analyzing CSV files. Gigabytes of them. Excel would crash. My laptop would overheat. I spent hours writing VLOOKUPs that took minu…

A laptop screen showing a complex spreadsheet transforming into a clean dashboard Google Cloud Platform
1 min read

BigQuery Saved Me From Excel Hell

My previous job involved analyzing CSV files. Gigabytes of them. Excel would crash. My laptop would overheat. I spent hours writing VLOOKUPs that took minu…

A cloud made of smoke hovering over a green forest with server racks visible Environment
1 min read

The Environmental Cost of AI Agents

We talk a lot about how cool AI is, but rarely about the energy it consumes. Running large language models and AI agents takes massive data centers that gu…

Web development with Flask framework Web Development
1 min read

Building Web Apps with Flask

Flask is a micro web framework for Python. It is lightweight and easy to get started with, making it perfect for beginners who want to build web applicatio…

Software testing concept Testing & Debugging
1 min read

Testing Your Python Code with unittest

Testing is an essential part of professional software development. It ensures your code works as expected and catches bugs before they reach production. Py…

A small boat navigating a narrow canal lined with palm trees in Alleppey India Travel
2 min read

The Backwaters of Alleppey

I have mentioned the backwaters in another post, but Alleppey, or Alappuzha, deserves its own spotlight. This is the heart of Kerala's backwater region, an…

Vibrant local market in India with colorful produce and goods India Travel
2 min read

Traveling India on a Budget

India has a reputation for being a budget traveler's paradise, and it is absolutely true. I traveled for two months on a budget of around fifty dollars a d…

Rolling hills covered in green tea plantations in Munnar India Travel
2 min read

The Tea Trails of Munnar

Munnar is a hill station in Kerala famous for its endless tea plantations. I arrived after a long, winding bus ride through the mountains, and the first th…

A laptop screen displaying lines of colorful code against a dark background Technology
1 min read

Learning to Code: Where to Start

Learning to code can feel like trying to climb a mountain in the fog. The key is to pick one language and a small project that excites you. Python is often…