Explore >> Select a destination


You are here

www.marcogomiero.com
| | jmmv.dev
9.7 parsecs away

Travel
| | Dependency injection is one of my favorite design patterns to develop highly-testable and modular code. Unfortunately, applying this pattern by taking Rust traits as arguments to public functions has unintended consequences on the visibility of private symbols. If you are not careful, most of your crate-internal APIs might need to become public just because you needed to parameterize a function with a trait. Let's look at why this happens and what we can do about it.
| | blog.kotzilla.io
11.2 parsecs away

Travel
| | From Compile Safety to Configuration Safety: Discover the upcoming Koin IDE Plugin that analyzes Koin configurations in real-time as you write your code.
| | nabeelvalley.co.za
7.9 parsecs away

Travel
| | A look at developing Web APIs using the AdonisJS Framework and MongoDB
| | damienbod.com
69.9 parsecs away

Travel
| This article shows how to implement a secure web application using Vue.js and ASP.NET Core. The web application implements the backend for frontend security architecture (BFF) and deploys both technical stack distributions as one web application. HTTP only secure cookies are used to persist the session. Microsoft Entra ID is used as the identity provider...