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 that scripts can be loaded
In one of my recent projects, I am receiving Excel files from external APIs and I have to parse and validate data, and then I
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
In this post, I will show you how to install RabbitMQ on Ubuntu 16.04. We can install RabbitMQ easily using Ubuntu’s package manager, apt. The
Deleting files from the file system is a very common task nowadays and it can be done in several ways. We generally use PHP’s built-in
Codelobster-PHP edition has been a top of the line software tool to edit web languages for a long time now and has a lot of
In my last tutorial, we created an APIs for todo application without authentication. In this tutorial, I would like to show you building JWT based
In this post, I would like to show you Laravel 5.6 project setup with React JS as frontend framework. In Laravel 5.5, Taylor Otwell introduced