Systems | Development | Analytics | API | Testing

Latest Blogs

Building a product in 12 weeks - An oral history of Trust Assessor

Not to sound like Cosmo, but sometimes it seems like a project was meant to be. Talend Trust Assessor is one of those projects. In 2020, a creative plan to share Talend Trust Score™ with the world grew into a full-fledged product developed and released in record time. Stephanie Yanaga and Gray Hardell, the project’s instigators, had a shared vision: giving everyone a taste of the Trust Score with very little effort.

Designing Error Messages and a Logging Strategy in Node.js

Error handling is one section of our job that we tend to neglect, especially when working on something new, interesting, or something we just need to get working. We’ll handle errors later, we say — and that’s often a big lie. But that’s not even the worst part. The problem comes when we decide to ‘quickly’ add some code to handle our errors and completely forget about the importance and relevance of a properly constructed error message.

What Are Cloud Native Java Applications & Architectures?

Cloud-native has been one of the biggest trends in software development for quite a while. Developing, deploying and managing applications outside of local machines and entirely in the cloud offers countless opportunities to businesses. The cloud computing delivery model helps them bring new ideas to market faster and respond swiftly to customer requests. From a technical point of view, cloud-native development provides faster and lighter runtimes, reduces complexity and stabilizes applications.

A brief guide to effective onboarding for mobile engineering teams

A proper onboarding strategy featuring a standard set of processes and tools increases employee retention rates, improves job performance, and creates a happier workforce. In this short guide, we'll look at how poor onboarding experiences can adversely affect mobile development teams, as well as some engineering-specific tips to design great onboarding processes for your prospective mobile developers.

What's Holding Us Back From True Hybrid and Multi-Cloud Applications?

There are good reasons for spreading workloads and applications across multiple clouds. Options include using a combination of public and on-premises cloud platforms, a strategy known as hybrid cloud—or using more than one public cloud provider, a strategy known as multi-cloud. What are those benefits? And what are some of the best strategies for achieving them? Let’s explore that.

How to Test HTTP/2 APIs

Slowly but surely, HTTP/2 is becoming the favored protocol for transporting data files between clients and servers. While HTTP/1 used to be the only way of loading web applications, it’s now lagging behind, especially on the UX front. Since 2015, HTTP/2 APIs have taken the lead with lightning-fast server responses. In particular, they’re responsible for state changes and server responses without the need for browser reloads.