To refresh or reload the active or current pages using JavaScript, you can use the location.reload() ,and setTimeout() methods. The reload() method does the same…
1 CommentAuthor: Praveen Anaparthi
11+ years of IT industry experience holding a wide range of skill sets and roles with significant work on PHP, Node.js, Python, Ruby, Docker, React.js, Microsoft Azure, Azure DevOps, Windows PowerShell, Shell script, Jenkins, MongoDB, SQL, MySQL, Apache, Nginx. etc. It is my passion to learn new things and implement them as a practice. Aside from work, I like gardening and spending time with pets.
Destructuring is alluring language feature, I’ve been using the most. Destructuring is provides a convenient way of extracting multiple values from the objects, Arrays, Map…
Leave a CommentThe following tutorial will describe how to delete files that you no longer need, deleting files using node js extremely simple with node js’s fs…
Leave a CommentDo you want to create a RESTful API with the NodeJS/Express Js framework? Here is the tutorial, by reading this tutorial you can create our…
21 CommentsIn my previous articles, I wrote a tutorial on this topic but it was in PHP, in this post I would like to show you,…
4 CommentsThis post is going to be about downloading files from the remote server via FTP mechanism in your Laravel application. Let’s create a controller called…
9 CommentsThree year ago I wrote a post on generating image gallery from a given directory. Some of my readers are requested to add pagination to…
3 CommentsBy using HTTPS protocol we increase the security of your application, SSL mechanism will encrypt the connection between you and your application server, data will…
Leave a CommentYou can improve speed and save bandwidth by using GZIP compression in your express js application. GZIP actually decreases the downloadable amount of data for…
1 CommentYou 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…
Leave a CommentJust 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…
Leave a CommentPHP 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…
Leave a CommentThe 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…
Leave a CommentIn this tutorial, you will learn how to upload files to a remote server using node js in your express js application. You can upload…
Leave a Comment