Strangler fig: retiring a legacy dispatch layer
This article discusses retiring a legacy dispatch layer in a codebase using the strangler fig pattern, migrating one domain at a time.
This article discusses retiring a legacy dispatch layer in a codebase using the strangler fig pattern, migrating one domain at a time.
Revisiting optimal routing with Azure ExpressRoute, focusing on Virtual WAN improvements like secured hubs and route maps for modern network designs.
A technical guide on implementing RPKI route validation for BGP security on MikroTik RouterOS 7.21.
Analysis of Azure's new Virtual Network Routing Appliance preview, questioning its purpose and target audience in typical Azure networks.
ASP.NET Core 10 improves middleware and endpoint routing separation, making authentication and authorization more predictable by handling routing implicitly.
Using DTrace to dynamically list all HTTP routes registered in a Go application, useful for debugging and understanding runtime features.
Explains how to use the 'Propagate static routes' feature in Azure Virtual WAN to simplify routing for indirect spoke/NVA network designs.
Explains how to add and use metadata with fallback endpoints in ASP.NET Core routing, including nuances for MVC/Razor Pages.
Explores TanStack Router's type-safe context inheritance for path and search parameters in nested routes, showcasing automatic type propagation.
An exploration of TanStack Router's features, focusing on its type-safe routing and developer experience for React applications.
Explains the layers of routing in Azure networking, debunking common misconceptions and detailing how NICs act as routers.
Explains why routing is critical for security in Azure networks and how misconfigurations can bypass firewalls.
A guide to the essential React libraries for building large-scale applications in 2025, covering state, routing, styling, and more.
A tutorial on using Descendant Routes in React Router 7 to manage routing for related components without nesting.
A tutorial on implementing Nested Routes in React Router 7 to create tabbed navigation and dynamic view updates.
A tutorial on implementing user authentication in React Router 7, including protected routes and fake API integration.
A quick tutorial and code example for getting started with React Router 7, covering basic routing concepts.
A tutorial on implementing routing in React using React Router 7, covering setup, navigation, and route configuration.
A developer shares notes on Go 1.22's improved built-in router and using sqlc to generate database code, based on personal project experience.
Explains how to manage and synchronize React application state using URL parameters with react-router-dom for persistence and shareability.