Author: theodore

Lesson 2: The Essential HTML Boilerplate

In Lesson 1, we learned that HTML is the skeleton of a webpage. But before you start adding “bones” like headings and images, you need to set up the environment. In web development, we...

What We Know About Laravel 13

What We Know About Laravel 13 Laravel 13 is the next major release of the Laravel framework, scheduled for March 2026. This release will require PHP 8.3 as the minimum version and will follow...

Laravel Artisan Browse

Laravel Artisan Browse Browse and Execute Artisan Commands from an Interactive TUI If you’ve ever blanked on the exact syntax of an Artisan command mid-session, Artisan Browse by Josh Embling gives you an interactive terminal interface...

HTML Introduction

Modern HTML (HTML5 and2025 updates) focuses on enhanced native interactivity, reducing JavaScript dependencies via the Popover API and HTML Invoker Commands, improved semantic structure with the inert attribute for dialogs, and better media handling. These features improve accessibility and...