Все публикации

Display the Search Count in Vim's Status Bar

Docker Tip #98: Nested Variable Interpolation with Docker Compose v2

Doing Calculations on the Command Line with bc and Your Script Shell

Mount Secure Build-Time Secrets with Docker and Docker Compose

Setting Up the Password Store (Pass) App to Work with Android 13+

clear vs CTRL + L in Your Shell

Git Diff 2 Different Commits, Tags or Branches

Docker Tip #97: Save and Load Docker Images from a Zip File

Create Read-Only AKA Immutable Variables in Bash

Never Underestimate Support and Knowing your Customer

Troubleshooting Steps for When a Vim Plugin Is Not Working

Getting Celery to Work with Python 3.12 and Flask 3.0

Help Find and Remove Hard Coded Passwords and Secrets in a Project

Validate File Types by Reading the First Few Bytes of a File

Delete Lines That Match a Pattern or the Opposite Pattern Using sed

Never Underestimate Making Pull Requests to Update Documentation

Beware of Dangling Backslashes in RUN Commands in Your Dockerfile

Delete Empty Directories on the Command Line with Find

What I Learned about Payment Systems While Working at a Pizza Place

Creating Checklists for High Stakes Changes

How to Use Pass Which Is a Command Line Password Manager

Required vs Optional Environment Variables for Safer Deploys

How to Approach Solving a Difficult or Vague Programming Problem

Flask Nested Blueprints Example