11 followers
Constant learner of all things related to web development, mostly focused on Front End w/ JS and Next.js
A motion component is a standard JSX component that allows us to enhance the React element with props from Framer Motion, which gives our elements...
How to simplify your life by creating a single source of truth for all the paths in your application · Next.js is a powerful full-stack framework that...
How to improve your Rails performance by 90% with a simple change · I was curious about this, generally speaking it was advised to me to prefer the use...
CSS animations are great but sometimes you wish to do change your DOM once it has ended, who knows probably you want to remove the element that you...
The Execute Around it's a pattern that lets us simplify our code and make more clean and easy to read. Basically, the main focus of this approach is...
In Ruby there are many methods that accept blocks, one of the first that comes to mind is the times method that allows us to run specific block X...