Category: Programming
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
Object-Oriented Programming (OOP)
Danyal April 11, 2024
Object-Oriented Programming (OOP): OOP is a programming paradigm that organizes software design around objects and…
Posted in Programming Tagged abstraction, encapsulation, inheritance, oops, polymorphism
iOS: PWDSAFE – dPasswordManager free app
Danyal January 27, 2024
PWDSAFE is a password wallet and easy password manager. Features:
Posted in Programming Tagged apps, AppStore, ios
Laravel: Login with email or phone
Danyal March 18, 2021
How to login with phone or email in Laravel passport?
Posted in Code snippets, Laravel, PHP, Programming Tagged Authentication, LaravelPassport, login
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