by jeremy@bondbyte.com | Nov 14, 2023 | Uncategorized
Here are some notes on how to handle Accounting Principals while also using Design Patterns to solve what appears to be a simple problem. Accounting Principals are the fundamental components to accounting. These principals were invented or conceived long before...
by jeremy@bondbyte.com | Oct 25, 2023 | Uncategorized
Using Docker for hosting WordPress and Mariadb container seems like a no brainer. The container allows sites to be managed, maintained and moved without disrupting the other sites. We will need a nix box in the cloud, static IP is a must. We should probably create a...
by jeremy@bondbyte.com | Jun 11, 2023 | Uncategorized
Point DNS A Record at the host ip. A.k.a this Server. Connect to server and go to var/www and create a new folder for the site we’re going to create. I like to use WincSCP for this step. While connected using WinSCP go to var/www/wordpresstemplate and copy the...
by jeremy@bondbyte.com | May 20, 2023 | Uncategorized
Errata The goal here is to create a Github project and use a “CI/CD pipeline” to deliver the project to a Docker Container. The project should work on both Windows and Linux. For Windows we will need to use Docker Desktop & for Ubuntu we will use...