Posts
All the articles I've posted.
Simplifying Web Development with Alpine.js - A Case Study in Building Educational Games
Posted on:February 16, 2024 at 11:11 AMAlpine.js is a minimalistic, lightweight JavaScript framework designed for developers who want to write declarative and reactive code similar to Vue.js or React, but without the complexity and setup overhead. Its core philosophy revolves around simplicity and the principle of progressive enhancement, making it an excellent choice for adding interactivity to websites without the need for a heavy build step or deep knowledge of reactive programming concepts.
Reclaiming the hypermedia with HTMX
Posted on:February 12, 2024 at 11:11 AMHTMX is a compelling solution that bridges the gap between traditional hypermedia controls and the interactive, user-friendly interfaces modern users expect. Explores the essence of HTMX and its potential to revitalize the web's foundational principles.
Learn Deployment Challenges, Approaches and How Docker Can Help
Posted on:January 7, 2024 at 11:11 AMDeployment is a crucial piece of the puzzle that often seems daunting. Learn common deployment challenges, approaches and how Docker can help us master deployment from code to cloud with confidence.