You are here |
www.openlife.cc | ||
| | | |
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. | |
| | | |
bobpusateri.com
|
|
| | | | This post is my contribution to T-SQL Tuesday #007, hosted this month by the SQLChicken himself, Jorge Segarra (Blog | Twitter). Since I'm a bad DBA and have ... | |
| | | |
schottsql.com
|
|
| | | | I ran into a concern to quickly audit all current users and role members for a set of Azure SQL databases, spread across multiple resource groups. Without an easy CMS concept or a way to quickly lo... | |
| | | |
ameeracademy.school.blog
|
|
| | Hi, I just published a blog post about documenting software architecture: https://herbertograca.com/2019/08/12/documenting-software-architecture/ Would be nice to get some feedback on it. Tkx. submitted by /u/hgraca [link] [comments] from Software Development - methodologies, techniques, and tools. Covering Agile, RUP, Waterfall + more! https://ift.tt/2YZcO08 |