Web Development is the broad subject lane for this part of the archive.
Definition
Hands-on web engineering notes for building fast, maintainable, and SEO-aware sites and apps.
What belongs here
Articles land in Web Development when the main subject is frontend architecture, CMS choices, and implementation tradeoffs for modern content-driven web systems..
How to read it
Treat this category as the broad lane first, then use tags to narrow that subject down to the concrete technologies, platforms, or patterns used inside it.
A basic Magnolia CMS setup goes more smoothly when the team starts with the official getting-started path, understands bundles and webapps, and uses Magnolia CLI to create a clean first project structure.
Alpine.js is useful on Magnolia-driven pages when the goal is to add filters, dropdowns, tabs, and small form behavior without overbuilding the frontend.
Magnolia and Alpine.js can work well together when a team wants editable, API-driven content delivery without turning every frontend interaction into a framework-heavy application.
Magnolia CMS makes most sense when teams need enterprise authoring, reusable content models, and integration-heavy delivery across sites, portals, and apps.
For the longest time, the average person could only ever dream of developing their app. Today, you can create your app without having to write even a single line of code.
Markdown is a great way of writing your posts for new static website generators, but sometimes you need to add HTML classes directly to the output to make it look better. Here comes to play Hugo shortcodes that will help you programmatically add custom HTML to your markdown files.
Block Editor has forever changed the way we can use WordPress. The idea that we can create blocks of content and arrange them in a way similar to components allows great flexibility in the way we create content and provides an opportunity to develop new types of modular content. The concept is not new and exists on more complex and serious CMS systems like Drupal for years but it is certainly a welcome addition to WordPress that is used often.