Reactive dumb components
Explores using RxJS reactive programming in Angular 'dumb' components to handle complex asynchronous @Input changes, replacing imperative ngOnChanges logic.
Explores using RxJS reactive programming in Angular 'dumb' components to handle complex asynchronous @Input changes, replacing imperative ngOnChanges logic.
A deep dive into DynamoDB partitions, explaining their role in data modeling and performance for the NoSQL database.
Author details a personal email setup using aerc, mbsync, and postfix for robust, offline-capable email management.
A guide to automating image optimization for a blog using Squoosh library and lint-staged to improve website performance.
The article argues against the common misconception that utility-first CSS classes are equivalent to inline styles, explaining their fundamental differences and capabilities.
A React tutorial on creating an indeterminate (tri-state) checkbox using state management, refs, and the useEffect hook.
A guide to using TypeScript effectively with React Query, covering generics, type inference and common pitfalls for type-safe data fetching.
A tech manager outlines their role, core values, and expectations for their team, focusing on transparency, ownership, and support.
A developer shares detective-like strategies for debugging software, including reading error messages, changing one thing at a time, and confirming assumptions.
A developer shares his journey from Microsoft critic and MVP to joining the Azure SQL Product Team as a Senior Program Manager.
Announcing the free release of 'Practical MongoDB Aggregations', a book with tips and examples for developers and data professionals.
A beginner-friendly React tutorial on creating, controlling, and reusing checkbox components with state management.
A technical guide demonstrating how to use the new CSS Container Queries feature within Web Components, including a live bookstore demo.
A guide to using Kubernetes Metrics Server for resource monitoring and autoscaling, with practical deployment and verification steps.
A technical guide on using the ImageKit SDK to upload and optimize images in Node.js applications, including frontend integration.
Explains Rust's module system, focusing on privacy rules and visibility modifiers for functions and nested modules.
A guide to migrating from Bash to zsh on macOS, including setting up autosuggestions and transferring history and settings.
A guide to quickly compress and resize large images for webpages using a browser-only workflow to improve loading times.
A detailed review of the Pinebook Pro laptop, covering its ARM-based hardware, Linux compatibility, and performance as a daily driver.
A guide to enabling TypeScript intellisense for CSS Modules in VSCode using a specific npm plugin, without needing extensions.