Results for: "mysql"

Contents (65)

Mastering Dynamic Content Management with PHP Techniques
Mastering Dynamic Content Management with PHP Techniques

IntroductionManaging dynamic content effectively is crucial for creating responsive and user-friendly web applications. Modern websites require the ability to customize…

read more
Infinite scrolling with native JavaScript using the Fetch API
Infinite scrolling with native JavaScript using the Fetch API

I have long wanted to talk about how infinite scroll functionality can be implemented in a list of items that…

read more
How to fix excessive MySQL CPU usage
How to fix excessive MySQL CPU usage

What happens if we realise that a series of databases that we thought were optimised through the use of indexes,…

read more
How to connect to MySQL with Node.js
How to connect to MySQL with Node.js

Let's see how you can connect to a MySQL database using Node.js, the popular JavaScript runtime environment. Before we start, it…

read more
How to set up your own free web server with XAMPP
How to set up your own free web server with XAMPP

Nowadays anyone can create their own website easily and free of charge. Whether through a CMS (such as WordPress) or…

read more