React Router 7 Tutorial
A tutorial on implementing routing in React using React Router 7, covering setup, navigation, and route configuration.
A tutorial on implementing routing in React using React Router 7, covering setup, navigation, and route configuration.
A guide on using GitHub Copilot Edits to make multi-file code changes directly from VS Code, including setup and iteration.
A technical guide on implementing maximum Brotli compression (level 11) for a static site built with 11ty and deployed on Cloudflare Pages.
A developer refactors an outdated JavaScript performance snippet to improve security and adhere to modern web best practices.
A researcher reflects on 2024 highlights in AI, covering societal impacts, software tools like Scikit-learn, and technical research on tabular data and language models.
A personal reflection on 2024, focusing on the challenges and joys of becoming a father and preparing for a new family life.
A technical musing on the role of JavaScript in web development, comparing HTML, CSS, and JS to parts of a sentence.
A curated list of notable LLM and AI research papers published in 2024, providing a resource for those interested in the latest developments.
A critical look at React Query's drawbacks and challenges, presented as a conference talk transcript discussing its usage and limitations.
A guide on securing static websites by implementing security-focused HTTP response headers using Cloudflare Pages and 11ty.
A developer shares their process of optimizing SQLite database configuration for their SaaS application after migrating from Postgres.
A UX case study on designing 'Context Chips' to collect user sentiment in surveys, improving data quality and user experience.
A guide to React Function Components, covering syntax, props, and using Hooks for modern React development.
A technical guide on using the Obsidian Dataview plugin to query and organize notes, with practical examples for newsletters and dashboards.
A technical guide on using the Obsidian Templater plugin to automate note creation, with a detailed example for managing contacts.
Fixing the Docker image to get a Kamal deployment functional on a DigitalOcean droplet.
A developer documents migrating a SaaS app to DigitalOcean using Kamal, detailing network issues and Docker setup.
The author details migrating a Django SaaS app's database from Heroku's Postgres to SQLite as part of a move to DigitalOcean.
A developer shares two browser extensions they built in 2024 to solve minor web annoyances: one for copying mailto links and another for cleaning up Gmail.
Explains a server-first approach to form validation in full-stack React, detailing benefits and when to add client-side validation or libraries.