Tag: coding

SOLID Principles

SOLID is an acronym for five design principles introduced by Robert C. Martin (“Uncle Bob”)…

 Posted in Programming Tagged , , ,

Microbit: Blink and Breath (LED Module)

Overview In this project, we combine project 2 and project 3. You will learn how…

 Posted in Microbit Tagged , , , , , ,

Microbit: Someone comes & sense and blink

OverviewIn this project you will learn how to control the LED – 3W LED Module…

 Posted in Microbit Tagged , , , , ,

PHP vs Python #2: Variables

What is variables? Variables are used to store information to be referenced and manipulated in a…

 Posted in Programming Tagged , , ,

PHP vs Python #1: Syntax

Let’s take a look at the syntax of both languages PHP & Python.

 Posted in Programming Tagged , , ,

PHP vs Python: Intro

PHP and Python both are really strong backend languages, in this article series we will compare PHP vs Python from scratch.

 Posted in Programming Tagged , , , ,

Docker commands

When using Docker in development environment, you might need to restart or clean docker containers fully.

 Posted in Docker Tagged , ,

Traits in PHP and Laravel?

This is a fact that in PHP you can only have single inheritance. That means a class can inherit from only one other class.

 Posted in Laravel, PHP Tagged , , , ,