OOP in PHP – Inheritance | Encapsulation | Abstraction | Polymorphism

OOP in PHP – Inheritance | Encapsulation | Abstraction | Polymorphism

Before starting this tutorial, please make sure that you have read the Part I of this series. Let’s move further. Here’s another important OOP concept. Inheritance Inheritance is one of the most important aspects of OOP. It allows a class to inherit members from another class. One of the main advantages of object-oriented programming is…

Learn Object Oriented Programming in PHP – OOP Tutorial

Learn Object Oriented Programming in PHP – OOP Tutorial

In this article series, we are going to learn Object-Oriented Programming (OOP) concepts in PHP. Pre-requisites In order to follow this article, you must have some basic knowledge of PHP. Your favorite text editor installed. You must have one of the web server solution stack installed like XAMPP, WAMP, MAMP or any other. Most of…

Top 25 JavaScript Articles For The Past Month

Top 25 JavaScript Articles For The Past Month

JavaScript is one of the most popular programming languages in the world and is now widely used also outside the browser. With the growing needs that the web platform demands, JavaScript accommodate the needs of one of the most widely used ecosystems of the world. Many things were introduced in the platform, with browser APIs,…

Why It Is Necessary To Have Domain Authority While Using WordPress?

Why It Is Necessary To Have Domain Authority While Using WordPress?

WordPress is recognized by many users around the globe due to its approach and user-friendly but why do you think that WordPress can do anything related to the website? Well, it has multiple features of the plugin that can engage the website performance to increase. And considering the website certain points have to be notified…

8 Bits of Advice for New Programmers
| |

8 Bits of Advice for New Programmers

There’re many Articles related to Top Programming Languages & Programing for Beginners but Today I’m going to tell you my 8 bits of advice for new programmers who just started out. This is the stuff that they won’t teach you at school. I’m not going to talk about any programming language in particular, because the…

React Native Vs Xamarin: What to Choose For 2020

React Native Vs Xamarin: What to Choose For 2020

Cross-platform development seems to have gained momentum over a couple of years, especially in the mobile app development realm. And why not, after this kind of app development allows businesses to build the same app for different OS platforms simultaneously. To help you make a correct choice, I have come up with the post showing…

Building a Chatbot in Python using Flask – Tutorial

Building a Chatbot in Python using Flask – Tutorial

In this article, we will build a simple chatbot in Python programming language. The pre-requisites of this article is familiarity with the Flask microframework. Before getting into the development part, let’s see some basics first. What is a chatbot? A chatbot is a computer program which conducts the conversation between the user and a computer…

Creating GUI Application in Python – TKINTER Tutorial

Creating GUI Application in Python – TKINTER Tutorial

Graphical User Interface A GUI (pronounced like “gooey”) allows the user to interact with the operating system using graphical elements such as icons, buttons, dialog boxes, inputs, etc. The interactions with GUI are mostly done with the help of small windows called dialog boxes. One part of the user interface consists of hardware devices such…

Make A Command-line based Image Re-sizer in Python 3 using Pillow

Make A Command-line based Image Re-sizer in Python 3 using Pillow

Python is a general-purpose programming language. It is so popular in software developers and has a vast number of plugins available to play with. It has a huge community to support new learners. In this article, we will see one of its plugin called “Pillow”. Pillow is an Imaging Library used o work with images,…