The Return of the Frame Pointers
Explains how missing frame pointers in libc break profilers and debuggers, causing incorrect stack traces and misleading flame graphs.
Explains how missing frame pointers in libc break profilers and debuggers, causing incorrect stack traces and misleading flame graphs.
Analysis of how modern, bloated websites perform poorly on low-end devices, despite high-speed internet connections.
How a small team organized a 250-person tech conference in just two months, focusing on community and embracing serendipity.
An analysis of why achieving consensus on platform moderation rules is impossible, using a simple game about park vehicle rules as an example.
A personal blog post reflecting on the author's career, coding burnout, life changes, and hobbies from 2023, and looking ahead to 2024.
A guide to using the Date.now() method in JavaScript for getting timestamps and simple date logic.
Robin Wieruch, a freelance React developer from Berlin, offers his services for product development, consulting, and team mentoring.
A step-by-step guide for installing and setting up React.js on a Windows machine, including Node.js, npm, and Visual Studio Code.
A step-by-step guide to installing React.js, Node.js, NPM, and VS Code on MacOS for web development.
How to style Markdown-generated HTML with Tailwind CSS classes using a custom Python Markdown extension.
A developer works on the sign-up template, styling, and feature flags for a SaaS product using Python and Django.
A guide to using React 18's useOptimistic hook for instant UI updates in Next.js applications, improving perceived performance.
A developer reflects on how naming conventions and web standards create layers of abstraction that make modern web development possible.
A personal 2023 year-in-review by Kent C. Dodds, covering the launch of Epic Web, numerous speaking engagements, and family life.
A streamer explores new tools and techniques to improve their live stream, including Python, Django, and Tailwind CSS.
A guide on switching a Python project from multiple linters to Ruff, a single, powerful tool.
The author switches a Python project to Ruff for linting and finishes parsing email messages for a SaaS application.
An interactive tutorial explaining the fundamentals of CSS Grid, including mental models, grid construction, and alignment techniques.
A developer episode on parsing inbound emails with Python & Django to create journal entries, using libraries like dateutil and email.
The article details making an email sending job idempotent in a Django SaaS project and parsing inbound emails for journal entries.