Tag: php
Queues in Laravel
Danyal November 22, 2022
Sometimes individual process in a workflow takes longer time & increases the response time of…
Posted in Laravel Tagged laravel, php, queues, technology
PHP8: Match Expressions
Danyal November 9, 2022
Switch statements in PHP are useful, yet clunky. Think of the new match expression in PHP 8…
Posted in PHP Tagged new features, php, php8, switch-vs-match
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
PHP vs Python vs Ruby on Rails Comparison
Danyal January 1, 2021
What is the best choice for website / server side web development?
Posted in Development, PHP, Python, Ruby on Rails Tagged developemet, php, rails, ruby, webdeveloper, website