What is Python? The popular, scalable programming language, explained
Python is a programming language that boasts some of the best versatility among its fellow coding counterparts, including Ruby and Swift. In fact, you can even use Python …
Favourite tutorials for developers
Python is a programming language that boasts some of the best versatility among its fellow coding counterparts, including Ruby and Swift. In fact, you can even use Python …
Python has become one of the most popular programming languages in the world in recent years. It’s used in everything from machine learning to building …
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 …
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 …
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 …
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 …
“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 …
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 …
“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 …
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. …