20+ cool CSS Animated Buttons

1.Creative Button Animation Effects | Only Using HTML & CSS
Razet
20+ cool CSS Animated Buttons
0
0
3380

How to connect a PostgreSQL database server using PHP PDO?

Before connecting with the PostgreSQL database using PHP PDO, make sure PHP PDO PostgreSQL driver enabled.
Razet
0
0
5292

How to create PHP Pagination using PDO with example?

In this example, I am going to show you how to create pagination in PHP using PDO.First, create a DatabaseConnection.php to create a database connection.
Razet
0
0
6516

PHP PDO tutorial with CRUD operation example

One of the most significant PHP extension is called PHP Data Objects or PDO, which was available since PHP 5.0. PDO gives an interface to working with different RDBMS, including (...)
Razet
PHP PDO tutorial with CRUD operation example
0
0
1989

How to Write/Append Multiple Lines to a File from terminal?

Sometimes you might be needed to write or append some text to a file from the terminal. You can use different strategies to write multiple lines to a record file through the command (...)
Harish Kumar
0
0
3735

How to Run Command Using SSH On Remote Machine?

There are different ways to run multiple commands on a remote Unix server using SSH. This article shows the most straightforward and easy approach to SSH and runs multiple commands (...)
Harish Kumar
0
0
3026

Frontend Developer roadmap

Step by step guide to becoming a modern frontend developer
Olivia
Frontend Developer roadmap
1
0
5083

How to install OpenSSH server on Ubuntu Linux?

sshd (OpenSSH Daemon) is the daemon program for SSH client. SSH replaces unreliable rlogin and rsh, and give securely encrypted communications between two untrusted hosts over (...)
Harish Kumar
0
0
1403

Use Transients API Caching and Speed Up Your WordPress Theme.

The Transients API in WordPress is an effective method for saving cached data in the database. It allows us to take resource-intensive queries and store them in short-term caches (...)
Harish Kumar
Use Transients API Caching and Speed Up Your WordPress Theme.
0
0
2264

Breaking changes in Vue 3, How to migrate from Vue 2 App to Vue 3?

The Vue.js 3 core has formally released on 18 September 2020 🎉 🥳. It means the Vue 3 core is now stable. But there's a phased release process that will be finished before (...)
Harish Kumar
Breaking changes in Vue 3, How to migrate from Vue 2 App to Vue 3?
1
0
1756