AWS SAM and Middy with Lambda Layers
In the last few months, I've been working with an AWS serverless architecture. One of the reasons that I'm writing this post is that during this experience, we…
Category
In the last few months, I've been working with an AWS serverless architecture. One of the reasons that I'm writing this post is that during this experience, we…
Brief introduction Next.js is one of the most hyped and used React Frameworks to create SSR (Server Side Rendering) applications nowadays. It’s known for its practicality in routes…
One of the main concepts of a React Component is its props. The props are used to pass data to a component, just like a parameter is to…
Recently, I had the opportunity to lead a mobile app development project where we decided to use the Flutter framework. In this post, I want to share my…
State tree, the single source of truth This post is part of the Scalable Frontend series, you can see the other parts here: “#1 — Architecture” and “#2…
When I started my internship at CodeMiner 42 last October, I felt overwhelmed by information. So much new stuff to learn, and so much old stuff that I…