My recommendations to configure Visual Studio Code for Angular Development
A guide to configuring Visual Studio Code with essential extensions and settings to optimize the development workflow for Angular projects.
Tim Deschryver is a software developer and cloud architect specializing in Azure, DevOps, and web application security.
220 articles from this blog
A guide to configuring Visual Studio Code with essential extensions and settings to optimize the development workflow for Angular projects.
A developer shares lessons learned and pitfalls to avoid when implementing policy-based authorization in .NET applications.
A guide on integrating and using Angular Testing Library with the Vitest test runner for testing Angular components in a user-centric way.
Angular Testing Library v17.1.0 introduces a new 'on' API for easier and more intuitive testing of component output properties.
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.