Getting Started with PHP the Easy Way Pt4 – OOP Pt2 and Beyond

PHP is one of the most widely used programming languages, with large community of dedicated developers and rich ecosystem of frameworks. If that is not enough, the incredibly popular WordPress platform and CMS is based on it. This makes PHP a very good language to learn. So, give it a try. Learn all you need… Continue reading Getting Started with PHP the Easy Way Pt4 – OOP Pt2 and Beyond

Getting Started with PHP the Easy Way Pt3 – OOP Pt1

Do you want to learn PHP? Or, do you want to improve your current knowledge of PHP? This mini series will help you with both! In this part, you will learn about functions, OOP, classes. You will also learn about things such as class instances, inheritance and visibility types. Make the step towards PHP mastery!

Getting Started with PHP the Easy Way Pt2 – Control Flow

PHP is one of the programming languages that are very easy to learn. You can learn the basic in just a few days. This mini series will show you how. In this part, you will learn all you need about conditional statements, loops and break, continue, include and require statements. Make another step towards reaching… Continue reading Getting Started with PHP the Easy Way Pt2 – Control Flow

Getting started with PHP the Easy Way Pt1 – Variables & Data types

PHP is one of the most popular programming languages in the world. It is a programming language with a long history and it is also very powerful programming language. PHP can help you get done a lot things. Use this short mini series to learn all you need to know about PHP to get started.… Continue reading Getting started with PHP the Easy Way Pt1 – Variables & Data types

From JavaScript to Python – Learning a New Language Pt.3

The road to Python can be easier than you think. Use your knowledge of JavaScript and learn Python much faster. In this final part you will learn how to work with modules and classes. Then, we will take a look at regular expression and how to use it in Python. After that, I will give… Continue reading From JavaScript to Python – Learning a New Language Pt.3

From JavaScript to Python – Learning a New Language Pt.2

Do you know JavaScript? What about learning Python? Knowing multiple programming languages is very beneficial. It helps you see problems from different angles, think more clearly, creatively and find more and better solutions. Use what you know from JavaScript to learn Python easier and faster.