Interview With The CTO of Halla, Henry Michaelson
For the newest instalment in our series of interviews asking leading technology specialists about their achievements in their field, we’ve welcomed the CTO of Halla, Inc. Henry Michaelson.
For the newest instalment in our series of interviews asking leading technology specialists about their achievements in their field, we’ve welcomed the CTO of Halla, Inc. Henry Michaelson.
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.
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.
Moving from a compliance-driven to value-driven mindset when making data governance decisions.
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.
“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?
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.
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.