Posts
All the articles I've posted.
A Toy Django REST API with an Admin Panel
Posted on:November 6, 2025 at 08:12 AMA TypeScript dev takes a short trip back to Python — setting up a modern Django project, building a tiny REST API, and rediscovering how nice it is to get so much functionality, including an admin panel, for free.
The Subtle Trap of ISO Date Strings in JavaScript
Posted on:May 27, 2025 at 12:00 AMIf you’re building any kind of real application, sooner or later you’ll be wrangling dates and times. And the moment your users live in different time zones, things get… interesting.
Sticky header with dynamic shadow using tailwind
Posted on:May 17, 2024 at 08:12 AMExplore the process of adding a dynamic shadow to a sticky header in Tailwind CSS. This tutorial provides a step-by-step guide to ensuring the shadow appears only when the header is fixed at the top.