In this post, I will show how easy it is to use API resources to build REST APIs. In the previous Laravel REST API tutorial,…
3 CommentsTutorials / Programming tips Posts
In this post, I will show you How we can use the NGINX web server as a Reverse Proxy server. NGINX is very powerful. It…
Leave a CommentIn this post, I will show how to add error handling when using async/await. One of the goals of async/await is to make the asynchronous…
Leave a CommentBy reading this tutorial you can build RESTful APIs using Node, express, and Sequelize ORM. You gonna use the different HTTP methods during the REST…
1 CommentIn this post will show you how to use the .dockerignore. It will help reducing Docker image size, speedup docker build and avoid unintended secret…
Leave a CommentIn this guide, I will show you simple tips to stop and remove containers, docker images, and values. List all Docker Images docker images -q…
Leave a CommentCreate a brand new Laravel Project with below command $ composer create-project laravel/laravel todo 4.2 –prefer-dist Configure Your Database Open config/database.php file and update it…
Leave a CommentIn this post, you will learn how to convert a callback-based function to a promise-based one using util.promisify() function.As a part of Node Js version…
2 CommentsThis post is an extension of my previous post, Build a RESTful API Using Node, Express, and Sequelize. From the previous post, you can learn…
Leave a CommentBy reading this tutorial you can build RESTful APIs using Node, express, and sequelize ORM. You gonna use the different HTTP methods during the REST…
5 CommentsWe can use webkitdirectory to allow uploading an entire folder or folders of files without selecting each file manually. webkitdirectory webkitdirectory is a non-standard attribute…
Leave a CommentIn this tutorial, I will show you Nginx installation and configuration steps to serve the Angular application in production. I am gonna use Ubuntu 16.04…
7 CommentsThe mod_rewrite module is enabled by default on CentOS 7. If you find it is not enabled on your server, you can enable it by…
1 CommentToday I would like to show you Ajax login functionality implementation using PHP and MySQL. We gonna use the MySQL PDO driver in this tutorial.…
12 Comments