Creating REST APIs with Ruby on Rails
Introduction You've likely seen this old and famous demo presentation on how powerful and easy it is to build an app with Ruby on Rails. As the demo…
Category
Introduction You've likely seen this old and famous demo presentation on how powerful and easy it is to build an app with Ruby on Rails. As the demo…
During our workday or free time, we use apps and tools that heavily rely on data structures like trees (binary, red-black, AVL, etc.). Whether we're using a text…
React Native is a known framework for building mobile applications with React. In its workspace you will find some similarities with web development, such as styling. In RN…
If you've reached this post, you're likely discovering and exploring the Ruby language, so, this article was made for you! The idea here is to introduce the language…
On November 23rd, Codeminer42 organized its first Hackathon. The goal was quite simple: to encourage the experimentation of new technologies in problems that are a little beyond the…
The 80-20 rule is empirically observed in many human phenomena and activities and it is no different in programming. By understanding a portion of the features of ReactJS,…