Tag: php

laravel_blog_image

Laravel Migration: How to add a column with a default of an existing column

In this post, we will see how to add a new column to an existing…

 Posted in Laravel, PHP Tagged ,

Queues in Laravel

Sometimes individual process in a workflow takes longer time & increases the response time of…

 Posted in Laravel Tagged , , ,

PHP8: Match Expressions

Switch statements in PHP are useful, yet clunky. Think of the new match expression in PHP 8…

 Posted in PHP Tagged , , ,

PHP8: Null safe operator 

Null safe operator is a new short syntax in PHP 8.0, that provides an optional chaining feature…

 Posted in PHP Tagged , , ,

PHP: Flip a coin

In this post, we will write a small program that will flip a coin for…

 Posted in PHP, Tips Tagged , , , ,
laravel_blog_image

Get request data for fillable attributes

Quick tip of the day, how to auto map the data from the Request object…

 Posted in Laravel 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 , , , ,

PHP vs Python vs Ruby on Rails Comparison

What is the best choice for website / server side web development?

 Posted in Development, PHP, Python, Ruby on Rails Tagged , , , , ,