Systems | Development | Analytics | API | Testing

%term

Making Self-Service BI a Reality with Cloudera's Analytic Database

Learn how you can empower your business with trusted self-service BI with Cloudera's modern analytic database. This demo showcases some of the new capabilities of Hue, the SQL analytics workbench, to make your SQL developers more productive as they break down data silos and discover, analyze, and share insights.

Conducting Effective Talend Job Design Reviews - A Primer

A common practice in any development team is to conduct code reviews, or at least it should be. This is a process where multiple developers inspect written code and discuss its design, implementation, and structure to increase quality and accuracy. Whether you subscribe to the notion of formal reviews or a more lightweight method (such as pair programming), code reviews have proven to be effective at finding defects and/or insufficiencies before they hit production.

Mobile App Launch Checklist

We created this resource to solve one basic problem: Once you go through all the work of building an app, how can you be sure to nail the landing? In the rush to get an app out, many developers can forget to tag releases or lose depository information that simply needed to be earmarked for a future update. There are some final security measures that need to be taken to protect your app. Whether it’s due to excitement or fatigue, it happens.

Friend or Foe?

In today’s world of readily available apps, whether on your phone or a cloud service, consumers do not expect a lot of training before starting to use them. Apps are designed to be intuitive and lead you through them in the way that you would expect them to work – as it relates to the purpose of the app. Same is true with analytical applications. The best ones are intuitive – they look familiar and are intuitive to navigate.

Embracing Observability in the API Layer

A huge challenge teams face is establishing a unified, seamless view of their application and API components. By embracing a culture of observability, teams are able to better understand what is happening with their internal systems, what they are delivering to their users, where the problems are, and how to fix them fast.

The difficulty of Memory Profiling in PHP

Did you ever have a memory leak in your PHP program and couldn't locate the exact source in your code? From my experience with memory profiling in PHP, this is caused by the PHP engine and how it manages memory. PHP uses a custom memory manager on top of the native memory management in C for multiple reasons...