Lua Log #6: LASGI - ASGI in Lua
The author details the process of adapting Python's ASGI standard for Lua, creating LASGI to connect a Lua web server and application.
The author details the process of adapting Python's ASGI standard for Lua, creating LASGI to connect a Lua web server and application.
An analysis of Twitter's most severe cache-related incidents from 2012-2022, exploring patterns and knowledge loss.
A guide on how to evaluate the accessibility (a11y) of npm packages before using them in a web project.
Common mistakes to avoid when learning TypeScript, especially for developers with JavaScript or other language backgrounds.
The author announces a new website section for sharing slides and coverage from their workshops and talks, including a 'making of' story.
A developer debugs a complex scheduling bug in their SaaS application during a live coding session.
The author integrates django-htmx into a Django project to build a bulk task deletion feature for a SaaS homeschool application.
A developer works on a bulk delete template for a SaaS homeschool app using Python, Django, and htmx.
A developer builds a bulk delete form for a SaaS application, allowing customers to delete multiple tasks at once.
A technical guide on implementing a blur-to-load image experience to prevent layout shift and improve loading performance.
A developer builds a bulk delete feature for a SaaS application, allowing customers to delete multiple course tasks at once.
The article details completing the school break filtering feature for a SaaS product, including UI work and final testing.
A developer builds a user interface for filtering students by school breaks in a SaaS application using Django and Python.
A developer stream episode on building a SaaS app, focusing on adding student filtering for school breaks using Django and Python.
A guide detailing five practical steps to optimize web font loading for improved website performance and reduced layout shifts.
A developer's guide to designing the API and data structure for a custom React tree table component, inspired by MacOS Finder.
A guide to understanding UPC-A barcode structure and creating a barcode generator from scratch using pure Python.
A guide to setting up listmonk, an open-source newsletter manager, as a free alternative to expensive services like Mailchimp.
Explains why TypeScript restricts catch clause variable types and demonstrates the correct way to narrow error types using checks.
An exploration of Django middleware, explaining its purpose, placement in the request/response cycle, and how it's configured.