Category Archives: Programming (page 3)

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 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
Let’s start building the Game Framework

Let’s start building the Game Framework

In this article, we will start to create our Game Framework. It will be used to write all our videogames.

Continue Reading
Android Graphics Programming for Games

Android Graphics Programming for Games

In this article, I would like to introduce to you the basic android graphics programming concepts to develop our video game.

Continue Reading
Android Files Management

Android Files Management

This is the eighth article of the Android Game Programming series. In this article, I will discuss how to manage files

Continue Reading
Android Programming for Games (Activity Lifecycle)

Android Programming for Games (Activity Lifecycle)

In this article, I will introduce a basic android programming concept, the activity lifecycle.

Continue Reading