Systems | Development | Analytics | API | Testing

Latest Posts

A multiplayer game room SDK with Ably and Kotlin coroutines

If you are a Kotlin developer, there is a high chance you already know that coroutines are the new way of composing your asynchronous, concurrent and parallel workflows. It is also the recommended solution by Google to use for asynchronous programming in Android. In this blog post I will discuss the importance of asynchronous architecture. I will also explain how I combined Ably and Kotlin coroutines to develop a multiplayer game room SDK.

Flutter vs native development: Which one to pick for your next project?

Are you about to start your next mobile app project and can’t decide whether you should use Flutter or native languages? If yes, then this article is for you. Stefan Ionescu focuses in this article on the differences between Flutter vs native development from different perspectives.

ThoughtSpot named a Visionary in the 2022 Magic Quadrant for Analytics and BI Platforms

Today, Gartner has positioned ThoughtSpot as a Visionary in the 2022 Magic Quadrant for Analytics and Business Intelligence Platforms, a recognition that we are so excited to continue living up to for our customers.

Gain Business Value With Big Data AI Analytics

“Data-driven” is the latest buzzword in organizations in which data-based decision making is directly connected to business success. According to Gartner’s Hype Cycle, more than 77% of the C-suite now say data science is critical to their organization meeting strategic objectives. For top organizations looking to adopt a data-driven culture to stay competitive, what does that mean?

Condensed Guide to Medical Device Requirements Management

Most general guidelines for requirements management are an acceptable starting point for medical device developers. Basic instructions for requirements planning, defining, prioritizing, etc. applies to almost any industry. However, medical device requirements management has to include some extraordinarily important things that some other industries can get by without. Compliance, risk management, and traceability are central to medical device development.

A Platform-Based Future: Fireside Chat With Envoy Creator and Lyft Engineer Matt Klein

Recently, I was fortunate to have an insightful conversation with Matt Klein, Lyft software engineer and creator of Envoy, the popular open-source edge and service proxy for cloud-native applications. Envoy was the third project to graduate from the Cloud Native Computing Foundation (CNCF), following Kubernetes and Prometheus. Before Lyft, Matt held positions at Microsoft, Amazon and Twitter, and served on the oversight committee and board of the CNCF.

Testing Golang with httptest

Go, often referred to as Golang, is a popular programming language built by Google. Its design and structure help you write efficient, reliable, and high-performing programs. Often used for web servers and rest APIs, Go offers the same performance as other low-level languages like C++ while also making sure the language itself is easy to understand with a good development experience.