|
You are here |
bernat.tech | ||
| | | | |
solutionspace.blog
|
|
| | | | | 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
|
|
| | | | | Semantic Versioning spec and website | |
| | | | |
madole.xyz
|
|
| | | | | Looking back at what I've learned from creating 2 separate component libraries | Blog post | |
| | | | |
timdeschryver.dev
|
|
| | | 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. | ||