509.949.2162 jeremy@bondbyte.com

Are there levels of HIPPA Compliance?

HIPAA compliance doesn’t have formally defined “levels” per se, but organizations can achieve compliance in varying degrees of thoroughness and sophistication based on their specific needs and resources. Compliance can generally be categorized based...

What is HIPAA

The Health Insurance Portability and Accountability Act (HIPAA) of 1996 is a critical piece of legislation that affects how healthcare information is managed and protected. From a software application perspective, the essence of HIPAA involves several key elements: 1....

WordPress Restore to Docker

This assumes you’ve followed my other blog post about creating a docker environment with a network, Nginx Reverse Proxy and LetsEncrypt NginX Reverse Proxy Companion. #Restore Script #Do this on the host. It will unballz the files. # Find and Replace these...

Docker WordPress Backup Script(s)

Here’s a handy shell script to get the backup part going. We will need to create the script inside the Docker WordPress Front End and another on the WordPress Docker Backend. We will need to use docker cp on the host to copy the backup files out of the...