Using query strings in ASP.NET Core unit tests
A guide on building and testing complex query strings in ASP.NET Core controller unit tests, covering encoding and multiple values.
A guide on building and testing complex query strings in ASP.NET Core controller unit tests, covering encoding and multiple values.
Critique of web browser feature bloat and complexity, arguing it's now impossible to build a new competitive browser engine.
Explains how to use CSS Motion Path (offset-path) to position text along a curved or circular path, making it selectable unlike transform-based methods.
A personal review of the Surface Book 2 laptop, focusing on its suitability for programming and development work compared to other devices.
Explains how to fix circular dependencies in .NET Core by using lazy service resolution with IServiceProvider.
Explores the technical differences between using element.focus and aria-activedescendant for managing focus in accessible JavaScript components.
Eight cultural rules for successful remote work, focusing on asynchronous communication and workflow norms, based on experience at GitHub.
A tech professional shares lessons from college on running efficient meetings, focusing on agendas, roles, and timekeeping for better team collaboration.
Explores implementing Domain-Driven Design building blocks in Java, balancing conceptual purity with technical pragmatism.
A tutorial on creating and using middlewares in Vapor 4, a server-side Swift framework, to handle common routing tasks.
A survey analysis on how the practice of Specification by Example has evolved over the decade since the author's book, focusing on its impact on product quality.
Guide on using CocoaPods solely to manage CLI tool versions in iOS projects, without integrating with Xcode.
Explains JavaScript closures, how they combine functions with their lexical environment, and provides a code example.
A guide to configuring connection timeouts and implementing retry logic for synchronous HTTP communication, using Feign as an example.
Part 2 of a tutorial on using Azure Event Grid with PowerShell Azure Functions to automate resource configuration after creation.
A technical guide on using Azure Event Grid with PowerShell Azure Functions to automate resource configuration after VM or Storage Account creation.
Analyzes how developers without CS degrees got their first jobs, based on a survey of 450+ Twitter responses.
Explains how to hide specific controllers or actions from Swagger/OpenAPI documentation in ASP.NET Core using conventions.
A guide to generating automated tests for a React app using XState and Cypress, focusing on decoupling test logic from the state machine.
A technical guide on using git filter-branch to resolve complex merge conflicts and backport documentation changes in a software project.