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 …
How to Organize your Styles with ITCSS
A sane, scalable, managed CSS architecture.
Last Updated on April 11, 2024 Everyone knows how CSS can be painful when not written properly. It is not an expressive language, it has …
The Good, The Bad, and The Ugly of TypeScript
Is TypeScript really worth it?
Last Updated on July 4, 2023 Over the last few months, I’ve been working in a couple of Node.js projects written in TypeScript, and it …