How to Implement the Observer Pattern with Objects and Arrays in Pure JavaScript
A little over a year ago, I wrote an article about how to do data binding in pure JavaScript. Anyone that read my ramblings about data binding in pure JavaScript […]
Securing Docker Containers with a Web Application Firewall (WAF) built on ModSecurity and NGINX
This project is on GitHub One can never be too paranoid about online security for a number of reasons. Containers are generally considered to be more secure by default that […]
Choosing Between Containers and Serverless
Choosing the right tool for the job is not always as easy as it seems. Sometimes, there is more than one tool for doing something, and such is the case […]