Working Effectively with a Headless CMS in React – Part II
Previously, we set the stage and learned how to tackle rendering components that are only determined at runtime. Now, we're going to talk about how to make our…
Category
Previously, we set the stage and learned how to tackle rendering components that are only determined at runtime. Now, we're going to talk about how to make our…
Headless CMSes are amazing tools that empower teams in creating and managing content. Besides all the benefits of traditional CMSes, they also provide greater flexibility for designers, content…
Have you ever wondered about the complexity of importing data from Excel files (.xlsx) into a Ruby on Rails project? Considering that .xlsx files aren't plain-text like CSV,…
For a couple of years now, the JS community has been using the famous spread operator, AKA three dots (...), to copy values in arrays and objects, both…
Sometimes I wonder how great would it be if we could simply undo things in life. Ate more than you should during Christmas and New Year's? Having regrets…
Hello, fellow readers! Once again, we are here to talk about some neat Ruby features to make your perfect service/operation class. This time, about the Callable Pattern and…