How to delete files older than X days in Linux
In this post, I am gonna show you how to write a simple shell script to delete files from a directory if the files are
In this post, I am gonna show you how to write a simple shell script to delete files from a directory if the files are
In this post, I will show you how we can configure NGINX to serve applications form the different directories. I have two node application both
In this post, I will show how you can secure your Slim3 Framework-based applications using JSON Web Token (JWT). To know more about JWT and
In this post, you will learn about Cross-Origin Resource Sharing. Http requests are restricted by the same-origin policy, which means where scripts can be loaded
Slim is a full-featured, open-source PHP micro framework that helps you quickly write simple yet powerful web applications and APIs. It comes with a sophisticated
In this post, you will learn about Cross-Origin Resource Sharing. Http requests are restricted by the same-origin policy, which means where scripts can be loaded
In one of my recent project, I am receiving Excel files from external APIs and I have to parse, validate data and then I have
The Eloquent ORM makes it incredibly easy to interact with a database. Today we’ll look at how we can use Eloquent to interact with our
In this tutorial, we will use ES6 syntax to build REST APIs. we will set up Babel to work with ES6 and we’ll be building
By default, RabbitMQ does not embed a web-based management console but offers it as an optional plugin. This management console makes it very easy to