Web Analytics
Articles: RoshanAdhikary Blog archive in: November 2020 -->

Posts Blog Archive: November 2020

Containerize a Java EE web application with MySQL, phpmyadmin, and Tomcat services

Containerize a Java EE web application with MySQL, phpmyadmin, and Tomcat services

In this article, we will create a Docker Compose  file with three services: MySQL , phpmyadmin , and Tomcat . Compose allows us t…
Forward your FreeDNS custom domain to your GitHub Pages site

Forward your FreeDNS custom domain to your GitHub Pages site

You can forward all requests to your custom domain (e.g., tom.com) to your GitHub pages site (e.g., tom.github.io). I will detail…