PHP – Auto Generate a Photo Gallery from a Directory with pagination
Three year ago I wrote a post on generating image gallery from a given directory. Some of my readers are requested to add pagination to
Three year ago I wrote a post on generating image gallery from a given directory. Some of my readers are requested to add pagination to
By using HTTPS protocol we increase the security of your application, SSL mechanism will encrypt the connection between you and your application server, data will
You can improve speed and save bandwidth by using GZIP compression in your express js application. GZIP actually decreases the downloadable amount of data for
You can increase the performance of your Express.js application by using clusters. Cluster is a native core library from node.js which allows you to implement
Just like composer from PHP ,RubyGems from Ruby ,pip from Python, Maven from Java, NuGet from Microsoft Node.js also has a package manager, Node Package
Branch is providing deep linking SDK by using it we can generate deep links for web, IOS and Android. This deep links provides seamless experience
MySQL has supported database views since version 5.x. Views are pretty useful if you want to refer to values calculated from expressions without writing the
PHP array_intersect_key() function returns an array containing all the entries of primary array which have keys that are preset in all the arguments. This function
The MySQL database is one of the well know database engine, which uses a client-server architecture. The server, mysqld is the program that actually manipulate
In this tutorial you will learn how to upload files on remote server using node js in your express js application. You can upload any