Category Archives: Programming (page 2)

Learn programming through practical, project-based tutorials covering a wide range of languages and technologies. This category includes beginner-friendly guides on HTML and CSS — the building blocks of the web — as well as tutorials on YAML for configuration management, overviews of the top programming languages to learn, and hands-on coding projects that help you build real skills. All tutorials follow the philosophy of learning by doing: understanding a concept is best achieved by building something with it.
Managing Application Configuration in Python with Pydantic Settings

Managing Application Configuration in Python with Pydantic Settings

Learn how to manage Python application configuration using pydantic-settings, combining YAML files for non-secret parameters and environment variables for secrets.

Continue Reading
Building a Python Command Line Interface (CLI) with the Command Pattern

Building a Python Command Line Interface (CLI) with the Command Pattern

Learn how to design a clean, extensible Python CLI using argparse and the Command design pattern — each command as an isolated, testable class.

Continue Reading
How to Set Up Your Next Python Project

How to Set Up Your Next Python Project

A practical guide to setting up a professional Python project with the right tools for package management, code quality, testing, and version control.

Continue Reading
Best Software Developer Tools to Consider in 2023

Best Software Developer Tools to Consider in 2023

Discover the top software development tools to take your coding game to the next level in 2023. From code editors to network analyzers, this article highlights the must-have tools for developers.

Continue Reading
Mastering the Basics of CSS: A Beginner's Guide

Mastering the Basics of CSS: A Beginner's Guide

In this article, we will continue to build our website with HTML and CSS. Reading it you will learn how to style your website.

Continue Reading
Exploring the Depths of YAML: Advanced Features and Functionality

Exploring the Depths of YAML: Advanced Features and Functionality

Dive deeper into YAML with this comprehensive guide to advanced concepts. Learn tips and techniques to fully unlock its power and functionality.

Continue Reading
Getting Started with YAML: An Introduction to the Basics

Getting Started with YAML: An Introduction to the Basics

YAML, short for Yet Another Markup Language, is a popular data serialization format. This article will discuss its baasic concepts.

Continue Reading