software development

The power of Actor Model and the effect of Pykka in Asynchronous Programming at Python

Traditional programming models often fall short in a world where responsiveness and scalability are paramount. Asynchronous programming has emerged as a game-changer, enabling developers to build highly concurrent and responsive systems.
In this blog post, we will explore the Actor Model and delve into the impact of Pykka, a powerful Python library, on asynchronous programming.

5 Crucial and Unique Skills for a Software Tester 

In the fast-paced world of software development, the role of a software tester is crucial in ensuring the quality and reliability of software products. At Zen8Labs, our software testers possess a unique set of skills that enable them to excel in their role. In this blog post, we will explore the essential skills that make our testers stand out and contribute to the success of our projects. 

Build your own Jarvis

This is very simple version of building your own Jarvis basing on what we have today. The Jarvis here can…

Speed up Android Studio build

A few months ago, our colleagues complained that our project was slow to build: it normally took 5 minutes, especially…