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 …
Codeminer42’s Engineering Blog
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 …
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 …
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 …
For a couple of years now, the JS community has been using the famous spread operator, AKA three dots (…), to copy values in arrays …
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 …
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 …
Auto-Saving is a way to ensure that data provided in a form gets persisted without the need to click on “Send” or “Submit”. You might …
As a tech enthusiast, I’ve always been interested in new concepts that new programming languages can provide us. My curiosity has often taken me into …
Armed with an unknown weapon called Lean4, I ventured into an arena known as ‘Rinha de Backends‘, a challenge to determine (for fun) the fastest …
In the realm of web development, iframes have long been an essential tool for integrating content from one website into another. Whether it’s by embedding …