Why Ruby on Rails Is Still a Good Choice in 2021
Every year, we’re pelted by articles proclaiming the death of this gem of a framework. And while Ruby on Rails (RoR) is almost 15 years old, it’s nowhere close to…
What is the Ruby programming language?
In this post, we’ll talk about what the Ruby programming language is and why it’s a popular language for many developers in the cloud. We’ll give an overview of the…
A Guide To Recursion With Examples
Recursion. The word alone brings back some painful and confused memory. You didn’t do much recursion the last ten years of glorious copy past from Stack Overflow. Where to begin?…
How To Fix “Gif Not Working” In WordPress
If you ever used GIFs in your posts, you might have come across an issue of the GIF not playing. The GIF is properly uploaded to the website but it…
Is Inheritance That Evil?
“You used inheritance in your code! Are you crazy? It’s forbidden! It’s clearly written in the Laws and Mantras of Good Software Practice Everyone Must Follow™ hanged in the toilets!”…
Global Variables and States: Why So Much Hate?
Global variables. Global states. These words induce fear and pain in every developer’s heart who had the unfortunate experience to deal with them. Did you already fight against applications behaving…
The Differences Between Interpreter and Compiler Explained
“Why would I care about the difference between interpretation and compilation?” ask Dave, your colleague developer. “After all, this is a low level detail, and I don’t care about that!…
What Are Abstractions in Software Engineering with Examples
Abstraction. A word, I’m sure, you’ve seen (or heard) many times. It’s one of the most important concepts in software engineering and in computer science. Everybody praises its virtues and…
The DRY Principle: Benefits and Costs with Examples
Once upon a time, a fearful young developer (me) wanted to write magnificent code. I was seeing generations of developers speaking about it, as we speak about pyramids two thousands…
Essential WordPress Plugins You Should Install
While WordPress offers a ton of features and flexibility, there is still a lot of functionality missing from the core software. The best way to fill in the missing pieces,…