How to specify version in only one place when using pyproject.toml? Taming the Version Monster Managing Your Python Package Version in pyproject toml Managing package versions in Python can be a tedious task especially when you 2 min read 05-10-2024 9
Avoid repetition of strings in SQL query Avoiding Repetition of Strings in SQL Queries When writing SQL queries developers often encounter scenarios where strings are repeated multiple times within a s 2 min read 30-09-2024 10
Repeating validations on DTO's Understanding Repeating Validations on Data Transfer Objects DTOs Data Transfer Objects DTOs are essential in software development particularly when working wit 2 min read 24-09-2024 23
How to not copy the code, but create one method? How to Create Your Own Method Instead of Copying Code In software development its often tempting to copy existing code from various sources particularly when yo 3 min read 15-09-2024 23
Does it exist: Repeated Code Finder? Finding Repeated Code in C Projects Tools and Techniques Scenario You re about to take over a large C project and notice some potential for refactoring You want 2 min read 07-09-2024 22
Laravel - How to implement a shared controller with working model route binding Laravel DR Ying Up Code with Shared Controllers and Model Binding This article explores a common challenge in Laravel development how to implement shared contro 3 min read 04-09-2024 15
Does it makes sense to DRY a non-async method using its async version? DR Ying Non Async Methods with Their Async Counterparts A Good Idea In the realm of C programming the Dont Repeat Yourself DRY principle is highly valued Howeve 2 min read 31-08-2024 19
How do you idiomatically DRY up rust code without upsetting the borrow checker? Drying Up Rust Code Without Upsetting the Borrow Checker Rusts borrow checker is notorious for its strictness but its a key part of ensuring memory safety While 3 min read 30-08-2024 20