Systems | Development | Analytics | API | Testing

%term

Adopting a Multi-Cloud Strategy: Challenges vs. Benefits

Cloud-based platforms have become a standard component within most enterprise IT infrastructures, however, many organizations find they cannot source everything they need from a single provider. As a result, increasing numbers are adopting a multi-cloud strategy in an effort to better meet their business requirements.

Accelerating App Migration Using APIs

Enterprise backends are increasingly having a combination of legacy systems, modern microservices and various SaaS applications. More and more of the modern applications are getting built on and getting migrated to cloud. Learn how can you use an API based strategy to mitigate the risks with migrations and to make migrate and modernize your applications faster.

4 Possible Ways a Blockchain Can Impact Data Management

We all know we are at the peak of the hype cycle for…wait for it – Blockchain! We are also already aware of some of the benefits of blockchain - but can blockchain be applicable to traditional data management? Though real-world blockchain implementations in the enterprise are minimal so far, I do believe there is a ton of potential to solve some of the problems that businesses face.

Testing a new approach to Memory Profiling in PHP with XHProf

Memory profiling in PHP has traditionally been hard. Most memory profilers compare the memory or peak memory before and after a function call to find out how much memory usage increased or decreased. This can be achieved by calling the equivalent of memory_get_usage() and memory_get_peak_usage() functions from within the profiling extension.