Category: Programming

SOLID Principles

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

 Posted in Programming Tagged , , ,

Object-Oriented Programming (OOP)

Object-Oriented Programming (OOP): OOP is a programming paradigm that organizes software design around objects and…

 Posted in Programming Tagged , , , ,

iOS: PWDSAFE – dPasswordManager free app

PWDSAFE is a password wallet and easy password manager. Features:

 Posted in Programming Tagged , ,
Laravel

Laravel: Login with email or phone

How to login with phone or email in Laravel passport?

 Posted in Code snippets, Laravel, PHP, Programming 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 , , , ,