Tagged: technology

Understanding Master-Slave Architecture in MySQL 0

Understanding Master-Slave Architecture in MySQL

Master-slave architecture in MySql is a popular way of scaling and increasing the availability of MySQL databases. In this architecture, one server acts as the master and handles all write operations, while one or...

0

A quick introduction of .htaccess with examples

What is .htaccess? The .htaccess file is a configuration file that affects how a web server responds to various requests. .htaccess files provide a way to make configuration changes on a per-directory basis. Why...

quick seo (A SEO guide ) 8

quick seo (A SEO guide )

quick seo (A SEO guide ) In this guide you can learn how increase traffic on your site… search-engine-optimization-starter-guide

mysql queries 0

mysql queries

mysql queries 1. Add column age and desg in emp_prof table. Mysql> use profile; Mysql>alter table emp_prof add column age int; Mysql> alter table emp_prof add column desg char(10); 2. Update all records of...

Add module in artical in joomla 0

Add module in artical in joomla

Add module in artical in joomla To insert a module inside an article, use the {loadposition xx} command, as follows: Create a module and set its position to any value that doesn’t conflict with...

Creating a Shopify App using Laravel How to Create Custom WordPress Plugin? How to Build a Telegram Bot using PHP How to Convert Magento 2 into PWA?