PinnedAlbert Starreveld·Oct 1, 2018How to create an effective test automation strategyThis article outlines some test automation best practices and answers the following questions:A response icon6A response icon6
PinnedInVX CompanybyAlbert Starreveld·Nov 1, 2022Secure .NET microservices with Azure Container Apps and DAPRThe concept of microservices sounds fairly easy. And it is. Until you start adding requirements. For example, here are some common…A response icon1A response icon1
Albert Starreveld·Sep 5, 2025How to Set Up Magic Links With PKCE and Entrypage.ioMagic links are a common passwordless authentication method. This page dives into the concept, explores common use cases, and guides you on…
InEntrypage.io — Web Security HubbyAlbert Starreveld·Aug 31, 2025Choosing The Appropriate OAuth FlowChoosing the right OAuth flow has become more complex over time as the protocol has evolved. What began as OAuth 1.0, and then evolved into…
Albert Starreveld·Jun 23, 2025The Three Most Common OAuth Implementation MistakesImplementing OAuth. That’s something any developer can do.
Albert Starreveld·Jan 24, 2024Set up a SPA+BFF with ASP.NET Core and Angular in 3 steps (.NET 8)Last year I wrote an article about how to set up a SPA + BFF with .NET 7. In short, to scaffold an ASP.NET Angular project in .NET 7 and…
Albert Starreveld·Dec 12, 2023Three examples of SSO gone wrongSingle Sign-On (SSO) allows a user to authenticate once and sign in to various applications. SSO is great; it makes the web more secure by…A response icon2A response icon2
InEntrypage.io — Web Security HubbyAlbert Starreveld·Aug 2, 2023Understanding OAuth2Explaining the concepts, use-cases, and possibilities of the OAuth2 protocolA response icon6A response icon6
InEntrypage.io — Web Security HubbyAlbert Starreveld·Aug 2, 2023The Back-end For Front-end Security PatternIn today’s digital landscape, delivering exceptional user experiences while ensuring robust security measures is paramount for the success…A response icon2A response icon2
InEntrypage.io — Web Security HubbyAlbert Starreveld·Aug 2, 2023Distributed appsA distributed app is an app that runs on several machines in a network. A distributed app processes workload by delegating parts of the…