Everyone is talking about AI replacing developers. Some say junior devs won’t even find jobs in 2026....
Scaling a SaaS application is one thing; letting a single user manage multiple brands, each with its...
Building an AI Social Media Manager with Ruby on Rails: Architecture, Automation, and Lessons...
It’s been a minute since I last published a blog post, mostly because we’ve been busy building...
If you're launching your SaaS on AppSumo, integrating with their API is crucial for a smooth user...
Hey Everyone! 👋 I’m excited to share that RobinReach, my social media management platform, is now...
Let's talk about some useful methods that are very handy when we need to do some calculations to our...
What is a Ruby Set Ruby Set is a class implementing the mathematical concept of...
How to work with folders and files in ruby? Ruby has two built in classes for us to work...
What is Ruby regular expressions (ruby regex)? Regular expressions appear in many...
The Handiest Ruby Array Methods Array is a fundamental class in ruby, so whether you are...
The performance of the web application is crucial and the app speed really matters, as it plays a...
Rails Commands are very helpful and important to develop the application faster & easier and...
Webpacker is the default JavaScript compiler for Rails 6 applications. Which means that all the...
What is Active Record? Active Record is the M in MVC - (the model) - which is the layer th...
What is Metaprogramming Metaprogramming is one of those words that seems to exist to scare...
Bootstrap We will use yarn to add Bootstrap and it's dependencies - jquery and popper.js...
Authentication in rails applications with Devise gem Authentication is a way to allow user...
As amazing and magical as Rails can be, it can also be challenging to understand where to start worki...
What is a predicate method? A method that returns true or false is called a “predicate method”. In R...
Yield meaning in ruby the yield keyword is used inside methods for calling a block which i...
The Handiest Ruby Hash Methods Ruby Hash is a dictionary-like collection of unique keys and their va...
So you want to sharpen your skills and do real-world projects, that show what you can do and what you...
First of all, what is sass and what does it do? What is Sass? Sass stands for 'Syntactically awesom...