SQL Stored Procedure Best Practices

A concise summary of best practices for SQL stored procedures—covering performance, maintainability, naming conventions, and security.

Diagramming as Code with Mermaid: A Better Way to Track System Design

A quick guide to using Mermaid to create diagrams as code—perfect for software architecture, documentation, and team collaboration.

Building a Basic ETL Pipeline in Python with OOP

Learn how to build a clean and modular ETL pipeline in Python using object-oriented programming principles—great for beginners and side projects.

Using Flask API To Relay Messages to Discord Channels

A simple Flask API example that sends messages to Discord channels using webhooks—great for alerts, bots, or automation scripts.

Generating HTML Code with Emmet in Intellij IDEA

Speed up your HTML workflow in IntelliJ IDEA using Emmet. Learn how to generate HTML code faster with shorthand syntax.

How to Use Doctest to Enhance Your Python Documentation and Tests

Learn how to use Python's built-in doctest module to write tests inside your docstrings—great for simple validation and better documentation.