Recent Posts
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
Drupal: Working with filters criteria
Danyal January 11, 2021
A View filter restricts the entities displayed by the View to only those match the…
Posted in CMS, PHP Tagged content, developer, developers, drupal, filters, webdeveloper
Drupal: Show SQL Query of the View
Danyal January 11, 2021
Working with Drupal views, is amazing isn’t it? Of course, if you have any experience with it.
Posted in CMS, Development Tagged cms, developers, drupal, query-preview, SQL, tip
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
Laravel: Raw query for between operator
Danyal December 8, 2020
Example for raw query of between operator.
Laravel: update vs fill
Danyal December 7, 2020
Let’s take a look at the difference between update and fill of Eloquent methods.