Using Mappers to Organize Your Data
Improve the organization of your components
Last Updated on May 29, 2023 At some point during the development of your project, you might have needed to develop a feature that consumed …
“!” and “?”: Understanding One of Ruby’s Coolest Naming Conventions
Last Updated on May 29, 2023 “Well, that’s quite some symbols you got there ♨_♨” – You, after reading this article’s title. It was a …
Build Your First App with Flutter: Fetching Data from an API
Last Updated on May 29, 2023 Since the release of Flutter Beta, its community has been growing steadily! The goal of this article is to …
Destroying an Association Marked as Read-Only in Rails
Last Updated on October 17, 2023 Read-only is a boolean setting. When true, it prevents an Active Record instance to be updated or destroyed. Although …
Scalable Frontend #2 — Common Patterns
Applying layered architecture in a practical way
Last Updated on April 11, 2024 Patterns should fit nicely, like playing blocks This post is part of the Scalable Frontend series, you can see …
Migrating from Paperclip to ActiveStorage
My first challenge as an intern
Last Updated on May 29, 2023 First of all, I’m no expert in programming. In fact, I started with Ruby on Rails about one and …
Scalable Frontend #1 — Architecture Fundamentals
How can your frontend benefit from software architecture?
Last Updated on April 11, 2024 This post is part of the Scalable Frontend series, you can see the other parts here: “#2 — Common …
This Year’s January I Spent Three Weeks Working at GoDaddy Inc.
Last Updated on May 29, 2023 Mountains and cactus. Typical Arizona view. This year’s January I spent three weeks working at GoDaddy Inc. in Tempe, …
Build Your Own Criptocurrency with Ethereum
A Gentle Introduction
Last Updated on May 29, 2023 Ethereum is a programmable blockchain with a decentralized platform to run your smart contracts on. These contracts are executed …
On Writing a Great Pull Request
Getting into the mindset of efficient pull requests
Last Updated on May 29, 2023 Nowadays, pull requests are essential tools to enable seamless collaboration within software teams. They’ve changed our workflows for the …