A Request For Comments also known as RFC, is a process that captures ideas and proposals about a specific topic to discuss and find consensus 🤝
A codemod is a tool that helps you with large-scale refactors. In this article I'm going to explain how you can use them along with Abstract Syntax Trees."
Let's walk through the experience and the outcome of implementing a tool to generate code. What are the benefits, the problems they solve and how to implement them.
An architecture decision record also known as ADR, is a document that captures an important architecture decision, including the context and the consequences.
Finite State Machines is a computation model useful for building user interfaces, especially nowadays that front-end apps are becoming much more complex.
Functional programming, has become a popular trend in the JavaScript community. Let's explain in a simple way the basics of FP applied to JavaScript.
Let's talk about how we can use frontend tools to improve the developer experience in our team and how these tools impact the reliability of shipping value into production.
Have you ever heard something about immutability? Despite being a popular term, there are some misconceptions about the importance and principles of it.
My experience working as a Software Engineer on a remote company. I'm going to give you some tips on communication, organization and remote culture.
A guide to create JavaScript monorepos with Lerna and Yarn Workspaces. Explaining what is a monorepo, what are they useful for and how to create one with a code example
I'm going to explain why it's important and how you can use error boundaries in a React-Native application to improve error resiliency 👨💻
Scalable React Components architecture
React Native meets CodePush, a cloud service ideal for pushing instantly bug fixes and new features to a react-native application.
React Native meets CodePush, a cloud service ideal for pushing instantly bug fixes and new features to a react-native application.
Building native applications with React is awesome. Until the time you have to release a new build. That's when Fastlane comes to the rescue!