Explore the latest trends in technology and innovation



Looking to dive deeper into the world of software-centric innovation? Find articles about the latest cloud solutions, AI technologies, and DevOps stories



Read our blog and stay informed about
the industry’s latest trends and
technology




How to Manage an M5Stack Core2 for AWS. Part 1 – Micropython


In this series of articles, we consider the pros and cons of different ways to manage an M5Stack controller to build a machine learning application connected to the AWS IoT cloud. The series compris...



Read the article



Tips on Mastering the Art of Learning New Technologies and Transitioning Between Them  


Learning new technologies is always challenging, but it is also crucial for self-development and broadening professional skills in today's rapidly developing IT world.   The process may be...



Read the article



How to Use Associative Knowledge Graphs to Build Efficient Knowledge Models


In this article, I will present how associative data structures such as ASA-Graphs, Multi-Associative Graph Data Structures, or Associative Neural Graphs can be used to build efficient knowledge mod...



Read the article



Getting Up to Speed With Android Automotive OS Development on Mac


Similar to how they did for the exploding smartphone market over ten years ago, customized infotainment operating systems and open-source software appear to be sweeping the car industry. The Android...



Read the article



Dependency Injection in Cucumber-JVM: Sharing State Between Step Definition Classes


It's an obvious fact for anyone who's been using Cucumber for Java in test automation that steps need to be defined inside a class. Passing test state from one step definition to another can be easi...



Read the article



gRPC Streaming


Previous articles presented what Protobuf is and how it can be combined with gRPC to implement simple synchronous API. However, it didn’t present the true power of gRPC, which is streaming, fully...



Read the article



Android Automotive OS 13: How to Build And Run The Latest OS On Raspberry Pi 4B


Building an Android Automotive OS might not be a difficult task on its own, but the lack of good tutorials makes it exceptionally hard. It only gets harder if you don't have at hand any specialized...



Read the article



Native App vs. Hybrid App: How to Choose A Solution That Meets Your Business Needs


Every time we start a new project, we organize brainstorming sessions about architecture and how to manage the project. Regarding mobile apps, we have one additional question – should we choose a...



Read the article



Build and Run Android Automotive OS on Raspberry Pi 4B


Have you ever wanted to build your own Android? It’s easy according to the official manual, but it’s getting harder on a Windows (or Mac) machine, or if you’d like to run it on physical hardwar...



Read the article



gRPC Remote Procedure Call (with Protobuf)


One of the most crucial technical decisions during designing API is to choose the proper protocol for interchanging data. It is not an easy task. You have to answer at least a few important question...



Read the article



Protobuf: How To Serialize Data Effectively with Protocol Buffers


In a world of microservices, we often have to pass information between applications. We serialize data into a format that can be retrieved by both sides. One of the serialization solutions is Protoc...



Read the article



How to Set Up Kafka Integration Test


Do you consider unit testing as not enough solution for keeping the application's reliability and stability? Are you afraid that somehow or somewhere there is a potential bug hiding in the assumptio...



Read the article



Setting Up a Testing Project in Protractor with Cucumber and Page Object Model


For many years, when it came to automating web UI testing, Selenium was the king. And it is safe to say it still is! As a widely known and proven automation testing tool, it is often a default choic...



Read the article



AAOS Hello World: How to Build Your First App for Android Automotive OS


Android Automotive OS is getting more recognition as automotive companies are looking to provide their customers with a more tailored experience. Here we share our guide to building the first app fo...



Read the article



Challenging Beginnings of Developing Apps for Android Automotive OS


Quite a new droid around. The operating system has been in the market for a while, still missing a lot, but it is out, already implemented in cars, and coming for more. Polestar and Volvo were the f...



Read the article