Getting started with LuaIt's not rocket science
Just like the Moon is constantly influencing planet Earth’s ocean tides, it is likely that, at some point, Lua influenced your navigation over the internet. …
Codeminer42’s Engineering Blog
Just like the Moon is constantly influencing planet Earth’s ocean tides, it is likely that, at some point, Lua influenced your navigation over the internet. …
Recently, I’ve been delving into the basics of front-end development with React, one observation I’ve made is that many people in the front-end world usually …
When you learn to code, you usually start with understanding types and declaring variables, then reusing code through functions, calling pieces of code conditionally, calling …
Creating a cool but simple color palette can be very difficult, right? Designers often focus on UI and UX to get it right. But how …
Colors are around us everywhere, even in the virtual world. Many people may think that their importance is only linked to aesthetics, after all: “If …
If you’re a front-end developer like me, you’ve probably encountered the challenges of coding with Ruby and .html.erb files. It can be frustrating when your code doesn’t …
We live in an era when we are increasingly automating our day-to-day processes. We no longer go to bank agencies, but instead use digital banks …
Maintaining clean and consistent code is essential in web development. However, it gets challenging when you are collaborating on a project with multiple developers. That’s …
Hello, fellow readers! Today we will do a little hands-on project to implement a Post Editor. Our goal will be to implement a fully functional …
Things are changing on Ruby on Rails 8.0! Solid Queue and Solid Cache will be the new default gems for background jobs and caching for …