Integrating Tailwind CSS in Blazor
A technical guide on how to set up and configure the Tailwind CSS framework within a Blazor web application project.
Tim Deschryver is a software developer and cloud architect specializing in Azure, DevOps, and web application security.
216 articles from this blog
A technical guide on how to set up and configure the Tailwind CSS framework within a Blazor web application project.
Explains synchronous and asynchronous methods to load OpenID configuration in Angular using the Auth OIDC Client library.
Angular Auth OIDC Client v18 adds Signal support for authentication state and user data, simplifying integration in Angular apps.
A guide on exposing .NET feature flags via an API and consuming them in an Angular front-end application for coordinated feature rollouts.
A guide to configuring .NET code coverage analysis within an Azure DevOps pipeline, including setup steps and integration with pull requests.
A guide on how to test Angular components using the new Signal APIs with Angular Testing Library, covering input properties and setup.
Explains how Angular's built-in security features automatically protect web applications from Cross-Site Scripting (XSS) attacks by sanitizing untrusted values.
Exploring a new approach to Angular forms using Signals, combining the best of Template-Driven and Reactive Forms with a signal-based API.
A guide on using Zod schemas to dynamically generate type-safe, reusable table components in Angular, leveraging runtime type information.
Updated guide on building a single Angular standalone app for multiple environments using configurable settings, replacing older environment files.
Explains how to implement the Decorator design pattern using .NET's Dependency Injection to add cross-cutting concerns like logging or caching.
Explains how to use ASP.NET's DelegatingHandler to intercept and modify HTTP requests, focusing on adding dynamic headers like Authorization.
A guide on integrating an Angular front-end application into a .NET Aspire orchestration setup for cloud-native development.
A guide to testing Angular 17's new deferrable views (@defer blocks) using both Angular's built-in testing utilities and Angular Testing Library.
Explores how to enable OpenTelemetry observability in Wolverine, highlighting its built-in tracing and metrics capabilities.
A technical guide on using the WolverineFx.HTTP package to simplify API endpoints and reduce boilerplate code in .NET applications.
A technical overview of Wolverine, a .NET library combining Mediator and Message Bus patterns, with code examples for a shopping cart API.
Guide to merging Playwright test shard reports into a single HTML report using the new merge-reports command for better CI pipeline visibility.
A guide to implementing reusable feature flag checks in ASP.NET Minimal APIs using custom Endpoint Filters, moving logic out of route handlers.
A quick reference guide for developers transitioning from the Moq mocking library to NSubstitute, covering syntax comparisons.