IdentityServer and Signing Key Rotation
Explains the process and importance of rotating signing keys in IdentityServer for security, detailing the use of AddSigningCredential and AddValidationKey.
Explains the process and importance of rotating signing keys in IdentityServer for security, detailing the use of AddSigningCredential and AddValidationKey.
How to configure a Kafka Connect sink connector to start reading from the end of a topic instead of the beginning.
A guide on troubleshooting and resetting Kafka consumer group offsets when using Replicator to copy data between clusters.
Troubleshooting a WebPageTest private instance where SSL redirects caused agents to fail to submit results, and the fix.
A cloud consultant shares a three-month update on his new venture, Ned in the Cloud LLC, focusing on creating technical educational content.
A developer details the modern tech stack used to rebuild their personal website, including Hugo, blogdown, and CircleCI.
A tutorial on building a video game database iOS app using SwiftUI and the IGDB API, covering data fetching, UI design, and navigation.
A guide for developers on effectively working from home, covering occasional and regular remote work arrangements, discipline, and communication strategies.
A technical guide on manually migrating Alfred's clipboard history database between Macs using symbolic links and Dropbox.
A proposal for a maturity model to classify Java tools and libraries based on their level of support for the Java Platform Module System (JPMS).
Analyzes the critical impact of website speed on user engagement and revenue for both subscription-based and ad-driven online publishers.
A guide to understanding and predicting the cost structure of Azure Functions on the Consumption plan, focusing on serverless billing models.
A collection of practical Go programming tips covering string formatting, maps, database queries, file operations, and struct reflection.
A developer shares their excitement and gratitude after being awarded the Microsoft MVP title in developer technologies.
A guide to setting up and writing endpoint tests for an Express.js application using the Jest testing framework and Supertest.
The author removes Node.js from their SaaS deployment process, simplifying the server setup and moving static asset generation to CI.
A guide on building a successful open source project, focusing on solving real problems, quality code, and developer adoption.
Part 4 of a guide on streaming meetups, focusing on using OBS for directing and broadcasting your live event.
Guide on passing variables between tasks, jobs, and stages in Azure Pipelines YAML pipelines.
Explains the importance of checking delegated and application permissions in Azure AD access tokens for API security, with ASP.NET Core examples.