Skip to main content

Language

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.