Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on Monitoring for Websites, Applications, APIs, Infrastructure, and other technologies.

10 Tech Blogs to Bookmark in 2019

The fact that you’re reading this suggests that you like to keep on top of what’s new in tech. With anything and everything now being considered “newsworthy”, it can be hard to filter out the articles that are actually relevant to your interests. That’s why if you’re keen to keep yourself up-to-date on the upcoming digital trends and gadgets of 2019, we suggest bookmarking some of these blogs so that all of your desired reading is just a click away.

Error Monitoring In Zend 3

Zend Framework 3 is a free and open-source PHP framework. It uses a model-view-controller (MVC) pattern which makes its structure consistent and maintainable. It also accesses the database in an object-oriented way. Instead of directly interacting with the database using SQL queries, you can use doctrine object-relational mapping (ORM) to manage the structure and relationships of your data. This makes code easier to write and maintain.