You are here |
www.marcogomiero.com | ||
| | | |
jmmv.dev
|
|
| | | | 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
|
|
| | | | 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
|
|
| | | | A look at developing Web APIs using the AdonisJS Framework and MongoDB | |
| | | |
damienbod.com
|
|
| | 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... |