PSR Standards in PHP: A Practical Guide for Developers

A comprehensive series exploring PHP-FIG’s PSR standards, with practical examples and real-world applications to help developers write more maintainable and interoperable PHP code.

January 5, 2025 · 2 min · Russell

Debugging Bubbletea Command Comparisons: A Learning Experience

Learn about the proper way to handle command comparisons in Bubbletea applications, including common pitfalls and best practices.

December 28, 2024 · 2 min · Russell

Python Virtual Environments for Beginners

Learn how to isolate Python project dependencies using virtual environments. This guide covers venv basics, activation/deactivation, and best practices for dependency management.

November 29, 2024 · 2 min · Russell

Suspend and Resume Processes in Linux

Learn how to effectively manage Linux processes using commands like Ctrl+Z, jobs, bg, and fg. Master the basics of process suspension and resumption.

August 27, 2024 · 2 min · Russell

Understanding Go Interfaces: A Practical Guide

Master Go interfaces with practical examples and real-world use cases. Learn how to write more flexible and maintainable code using interface-based design.

August 12, 2024 · 2 min · Russell

Testing Cobra CLI Apps in Go: A DI Approach

Learn how to effectively test Cobra CLI applications using dependency injection in Go, with practical examples and best practices.

July 24, 2024 · 2 min · Russell

Setting Up a Dev Container in VS Code

Learn how to set up and use Dev Containers in Visual Studio Code for consistent, isolated development environments.

June 29, 2024 · 1 min · Russell

Start Developing With Laravel in Ubuntu 20.04

A guide to setting up Laravel development environment on Ubuntu 20.04, perfect for beginners in web development

April 3, 2021 · 2 min · Russell

Dealing with Imposter Syndrome in Tech

A personal reflection on experiencing and overcoming imposter syndrome in the tech industry, with practical coping strategies.

March 6, 2021 · 2 min · Russell

Quickly View Node.js Project Scripts on the CLI

Create a simple CLI tool to view your Node.js project’s npm scripts directly from the terminal.

December 21, 2020 · 1 min · Russell