Build a Multi-Stage Docker Image For React App To Load Runtime Environment SettingsThe main essence of loading configurations during runtime is to avoid the rebuilding process of the application every time and to optimize…Dec 27, 2020Dec 27, 2020
React Application Deployments with Runtime ConfigurationMost of the time React developers ignore the fact that Babel will write environment variables into the compiled JavaScript during build…Dec 23, 2020Dec 23, 2020
Configure NGINX as a Reverse Proxy with Docker Compose fileIn this article, a docker compose file is created to run custom NGINX as a container with reverse proxy configuration which eases the cre…Dec 21, 2020Dec 21, 2020
Dockerize Elasticsearch & Kibana with X Pack’s SecurityElasticsearch is a full-text, document-based search engine built on Apache Lucene. It serializes and indexes JSON documents based on an…May 13, 20202May 13, 20202