Python alternative to Docker
Explores a simpler alternative to Docker for deploying Python web apps, comparing it to common methods and containers.
Explores a simpler alternative to Docker for deploying Python web apps, comparing it to common methods and containers.
Explains the differences between inline event handlers and addEventListener() in JavaScript, covering syntax, scope, and best practices.
Introducing a built-in file input component for Blazor, enabling file uploads and processing in both client-side and server-side applications.
A tutorial explaining the CSS Flexbox layout model, covering core properties like flex-direction and flex-wrap for creating responsive designs.
Explores how command palettes, inspired by desktop app menu bars, can improve accessibility and usability in web applications.
A tutorial on creating layouts using core CSS concepts like floats, positioning, and the box model, emphasizing understanding fundamentals before using libraries.
A developer documents building a Flask web app with user authentication and a code diary feature as part of the #100DaysOfCode challenge.
A prototype for unit testing Blazor components using a fast, in-memory test renderer, demonstrating how to test UI interactions without a browser.
A developer explains their journey from skepticism to embracing TypeScript, highlighting its benefits for modern JavaScript development.
Explores accessibility issues when splitting text with JavaScript for animations and provides solutions using WAI-ARIA to ensure screen reader compatibility.
A technical guide exploring how to implement drag and drop functionality in web applications using the Blazor framework and the HTML5 Drag and Drop API.
The author explains their decision to create a Patreon for financial support to improve their long-form educational content and live streams.
A practical reference guide for developers transitioning from jQuery to modern vanilla JavaScript, covering common patterns and equivalents.
Argues against CSS-in-JS for most projects, advocating for traditional stylesheets and methodologies like BEM for better maintainability.
A web developer and graphic designer introduces his new blog, sharing his journey into front-end development and design.
Essential JavaScript concepts and ES6+ features you need to know before or while learning React, based on teaching experience.
A developer explains why now is the best time to learn JavaScript, highlighting the stable ecosystem and importance of fundamentals.
A developer shares their experience migrating their business website to Gatsby.js, highlighting its benefits for performance and development.
Explains web caching concepts, benefits, and common issues like race conditions, with Python examples and mentions of Memcached/Redis.
A tutorial on building a functional calendar layout using CSS Grid, covering HTML structure and grid placement techniques.