Software Engineer
ANOTHER TO-DO LIST IMPLEMENTATION 😂. There are many examples of to-do lists on the Internet, but this one is special because my idea is to use only the turbo-stream to update the list! Should I u...
Using Turbo to develop WEB applications is a really cool thing, it's simple and the best part is that you don't need to add complexity where you don't need it, the true meaning of the Progressive E...
Today I'm going to talk about one of the good features of docker that's not too popular, this is the ... .... 🥁🥁🥁 ... ... HTTP Docker API - https://docs.docker.com/engine/api. Yes! Docker provides...
In this post, I would like to give a tip that helped me a lot. If you are at the beginning of your career, is very important to expose yourself to a lot of different problems. A good way to do this...
To complete the feature that I'm developing, I have to insert a large list of items into the database, it's simple but I would like to insert it in the shortest possible time. To do this I have enu...
Service Object is about a class (PORO - Pure Old Ruby Object) with just only one public method, normally this method is called call or perform, for example, imagine that when the user completes the...
Today's problem involves active job with sidekiq. We have to enqueue a job with a huge payload (more than 10MB). Remember that when you create a job in sidekiq you actually put a new element in a R...