Wasm on the Edge: Write Once, Deploy (Almost) Anywhere

toy car demo

Have you ever dreamt of writing code that operates flawlessly across a multitude of devices, irrespective of their underlying hardware? Well, there’s no need to dream any longer! WebAssembly (Wasm) is here to turn that dream into reality, particularly for edge computing applications. This article delves into the realm of Wasm on the edge, demonstrating … Read more

Programmable Embedded Vision Sensors

Programmable Embedded Vision Sensors

Revolutionizing Edge AI: AITRIOS created by Sony Semiconductor Solution (SSS) Embraces WebAssembly In an exciting development within the realm of Edge AI, SSS’s next-generation sensing platform, AITRIOS, is setting a new standard for innovation.  Midokura is now developing a core part of the next-generation Edge AI sensing platform, “AITRIOS”, which is being commercialized by its … Read more

CI/CD Hands-On: A Simple But Functional Continuous Integration Workflow [Part 2]

Hands-On

Manual deployments are not error-prone. Moreover, they consist of a bunch of repetitive and complex tasks. The development teams are afraid of the complexity of deploying a new version of an application and the headaches it brings. Sometimes, deploying an application requires advanced platform skills. It is a tedious process to debug deployment issues. FluxCD helps … Read more

CI/CD Hands-On: A Simple But Functional Continuous Integration Workflow [Part 1]

Hands-On

CI/CD is a well-established software development dogma. The Internet is full of articles and pages talking about CI/CD. They always have the same CI/CD image. I bet you know the image I’m talking about. I read dozens of articles about the topic and experienced the implementation of an end-to-end CI/CD pipeline. The reality is that implementing a CI/CD … Read more

IoT Performance Load Testing with Locust and Azure [Continuous Delivery]

locust

This article is the second part of IoT Performance Load Testing with Locust and Azure. I encourage you to read it before reading this article because it may contain some references to the previous one. The previous article attempted to explain how to develop an MQTT performance load test using Locust.io and how to take profit from the … Read more

IoT Performance Load Testing with Locust and Azure

locust

Nowadays, End-to-End testing of functional and non-functional requirements is a must but is time-consuming and can be solved using multiple tools and approaches. This article explores how to test the performance of an IoT system using Locust and Azure. Defining the test scope and requirements is essential to maximize the value of the obtained results. … Read more