Blog Logo

Blog

Incognito Shell - Isolating Credentials with Subshells in Bash

Boost your console productivity with Incognito Shell

- 25-Jul-2025

Reliable Python Proxy Server with Docker, systemd, and Log Management on GCE

A Dockerized Python proxy server with automated deployment, logging, and service management using Docker Compose and systemd on a Debian-based GCE instance.

- 14-Jul-2025

Transferring SSH Keys to Google Cloud VMs from macOS

A step-by-step guide to transferring SSH keys from macOS to Google Cloud VMs for secure access.

- 14-Jul-2025

The ultimate guide on using systemd to autostart scripts on the Raspberry Pi

Learn how to use systemd to autostart scripts on your Raspberry Pi, replacing the older crontab -e method for better reliability and flexibility.

- 9-Jul-2025

How to kill a server from a Makefile

Learn how to kill a server process from a Makefile using the lsof command to find the PID and kill it.

- 5-Jul-2025

Exposing a Dockerized Python App on a Raspberry Pi Using Tailscale Funnel

Learn how to securely expose a Dockerized Python app running on a Raspberry Pi using Tailscale Funnel, without port forwarding or dynamic DNS.

- 01-Jul-2025

How to set up Raspberry Pi without a monitor and keyboard aka headless setup

Learn how to set up Raspberry Pi without a monitor and keyboard aka headless setup

- 25-Jun-2025

Raspberry Pi Based Dongle Powered Mobile Proxy Hub

Learn how to set up a dongle-powered mobile proxy hub for testing and development.

- 23-Jun-2025

Hurl Tutorial

Learn how to use Hurl, a command-line tool for testing HTTP APIs, with examples and best practices.

- 21-Jun-2025

Chaining POST Requests in Go with JSON - part 2

Learn how to create a generic handler in Go that chains POST requests with JSON data, allowing for optional transformations and forwarding.

- 17-Jun-2025

Chaining POST Requests in Go with JSON - part 1

Learn how to make network requests in Golang with examples.

- 16-Jun-2025

Setup Golang On New Mac

Setup Golang on a new Mac with Homebrew, install necessary tools, and configure the environment for development.

- 13-May-2025

Setup Google Cloud Memorystore with Golang App Engine

Learn how to set up and use Google Cloud Memorystore with a Golang App Engine application for efficient caching and data retrieval.

- 8-May-2025

How To Set Up Playwright(Python) with Docker

Learn how to set up Playwright(Python) with Docker for automation tasks.

- 23-Nov-2024

6 techniques to create a great user experience for shell scripts

Here are 6 techniques I use to make shell scripts more user friendly.

- 30-Sep-2024

Debug HTTP Requests in Python

Using the httpdbg tool, log HTTP requests and responses in Python and view them in a browser.

- 26-Sep-2024

NumPy Cheatsheet: Your Go-To Guide for Array Manipulation

NumPy Cheatsheet: Your Go-To Guide for Array Manipulation

- 27-Aug-2024

Creating a Material Web Page with Just CDN Libraries

We will be creating a material web page with just CDN libraries and without any build tools. Learn how to create a simple login page using Material Web Components.

- 24-Jul-24

Simplifying Firestore Interactions with FSEntity Class

This article explores the FSEntity class, a Pythonic way to simplify interacting with and managing data in Google Firestore.

- 12-Jun-2024

Making Variables Globally Available in Flask Templates

Learn how to make variables globally available in Flask templates using context processors for streamlined access across all template files.

- 07-Apr-2024

Communication Between Sibling Lit Elements Using parent Lit element

Learn how to establish communication between sibling Lit elements using parent Lit element for dynamic content updates based on user selections.

- 5-Apr-2024

Communication Between Sibling Lit Elements Using Vue3

Learn how to establish communication between sibling Lit elements using Vue3 for dynamic content updates based on user selections.

- 5-Apr-2024

Communication Between Sibling Lit Elements Using Native JavaScript Events

Learn how to establish communication between sibling Lit elements using native JavaScript events for dynamic content updates based on user selections.

- 28-Mar-2024

Threads and long running tasks in Flask

Learn how to execute long-running tasks asynchronously in Flask using threads, ensuring responsiveness without blocking the main thread.

- 26-Mar-2024

Installing Docker and Docker Compose on Ubuntu via Terminal

A step-by-step guide to installing Docker and Docker Compose on Ubuntu via the terminal.

- 3-Mar-2024

How to Hide a Div with Vanilla JavaScript

Learn how to implement a toggle show/hide button with inline vanilla JavaScript to hide a div element on a web page.

- 27-Feb-24

Difference between pool.imap and pool.imap_unordered in Python Multiprocessing

Exploring the nuances between Python's imap and imap_unordered functions in multiprocessing to help developers understand when to use each for optimal parallel processing.

- 08-Feb-2024

Schema Migration Script for SQLite to Rename and Change Column Type

Schema Migration Script for SQLite to Rename and Change Column Type

- 29-Jan-2024

Zero-downtime Database Migrations in SQLite

Zero-downtime Database Migrations in SQLite

- 16-Jan-2024

Dealing with datetime in SQLite

Dealing with datetime in SQLite

- 15-Jan-2024

Flask-Login Moving Parts

This article brings clarity to the moving parts of Flask-Login.

- 11-Jan-2024

How To Set Up a Node.js Application for Production on Ubuntu 22.04 using caddy

How To Set Up a Node.js Application for Production on Ubuntu 22.04 using caddy

- 10-Jan-2024

Installing Node.js and npm on Ubuntu 22.04 Using nvm

Installing Node.js and npm on Ubuntu 22.04 Using nvm

- 04-Jan-2024

How to quickly slugify a phrase in terminal

How to quickly slugify a phrase in terminal

- 04-Jan-2024

Routing Requests in Caddy to API or File Server Based on Header

Routing Requests in Caddy to API or File Server Based on Header

- 04-Jan-2024

How to add additional disks in GCP (Google Cloud Platform)

How to add additional disks in GCP (Google Cloud Platform)

- 03-Jan-2024

How to make git remember your password in terminal

How to make git remember your password in terminal

- 03-Jan-2024

Custom Permission Classes in Django Rest Framework

Custom permission classes in Django REST Framework

- 11-Sep-2023

Flask Google Signin

Implement Google Sign in in Flask.

- 9-Aug-2023

Django STATIC_ROOT vs STATICFILES_DIR.

This article explains the difference between STATIC_ROOT and STATICFILES_DIRS in Django and how to effectively manage static files in your web application.

- 27-Jul-2023

Customizing Your Bash Prompt for a More Productive Shell Experience

Customize your Bash prompt for a more productive and visually appealing shell experience with useful information and colors.

- 26-Jul-2023

How to Use Data Attributes in HTML and CSS

Discover the versatility of data attributes in HTML and CSS, empowering you to store custom data, enhance interactivity, and create flexible web pages.

- 11-Jul-2023

Building a multitenant backend with Python: A Guide to End-to-End Encryption.

Secure Multitenancy with Python: Building a Data Fortress with End-to-End Encryption

- 10-Jul-2023

Store Password Securely in SQLite: Python, SQLAlchemy, and Bcrypt

Shielding User Passwords: Safeguarding SQLite Databases with Robust Encryption

- 9-Jul-2023

Zanzibar Tutorial

Boost your productivity and code quality in 5 minutes

- 27-Jun-2023

How to create a multi-stage docker builds

Unlock the Power of Multi-Stage Docker Builds: Optimize Your Images

- 20-Jun-2023

Make your website a progressive web application.

Transform Your Web App into a PWA: Enhance User Experience

- 20-Jun-2023

Working with PostgreSQL from the Command Line

Harness the Full Potential of Postgres: Command-Line Mastery

- 10-Jun-2023

Git pre-commit hooks

Level Up Your Git Skills: Install and Configure with Ease

- 04-Jun-2023

Dockerizing flask with Postgres, Gunicorn and Nginx

How to dockerize a flask app with Postgres, Gunicorn and Nginx.

- 28-Apr-2023

Whitelisting of ips in nginx config

How to whitelist certain ips through nginx config.

- 23-Apr-2023

Linux Cat Command

Master the Linux Cat Command: Simplify Text Manipulation

- 8-Apr-2023