Tag: coding
SOLID Principles
Danyal April 11, 2024
SOLID is an acronym for five design principles introduced by Robert C. Martin (“Uncle Bob”)…
Posted in Programming Tagged cleancode, coding, php, solid
Microbit: Blink and Breath (LED Module)
Danyal December 30, 2022
Overview In this project, we combine project 2 and project 3. You will learn how…
Posted in Microbit Tagged bbc:microbit, coding, codingforkids, keystudio, learning, microbit, ultrabit
Microbit: Someone comes & sense and blink
Danyal December 22, 2022
OverviewIn this project you will learn how to control the LED – 3W LED Module…
PHP vs Python #2: Variables
Danyal January 12, 2021
What is variables? Variables are used to store information to be referenced and manipulated in a…
Posted in Programming Tagged coding, php, python, variables
PHP vs Python #1: Syntax
Danyal January 10, 2021
Let’s take a look at the syntax of both languages PHP & Python.
Posted in Programming Tagged coding, php, python, syntax
PHP vs Python: Intro
Danyal January 10, 2021
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 coding, learn from scratch, opensource, php, python
Traits in PHP and Laravel?
Danyal August 6, 2020
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 best practice, clean code, coding, OOP, php