How to List the Content of a Public Google Drive Folder

When you have a Google Drive folder that’s shared publicly (set to “Anyone with the link can view”), you can access its contents programmatically using the Google Drive API. This is useful for building applications that need to display or process files from a shared drive. Prerequisites A public Google Drive folder (make sure it’s set to “Anyone with the link can view”) Google Cloud Project with the Drive API enabled API key from Google Cloud Console Setting Up First, you need to set up a Google Cloud project and enable the Drive API:...

October 27, 2025 · 4 min · YS

How to Download Google Spreadsheet as a CSV from a Public URL

Google Sheets provides a convenient way to share data publicly, and sometimes you may want to download this data in CSV format for processing in other applications. In this article, I’ll show you how to construct the URL to download a public Google Spreadsheet as a CSV file, and provide a Python script to automate the process. Understanding the Google Sheets CSV Export URL When you have a publicly accessible Google Sheet, you can export it as a CSV by modifying its sharing URL....

October 24, 2025 · 3 min · YS

Part 2: Making Deployments Safer with Celery Workflows and Chains

Exploring strategies for handling long-running background tasks in Django applications with reliability and efficiency.

September 15, 2025 · 10 min · YS

Deploying a Django app with Celery background tasks

A guide to deploying Django applications with Celery for handling background tasks efficiently.

September 15, 2025 · 4 min · YS

No-Code Tools Review Part 2: Notion, N8n, Grist, Framer, and Appsmith

A deeper dive into specialized no-code tools for databases, automations, and application development beyond the mainstream platforms.

September 9, 2025 · 5 min · YS

No-Code : Tools Review and When to Use Them

A comprehensive review of popular no-code tools and an exploration of what no-code development is, where it excels, and when to use it for prototyping and production.

September 9, 2025 · 5 min · YS

Content as Infrastructure: Building Digital Assets Beyond Blog Posts

Exploring how content can serve as foundational infrastructure that supports entire digital ecosystems, moving beyond traditional publishing to create interconnected assets.

September 9, 2025 · 5 min · YS

Introduction to Proxmox: an overview of PVE

A comprehensive guide to Proxmox Virtual Environment, comparing it with KVM/QEMU/libvirt and Incus, and exploring its key features for enterprise virtualization.

September 5, 2025 · 4 min · YS

How to Download Video Files from Public Google Drive URLs Using Python

A step-by-step tutorial on downloading video files from publicly accessible Google Drive links using Python with proper error handling and progress tracking.

September 2, 2025 · 3 min · YS

Google's Android App Installation Limits: A Strategic Monopoly Reinforcement

Examining how Google’s restrictions on Android app installations strategically reinforce its monopoly position and what this means for digital freedom.

September 1, 2025 · 4 min · Yasha

About VPNs

VPN cool insights

August 29, 2025 · 4 min · Yasha

Maintainable ReactJS

Make react a tad more maintainable

April 8, 2025 · 4 min · Yasha

Ionic Appflow is closing

The end of an era

April 4, 2025 · 2 min · Yasha

My Favourite Firefox extensions (they exist for chrome too)

list of firefox extension you should probably consider

February 9, 2025 · 2 min · Yasha

Strategy In 7 Words

When crafting a successful strategy, asking the right questions is key to achieving clarity, alignment, and purpose. 7 foundational questions — Why, What, How, Who, Where, When, and What Next

January 18, 2025 · 2 min · Yasha

Hacker style linux commands

How to use Linux tools, terminal commands, and customizations to emulate the aesthetic and experience of a stereotypical “hacker,” focusing on flashy interfaces, command-line tricks, and role-play setups for fun or learning purposes.

January 10, 2025 · 1 min · Yasha

Who are the main Cloud AI services?

Several major technology companies provide cloud AI services, offering a range of tools and platforms for developing, deploying, and managing AI applications. Here are some of the most popular vendors of cloud AI.

June 4, 2024 · 2 min · Yasha

what is a loss function in machine learning?

A loss function, also known as a cost function or objective function, is a critical component in training machine learning models, particularly in neural networks and deep learning…

May 31, 2024 · 3 min · Yasha

What is going on in AI?

what is going on in AI recently, what to pay attention to

May 31, 2024 · 5 min · Yasha

What is inertiajs

the JavaScript apps the monolith way.

March 13, 2024 · 2 min · Yasha