-
PHP Error Database
I created a new database to log errors and proceed to move errors from the error log into the database while keeping tabs where I left off. In addition, I capture errors and exceptions as they happen and log them as well. A small Angular application is created to view the errors. Read More
-
Separating Services
Changes were made to store the secrets in a separate database rather than a JSON file to allow scalability and portability. An initial design had setup an over-engineered system for an enterprise. Then it was simplified, and further normalized. Read More
-
Web Push API
An overview of how to send Web Push notifications from a server with VAPID Keys Read More
-
Automated Database Migrations
I walk through the process of setting up a database project for automated migrations to support an environment of multiple developers and database targets enabling rolling back the database. Read More




