Practical? Common Lisp on the JVM: A quick intro to ABCL for modern web apps
A guide to building a modern web application using Common Lisp on the JVM with the ABCL implementation, Jooby, and Pebble templates.
A guide to building a modern web application using Common Lisp on the JVM with the ABCL implementation, Jooby, and Pebble templates.
A monthly update on TinyPilot, covering EU distribution setup, team delegation, and product development progress like a PoE adapter.
A quick reference cheatsheet for DOM manipulation using plain vanilla JavaScript and jQuery, covering selection, node creation, events, and loading scripts.
A beginner-friendly introduction to JSON Web Tokens (JWT), explaining their structure, use for stateless authentication, and basic flow.
A tutorial on using the JavaScript fetch() API to make GET and POST requests with JSON data, including setting headers and parsing responses.
Learn how Django settings work, where configuration comes from, and tools to manage your app's setup effectively.
An introduction to JAMStack, explaining its evolution from static sites to SPAs and how it creates fast, secure websites.
A proposal for browser dev tools to toggle CSS size units (px, em, rem) like color values, improving designer-developer workflow.
Explains the limitations of Django's default User Model and provides solutions for customization, focusing on username case-sensitivity and email handling.
Argues against using tabs for code indentation, advocating for spaces to ensure consistent formatting across different editors and web displays.
A beginner-friendly guide explaining how to use props to pass data and customize React components, covering functional and class components.
A developer explains building a blog with Blazor, detailing motivations, setup, and using markdown for posts.
A developer reflects on two years of writing technical articles, sharing lessons learned about consistency, teaching, and personal growth.
A developer discusses participating in Dev Roulette Live, a video series pairing developers for live, random-topic conversations about CSS and coding.
Beginner-friendly guide to JavaScript debugging using Chrome DevTools, covering breakpoints, bug reproduction, and systematic troubleshooting.
Developer announces a new newsletter focused on web development, programming, and tech industry news, with occasional fun content.
Explores the future of CSS layout, comparing the roles of @container queries and traditional @media queries in responsive web design.
A reflection on the slow pace of programming evolution, the persistence of complex problems, and the rapid impact of Stack Overflow.
Explores the next era of responsive web design, moving beyond viewport media queries to user preferences, container queries, and component-driven styles.
Exploring the challenge of detecting if a browser tab is active, beyond visibility, for bidirectional slide synchronization in a presentation framework.