Integrating Tailwind CSS in Blazor
A technical guide on how to set up and configure the Tailwind CSS framework within a Blazor web application project.
A technical guide on how to set up and configure the Tailwind CSS framework within a Blazor web application project.
A web developer discusses the importance of feedback in tech careers, covering its impact on motivation, junior developers, and conference talks.
A guide to encrypting and decrypting sensitive identifiers in ASP.NET Core route parameters for improved security and data privacy.
The author updates core pages like About, FAQ, and Home for the JourneyInbox SaaS app, focusing on UI layout and content.
Explains how Google Translate's DOM manipulation causes crashes in React and other web apps, detailing the technical issues and potential workarounds.
A curated list of web development, design, and tech blogs the author follows via RSS, featuring many prominent industry figures and resources.
Explores using CSS Anchor Positioning and the Popover API to create interactive, accessible navigation menus without JavaScript.
A developer reflects on a decade of coding, from a first responsive layout to the joy of interactive web creation.
A personal manifesto advocating for a more human-centric, intentional, and ethical web in response to the rise of AI-generated content.
Introduces the CSS Anchor Positioning API, a native browser feature for positioning elements relative to anchors, simplifying complex UI layouts.
A developer shares his experience and tips for converting a WordPress site to a static site using the Astro framework, focusing on performance and stability.
A developer explains why they're shifting from creating exhaustive courses to writing focused 'recipes' for web technologies like Astro and Svelte.
A developer's monthly digest covering tech articles, books, and personal thoughts on switching from an iPad to a Kindle Scribe for focused reading.
Learn to build a basic HTTP server in Node.js using the built-in http module, covering server setup, request handling, and async callbacks.
A personal recap and notes from the Minnebar 18 tech conference, covering sessions on startups, accessibility, recruiting, and more.
A technical guide on detecting Google Translate and other machine translation tools on webpages using JavaScript and MutationObserver.
A technical deep-dive into the architecture and launch strategy behind the initial version of the Puzzmo puzzle game platform.
A guide to using the native HTML popover attribute to create modals without JavaScript, including code examples.
A tutorial on building a simple, clean photo gallery using Astro's content collections and image handling features.
A web developer recounts a bug where moving a submit button outside its HTML form broke functionality, and how they fixed it using the form attribute.