IoT: What Can You Do with Your Stack?
Use your own stack to build an IoT application
Last Updated on May 29, 2023 Before we start, we need to know what exactly IoT is. Let’s use the definition from Oracle’s website: The …
Multiple Foreign Keys for the Same Relationship in Rails 6
Last Updated on May 29, 2023 As we all know, it is quite easy to create database tables with Ruby On Rails. However, some cases …
My Experience Migrating a Rails API to Crystal and AWS Lambda – Part II
Optimizing our solution with Crystal
Last Updated on May 29, 2023 Hey, this is the second part of my post, giving an overview of how I migrated a Rails API …
My Experience Migrating a Rails API to Crystal and AWS Lambda – Part I
The First Iteration on Rails
Last Updated on May 29, 2023 Hey folks! Today I am going to tell you how was my first project as a Codeminer42 employee. Two …
AWS SAM and Middy with Lambda Layers
Last Updated on May 29, 2023 In the last few months, I’ve been working with an AWS serverless architecture. One of the reasons that I’m …
Avoiding Making Your Next.js Build Slower
Last Updated on October 18, 2023 Brief introduction Next.js is one of the most hyped and used React Frameworks to create SSR (Server Side Rendering) …
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 …