Explore >> Select a destination


You are here

bernat.tech
| | solutionspace.blog
4.4 parsecs away

Travel
| | In this article, I want to explore a strategy of dependency management that enables transitive dependencies to evolve independently and to disentangle the gnarly problem of conflicting transitive dependencies. Dependency hell is a real place. The times I am struggling trying to find a matching set of dependencies are moments in which I ask myself...
| | semver.org
3.8 parsecs away

Travel
| | Semantic Versioning spec and website
| | madole.xyz
4.2 parsecs away

Travel
| | Looking back at what I've learned from creating 2 separate component libraries | Blog post
| | timdeschryver.dev
44.6 parsecs away

Travel
| To improve the security of our Single Page Applications, let's ditch the access tokens in the browser and make the Backend for Frontend (BFF) responsible for the authentication process using the Authorization Code flow with PKCE. To achieve this, we'll use the Duende.BFF NuGet package and let it communicate with Auth0.