Docker Cleanup

Docker is a great tool, we all know it.Often, there are consecuences of a rash usage like to...

Run Node.js in production

Node.js is a great technology allowing flexibility and speed for building server side...

Configure Nginx to Serve a Node.js Express App

This nginx server block is configured to proxy the node application.Mind the server port, set to...

Run mongodb as a docker container

The following Dockerfile definition runs a mongodb 3.4.18 database inside a docker container. ...

Send json query to Apache Solr

The following code shows how to send an aggregation query to Solr Assuming docs having the...

Install Apache Solr

Apache Solr is a powerful text search engine based on Apache Lucene.It allows json format on...

Validate email with javascript

Validate email address with Javascript using regex:

Install docker ubuntu 16.04

To easily install docker use the following snippet:

Flask Blueprints

When building a Flask application, soon, the need of sorting the code somehow arises.Too many...

Python Dockerfile

Dockerfile to run a python Flask app. Assume the application is in main.py file,Flask app has...