11 followers
Constant learner of all things related to web development, mostly focused on Front End w/ JS and Next.js but working on Ruby on Rails as well in my current position.
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...
If you've worked with React.js I am sure you already used a precious package named classnames, if you haven't you definitely need to take a look at...
Or how to simplify and shorten your loops · The reduce method looks really similar to the JavaScript one, iterates over all the elements in an Array and...