Traits in PHP and Laravel?
Danyal August 6, 2020
This is a fact that in PHP you can only have single inheritance. That means a class can inherit from only one other class.
Posted in Laravel, PHP Tagged best practice, clean code, coding, OOP, php
Shorthand comparisons in PHP
Danyal June 27, 2020
If you are a programmer then you may already know about comparison operators or shorthand comparisons.
Posted in PHP Tagged comparison, operators
Grant write permissions to multiple users on a folder in Ubuntu
Danyal June 4, 2020
Create a new group like “DevOps” and add the desire users to the group.
Installing MySQL on Ubuntu Server
Danyal May 29, 2020
MySQL is a database management system. It provides access to databases where your site can store information.
Posted in MySQL Tagged mysql, mysql-server, ubuntu
Vue.js Build & Run from dist
Danyal May 16, 2020
Tip: It’s always good idea to test production build application locally before it is deployed.
Posted in Uncategorized, Vuejs Tagged build, js, production, vuejs
Create non root user in Ubuntu Server
Danyal May 13, 2020
In order to create a new user, you need root access to the server. Once you are logged in as a root, you are ready to add the new user account.
Posted in Ubuntu Tagged devops, privileges, user






