Systems | Development | Analytics | API | Testing

Continual is SOC 2 compliant

Continual is proud to announce that we are now SOC 2 Type 1 certified and compliant and SOC 2 Type 2 in progress. This certification is a publicly visible milestone that demonstrates our core commitment to keeping your data secure. We expect to make additional announcements around our security certification efforts over the coming months. Beyond third party attestations, Continual is built from the ground up with data security and governance in mind.

The Perils of Parallel Testing in Ruby on Rails

Have you ever heard someone complain about their tests being too fast? Me neither. Fast tests mean fast feedback. Whether you run them locally or in a continuous integration pipeline, the earlier your tests finish, the earlier you can react to failures and improve your code. Besides the productivity gains, it is well known that slow tests make developers grumpy. Nobody likes their developers grumpy. With all that said, creating a lightning-fast test suite isn't always as easy as you'd hope.

DataOps for the Data-Driven

The road to the data-driven enterprise is not for the faint of heart. The continuous waves of data pounding into ever-complex hybrid environments only compound the ongoing challenges of management, governance, security, skills, and rising costs, to name a few. But Hitachi Vantara has developed a path forward that combines cloud-ready infrastructure, cloud consulting and managed services to optimize applications for resiliency and performance, and automated DataOps innovations.

Hitachi Vantara Launches Lumada Industrial DataOps for IIoT Scalability

Hitachi Vantara today announced the new Lumada Industrial DataOps portfolio with core IIoT platform framework capabilities. With this release, we are making it easier for organizations to take advantage of real-time insights and outcomes that can make critical operations more predictable and manageable. One of the highlights of this release is the introduction of IIoT Core software, which includes digital twins, ML (machine learning) service, and user interface components.

N|Solid SaaS is now FREE!

We launched N|Solid SaaS into beta last year to make available our enterprise-grade Node.js tools more accessible, especially for smaller teams and individual developers. N|Solid is the best observability and insights tool to manage Node performance and security, trusted by developers and enterprise organizations across the globe, built by Node Experts.

A Complete Guide to PHP Debugging

If you're using PHP or adopting a PHP application, you need to know how to debug in PHP. Debugging PHP errors in a production environment is one of the most frustrating things a developer can go through. Identifying the underlying cause is challenging when error reports are ambiguous. Nobody enjoys debugging their code. However, if you want to create great web applications, you must fully complete the process.