Category Archives: Programming

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.
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
Best Programming Languages to Learn in 2023: A Developer's Guide

Best Programming Languages to Learn in 2023: A Developer's Guide

This article lists the best programming languages to learn in 2023 for beginners and experienced developers.

Continue Reading
Getting Started with HTML: A Beginner's Guide

Getting Started with HTML: A Beginner's Guide

In this article, I will introduce you to HTML, the language that forms the foundation of the web. Step by step you will build a multi-page website with paragraphs, headlines, links, and images.

Continue Reading
Android Input Management for Games

Android Input Management for Games

This is the twelfth article of the Android Game Programming series. Here, I would like to discuss how to manage user input on Android for our games.

Continue Reading