Navigating the Async Waters: A Practical Guide to Concurrency in FastAPI

Concurrency in FastAPI

Introduction FastAPI has been gaining momentum as the go-to Python backend framework. The Python Developers Survey 2022 Results indicated that a solid 25% of Python developers used FastAPI last year. What’s drawing developers in is its simplicity and streamlined approach to solving typical API development challenges, such as handling data validation, serialization, and documentation with … 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

Unveiling the World of Computer Vision: A Comprehensive Overview

computer-vision

Computer Vision is a dynamic Artificial Intelligence field that encompasses the study and development of algorithms and techniques to enable computers to interpret and understand visual information. In this blog post, we will delve into the fundamentals of Computer Vision, shedding light on its key concepts and tasks.  Computer Vision refers to the field of … Read more

Demystifying Neural Networks: A Beginner’s Guide

neural-networks

Artificial Intelligence (AI) is a rapidly evolving field that has gained significant attention in recent years. In this blog post, we will explore the fundamental concepts of AI, with a special focus on Machine Learning and Neural Networks. This overview aims to provide a basic understanding of AI for individuals without background on the topic … Read more

Why WebAssembly Is Perfect for Tiny IoT Devices

webassembly

As the world becomes more interconnected, the number of internet of things (IoT) devices has exploded. These devices come in a wide range of shapes and sizes, from massive industrial machines to tiny sensors. While larger devices may run on Linux or other operating systems, smaller devices require a different approach. In this article, I’ll … Read more