Tag:dev
Designing data models
Posted on:October 31, 2024There's nothing like a good data model, but designing one is easier said than done.
Don't write Rust like it's Java
Posted on:October 7, 2023I didn't discover the joy of writing Rust code until I stopped trying to make the language something it isn't.
Code review for good
Posted on:November 20, 2022Code review is an inherently human process; we place our hard work on a pedestal for our peers to judge. It's ripe for conflict, but it doesn't have to be.
Learn to never be wrong
Posted on:November 15, 2022As a software developer, there's an intrinsic desire to be right, but that desire can lead to ineffective teams, especially in leadership positions.
Elegant service objects
Posted on:February 27, 2021A guide on how to write low friction service objects for a Ruby on Rails application.