Config static IP address for local web development in nginx
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...
Install IntelliJ IDEA on Linux
Besides Windows and Mac, JetBrains team also provides a Linux version for IntelliJ IDEA, one of the best Java IDE at the time of...
Install RabbitMQ server on Ubuntu Linux
RabbitMQ is one of the most popular messaging system being used for backend services, and it is often setup and configured under Linux. So...
Handle 404 response in Laravel
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...
React v16 officially released
Finally, after more than one year of hardwork, React team at Facebook has completed and released the new version v16 with a lot of...