What a Flerken are React PropTypes and How to Use Them in a Fancy Way?
Last Updated on May 29, 2023 One of the main concepts of a React Component is its props. The props are used to pass data …
The Dark Side of Flutter: What Frustrations Should You Expect?
Last Updated on October 17, 2023 Recently, I had the opportunity to lead a mobile app development project where we decided to use the Flutter …
Scalable Frontend #3 — The State Layer
Patterns for the single source of truth
Last Updated on April 11, 2024 State tree, the single source of truth This post is part of the Scalable Frontend series, you can see …
My Journey Discovering Design Patterns I Didn’t Even Know I Use
Getting started with the decorator and service patterns
Last Updated on May 29, 2023 When I started my internship at CodeMiner 42 last October, I felt overwhelmed by information. So much new stuff …
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 …