nginx HTTP Web Server

Config static IP address for local web development in nginx

0
Often, nginx is used to serve websites for public via domain names, which is configurable via server_name option in config file. What if you want...
IntelliJ IDEA

Install IntelliJ IDEA on Linux

0
Besides Windows and Mac, JetBrains team also provides a Linux version for IntelliJ IDEA, one of the best Java IDE at the time of...
RabbitMQ Server

Install RabbitMQ server on Ubuntu Linux

1
RabbitMQ is one of the most popular messaging system being used for backend services, and it is often setup and configured under Linux. So...
Laravel Framework

Handle 404 response in Laravel

0
Laravel framework provides various ways to handle 404 responses for web application. Prior to Laravel 5.5.10, in order to catch 404 error, we can detect...
ReactJS

React v16 officially released

0
Finally, after more than one year of hardwork, React team at Facebook has completed and released the new version v16 with a lot of...