Injecting UrlHelper in ASP.NET Core MVC
Explains how to inject and use UrlHelper in ASP.NET Core MVC to generate dynamic hypermedia links in API responses.
Explains how to inject and use UrlHelper in ASP.NET Core MVC to generate dynamic hypermedia links in API responses.
A tutorial on integrating Lottie animations into a React Native app using Expo, covering setup, installation, and basic animation control.
Payara 5 Release Candidate 1 is now available for testing, featuring Java EE 8 and MicroProfile 1.2 components.
A developer shares advanced debugging techniques for tracking retain/release crashes in Objective-C, including custom GCD wrappers and queue tracking.
A guide to implementing responsive images for web performance, covering mindset, techniques, and calculations for optimal image delivery.
A guide for developers on overcoming idea paralysis and fear of failure when deciding what personal projects to build.
Explains how to resolve KSQL's topic conformity error when creating streams/tables, detailing partition and replica mismatch solutions.
A technical guide on using Kafka Connect to stream data from an Oracle database into Elasticsearch for real-time analytics.
A technical guide troubleshooting installation errors for the Confluent Kafka Python library, including dependency issues and compilation failures.
Explains the shift from traditional batch ETL to real-time streaming ETL using Apache Kafka for lower latency data integration and analytics.
A guide to securely managing configuration in ASP.NET Core using Azure Key Vault and Azure AD Managed Service Identity (MSI) for credential-free access.
Part 3 of a series on deploying Azure Stack on Azure, focusing on installing SQL and MySQL Resource Providers using PowerShell scripts.
A technical guide on using Git's filter-branch command to clean up a repository's history by removing unwanted files like bin/ and obj/ directories.
A February 2018 roundup of the best Python articles, news, GitHub projects, and tutorials, including Discord bots and JupyterLab.
The author clarifies the confusing terms 'pre-processing' and 'post-processing' in the context of CSS tools like PostCSS.
A guide to implementing integration testing for Node.js microservices using the Pact.js framework for consumer-driven contract testing.
Author announces a self-published Kindle fascicle on Bean Validation 2.0, extracted and expanded from his previous Java EE book.
A guide to setting up a minimal Common Lisp project using ASDF and Quicklisp, including creating packages and systems.
A method for faster generalized linear models on large datasets using a single database query and one Newton-Raphson iteration.
A guide to unit testing ILogger in ASP.NET Core, covering the challenge of mocking extension methods and providing practical solutions.