Live streaming log files have fascinated me for a long time now. I saw the use of a live streaming…
Factory Bot is a library for setting up test data objects in Ruby. Today we will be setting up Factory…
At Truemark, we are constantly looking to improve the code quality in our projects. And one way to do that…
I spent a whole day configuring Rubocop in one of our Rails project. I am here to save your day’s…
Today, we will be building a bot for Twitter that will retweet all hashtags related to #ruby or #rails. We…
Error Message Let’s reproduce the error first: Install Ruby with Rbenv $ rbenv install 2.7.2 NOTE: In my M1 Mac,…
Setting up Gatsby with Strapi is straightforward, but while I was setting it up in M1 Mac, I encountered some…
This is the fourth part of the series where we create a service to interact with MySQL server in rails using mysql2 gem.
This is the third part of the series where we create a service to interact with MySQL server in rails…
This is the second part of the series where we create a service to interact with MySQL server in Rails…
Rails has made our lives easier. If we are talking in terms of querying the database, the active record has…
Swift is a general-purpose programming language developed by Apple Inc. It is a powerful language developed for iOS, iPadOS, macOS,…
Rubocop is the best way to enforce best practices in our rails project. While working on the project with rubocop…
Introduction React.memo is a higher order component provided by react that will return a memoized version of the component that…
GIT is great, it has made collaboration with other developers so easy, I can’t thank GIT enough. But GIT is…