Flush state with an NgRx meta-reducer
Explains how to flush state in NgRx using meta-reducers, with code examples for full and partial state resets.
Explains how to flush state in NgRx using meta-reducers, with code examples for full and partial state resets.
A guide to using React hooks in class components via a wrapper component with a render prop, for legacy codebases.
Announcing the fifth edition of Advanced Swift, updated for Swift 5.6 with new concurrency content, property wrappers, and a hardcover print edition.
A developer explains how understanding CSS layout algorithms, not just properties, leads to more predictable and robust styling.
A tutorial on building a basic document database in Go with Lucene-like filters and indexes, inspired by Elasticsearch.
A PowerShell guide to increase security by removing unwanted HTTP response headers from an Azure Application Gateway using rewrite rules.
A beginner-friendly guide explaining TypeScript Generics, covering their syntax, purpose, and a practical use case for writing reusable, type-safe code.
A tutorial on setting up a self-hosted Platform-as-a-Service (PaaS) like Heroku using CapRover on a VPS in under 10 minutes.
Guide on connecting a Windows machine to a Mac with an M1 chip for iOS development with Xamarin MAUI in Visual Studio 2022.
A technical deep dive into the startup process and internal mechanics of Azure Durable Functions, focusing on instance initialization.
Explains when and how to use the keyExtractor prop in React Native's FlatList component to efficiently render lists with unique keys.
Final part of a UNO Platform tutorial series, implementing drag-and-drop functionality and state persistence for a Todo app.
A tutorial on building a Swift CLI tool for generating app icons on Linux and macOS using Swift Argument Parser and SwiftGD.
Explains how to use Azure resource locks to prevent accidental deletion or modification of production infrastructure.
Explains how lazy loading components can cause Cumulative Layout Shift (CLS) on slow connections and offers solutions to prevent it.
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.
A developer announces leaving Spatie to join JetBrains' PhpStorm team as a developer advocate, focusing on PHP community and content.
An argument for implementing generics in PHP via static analysis, discussing the technical challenges and required mindset shift for developers.
Introducing faviconPlease, an R package for programmatically retrieving favicon URLs from any website, with applications for web apps and data tables.