Skip to main content

Learning

2025


My Structured Query Language (MySQL)

·50 mins
With a database you can store all your information that is needed in your project. First you define the structure of your data and how it relates to each other, you also can define some rules to ensure stored data is valid and finally the database will take over the heavy lifting for you. No matter if a small project with 10 information or complex systems with millions or billions of data entries.

PHP Hypertext Processor

·24 mins
Learn how to build dynamic web applications with PHP. From generating dynamic HTML to serving API requests and running background processes, PHP offers an easy entry point into backend development. Perfect for junior developers, system administrators, and self-hosters.

File Transfer Protocol (FTP)

·7 mins
Discover how to efficiently upload multiple files of various sizes and types to remote storage using the File Transfer Protocol (FTP). This guide covers both graphical and command-line FTP clients, making it perfect for developers, sysadmins, and self-hosters.

Domain Name System (DNS)

··6 mins
Discover how the Domain Name System (DNS) works and why it’s crucial for managing domain addresses. This guide covers DNS server hierarchy, zone files, entry types, and caching, making it an essential read for developers, sysadmins, and self-hosters.

2024


Node.js - JavaScript in Server Applications

·16 mins
Learn how to use Node.js to run JavaScript on the server side, from basic CLI applications to serving dynamic websites. Perfect for developers, sysadmins, and self-hosters.

How to encode and decode special characters in URLs

·2 mins
Enhance your web browsing experience by mastering URL encoding techniques, enabling you to manage special characters with precision and ease. Uncover the simplicity of percent-encoding, ensuring smooth navigation through complex web structures and dynamic content without compromising data integrity.

Demystifying JavaScript: A Beginner's Guide to Understanding Source Code

··16 mins
Unravel the intricacies of JavaScript source code with this beginner-friendly guide. Explore fundamental concepts like variables, functions, loops, and objects through practical examples. Dive into the world of programming logic and enhance your understanding of web development.