Testing Azure AD-protected APIs, part 1: Swagger UI
A guide to configuring Swagger UI for testing Azure AD-protected APIs, using an ASP.NET Core 3.0 sample application.
A guide to configuring Swagger UI for testing Azure AD-protected APIs, using an ASP.NET Core 3.0 sample application.
A technical guide on implementing origin authentication and Role-Based Access Control (RBAC) in Istio using custom JWT tokens and identity providers.
Explains how Spring's @Transactional handles rollbacks for runtime vs. checked exceptions, including interactions with Lombok's @SneakyThrows.
A developer shares technical and habit-based techniques to reduce distractions from social media, email, and apps like StackOverflow for better productivity.
A guide to integration testing AWS Lambda C# functions locally using the Lambda Test Server library for .NET Core.
A tutorial on building a custom CAPTCHA generation API using Node.js and the Canvas API, covering random text generation and image manipulation.
A guide to understanding and implementing Property Wrappers in Swift 5.1, including built-in and custom examples.
Explores self-supervised learning, a method to train models on unlabeled data by creating supervised tasks, covering key concepts and models.
A technical guide on implementing Web Push Notifications, covering service worker push event handling and obtaining push subscriptions.
A developer details a Font Awesome rendering issue in SSR apps and explains how to fix it by reducing JavaScript dependency.
A Laravel developer explains solving a complex database performance issue by creating a custom Eloquent relation to efficiently load nested model data.
A PowerShell script to generate and email a daily Azure backup report using Office 365 SMTP.
A concise guide to using Laravel's HasManyThrough relationship with a practical database schema and code example.
Explains the label bias problem in sequence models like MEMMs and how it affects predictions, leading to models like CRFs.
An open letter to the Linux Foundation criticizing its public handling of a Code of Conduct case involving a conference attendee.
A guide on using configuration profiles in Quarkus to manage environment-specific settings like dev, test, and prod within a single application.properties file.
Explores the challenge of building safety-critical software for high-risk users like activists, contrasting it with mainstream security needs.
A technical tutorial on creating hexagon maps (hexmaps) for visualizing New Zealand District Health Board data using the R programming language and the DHBins package.
Compares React data fetching approaches: lifecycle methods, hooks, and Suspense, detailing their benefits and drawbacks.
A guide to using Prettier, an opinionated code formatter, to automatically fix and format code, often in conjunction with ESLint.