Local Storage in React
A React tutorial on using local storage with custom hooks to persist state, including session storage and caching.
A React tutorial on using local storage with custom hooks to persist state, including session storage and caching.
A developer's monthly update on TinyPilot, covering revenue growth, product updates, and business challenges in the tech hardware space.
The article argues for using simple, monolithic architectures over complex ones, using examples like Wave and Stack Overflow to show effectiveness at scale.
A tutorial on creating a custom React Hook to synchronize component state with the browser's local storage.
A custom React Hook to calculate and return the scrollbar width, useful for resolving layout issues in applications.
A guide to correctly implementing cross-entropy loss in PyTorch for binary and multiclass classification, explaining common pitfalls and best practices.
A tutorial on creating a custom React hook to detect clicks outside a component, useful for closing dropdowns or dialogs.
An engineering leadership article arguing that being available and building strong team connections is a crucial, often overlooked leadership skill.
A guide to using Git worktrees for easier context switching between branches, avoiding messy rebases and stashes.
A step-by-step tutorial on setting up and using dynamic list filtering between SharePoint lists or document libraries.
Adding a PDF course completion report for students in a SaaS application built with Python and Django.
A guide to creating a custom React Hook that detects whether a user is scrolling up or down on a webpage.
A developer explains how understanding CSS layout algorithms, not just properties, leads to more predictable and robust styling.
A detailed guide explaining React props, including how to pass data between components, destructuring, and common pitfalls.
Explains how to leverage urgency to justify large-scale refactoring projects and gain organizational buy-in for technical improvements.
Explains the difference between .update() and .forward() in TorchMetrics, a PyTorch library for tracking model performance during training.
The article details adding a PDF attendance report to a SaaS project, covering development challenges and code patterns.
Explores two methods for estimating JSON serialization size in .NET: a 100% accurate LengthOnlyStream and a faster, approximate JsonEstimator.
A developer shares his favorite productivity apps for 2022, including Obsidian, Centered, Cron, and todometer.
The author details building a minimal HTTP parser for the Atlas web framework, focusing on extracting the method and path from the request line.