Recent Posts
Do you know fact about NSObject?
Danyal February 5, 2021
When you code in Swift, NSObject is the most basic class of the Apple. This is the simplest and most generic component.
Vuejs: how to access getter from other getter
Danyal January 31, 2021
In VueJS 2.0, you must pass both state and getters. Getters are passed to other getters as the 2nd…
Posted in Daily Tips, Tips, Vuejs Tagged javascript, tip of the day, tips, vuejs
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