ananunesdasilva.com - Blog Posts

Description: thoughts and learnings on software development

web development (14081) programming (6395) tech (4436) agile (1806) ruby (1246) rails (575) tdd (119) rspec (7)

Example domain paragraphs

Jul, 2022 Implementing simple authentication in rails with Bcrypt, a hashing algorithm designed to secure passwords.

Jun, 2022 ViewComponent is an open-source framework built by Github to create reusable, testable, and encapsulated view components in rails. Let's see what this means by refactoring rails views using this pattern.

Feb, 2022 Part V of the series - Understanding Active Record joins - How can we join polymorphic associations?