PHP vs Python vs Ruby on Rails Comparison
What is the best choice for website / server side web development?
Laravel: Raw query for between operator
Example for raw query of between operator.
Laravel: update vs fill
Let’s take a look at the difference between update and fill of Eloquent methods.
PHP: How to convert stdclass to array
Let’s see how to convert single-dimension and Multi-dimension Object to Array.
Tip: Default current timestamp to Laravel migration
Quick tip of the day, how to add default datetime to migration.
CRUD in Node.js
In this post you will see very basic implementation of CRUD in Node.js
Meta tags for the social media
Facebook, Instagram and Twitter are the by far most popular sharing mediums, lets look at the meta tags implementation for these below..
Traits in PHP and Laravel?
This is a fact that in PHP you can only have single inheritance. That means a class can inherit from only one other class.
Shorthand comparisons in PHP
If you are a programmer then you may already know about comparison operators or shorthand comparisons.