Follow Us:

Posts

What is Role-Based Access Control (RBAC)
IT Terms

Role-Based Access Control (RBAC)

Install Apache, PHP and mariaDB on Ubuntu Server
Linux

Install Apache, PHP and mariaDB on Ubuntu Server

Accessing an Ubuntu Server on Amazon Lightsail Using PuTTY
Linux

How to access ubuntu server on amazon lightsail using PuTTY

What is MySQL
MySQL

MySQL stands as a distinctive implementation of an RDBMS, serving as an open-source database system widely renowned for its efficacy in database creation and management.

HTML vs XHTML
HTML

HTML (Hypertext Markup Language) and XHTML (Extensible Hypertext Markup Language) are both markup languages used for creating web pages.

Passing an object as an argument to a function
Javascript

Passing an object as an argument in a function allows for flexibility in defining arguments in any order. It also simplifies the function call and reduces the need for remembering the specific order of arguments

Artisan commands in laravel for beginner
PHP

To perform tasks such as database migrations, creating controllers, generating boilerplate code, and more you can use artisan in laravel.

dd() function in pure PHP
PHP

dd() function in pure PHP, to easily debugging and troubleshooting code in any php project.