Objective Today we will see how to send compressed CBOR with ZSTD from an ESP32 microcontroller through an MQTT topic, passing through AWS IoT Core, and finally being decoded in a TypeScript-written Lambda function....
Telegram groups and spam issues Telegram is one of the most popular messaging applications around the world. Personally, I am an active member of various groups focused on discussing programming languages and challenges....
Discover how Apache Airflow2 can streamline your Machine Learning Operations (MLOps) workflows, from data ingestion, model training to model deployment, with resilience and scalability.
Learn how to find places near you with the Haversine Formula using Go.
No software team should spend time and mental resources arguing about code formatting. The same goes for code practices that some of the team members might consider unsafe or counter-productive....
Clean Architecture Tired of your projects getting a mess? Impossible to scale for more features and endpoints? I have a solution to your problems. Today we will explore clean architecture using abstract classes, repository pattern and use cases....
A quick introduction to the F.I.R.S.T principle you can use to improve your testing skills and create efficient, practical, high-quality tests
Learn how to connect and use private Go modules in GitHub. We’ll take you through the steps of configuring your Go project to use a private module hosted on GitHub.
…Or someone else’s computer Sometimes your development machine is not sufficient for various reasons: For example, you need to build an x86/amd64 Docker image and do not want to pay the cost of QEMU, or it is on a limited internet; for these and other reasons, I created a terraform to bootstrap a development machine with a single command....
In this post, you’ll learn the basics on Async IO and how get start with it in python with few simple examples.