For any company projects or GitLab repository, we need to make sure all the processes to contribute should be standardized.…
Renaming files on git can be really painful to deal with. Git is case insensitive, so we can’t rename the…
Error “A server is already running. Check …/tmp/pids/server.pid” This error means that the server is already running in the port…
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…