CEO @ Truemark Technology. Freelancer and Full Stack Developer with expertise on Ruby on Rails, ReactJS, React Native and GatsbyJS
Setting up Gatsby with Strapi is straight forward, but while I was setting it up in M1 Mac, I encountered errors maybe due to software support issues as M1 is relatively new in the market right now. It took some time for me to figure out solutions an...
"How to Win Friends and Influence People" is a best seller by Dale Carnegie published in 1936 A.D. (I was amazed the book was this old, well book never gets old!). It is a self-help book where author teaches various techniques with various real life ...
Atomic Habit, a book by James Clear is a must read for anyone wanting to change or create a habit. It provides very practical ways to build good habits and break the bad ones. Together with different strategies and tools to form a new habit, it also ...
Rubocop is the best way to enforce best practices in our rails project. While working on the project with rubocop enabled, it's normal to stumble upon the warning: Missing top-level class documentation comment. [Style/Documentation]. When this happen...
GIT is great, it has made collaboration with other developers so easy, I can’t thank GIT enough. But GIT is vast and not every command remains on my mind. I find myself googling over and over again to get that right GIT command that can solve my prob...
This is the second part of a 2 series tutorial to setup action mailbox with postfix. In this part, we will configure postfix in production server to forward incoming emails to our rails app so action mailbox can process it. If you haven't read the fi...