In programming world, algorithms are the essentials to solving problems with code, whether you've decided to learn Java, C++, or Python, these algorithms are part of your daily programming life. I'll go over some of the algorithms and data structures…
If you've read Object Oriented programming explained, this quiz should be a breeze. good luck! [interact id="5dbf71d32a8a5e001485a110" type="quiz"]
Let’s start off by defining Object Oriented Programming. According to Wikipedia, it’s is a programming paradigm based on the concept of "objects", which can contain data, in the form of fields (often known as attributes or properties), and code, in…
What is an IDE? you might ask yourself. Well, in short it stands for Integrated Development Environment. But there's more to this software than its name. It's entirely okay to write code in a text editor such as Microsoft notepad,…
Before we get deep into this topic, let me start off by saying, there is no "best" programming language out there. Every and each one of them has pros and cons. When I gained the interest in programming, I didn't…
It's completely possible to write your own code from scratch every time you have an idea, but this would be time consuming, it would be like having to plant and grow your food every time you needed a delicious meal. …
We all love to use the traditional editors such as Eclipse, Netbeans, Sublime Text, etc. But online code editors come in handy sometimes, especially for beginners. It's a good practice to code whenever you can, even on the go. Of…
Being a mother isn't an easy task. Being a mother that programs doesn't help at all. Your time is very limited. You're often faced with problems such as which side you should take, especially when you code at home. Good…