Nothing here yet.
Nothing here yet.
Apr 10, 2025 · 2 min read · SonarQube is a code quality tool that helps ensure your team adheres to best practices and can catch bugs before merging into production. It allows you to define rules checked anytime SonarQube is run on your code base. This helps reduce friction dur...
Join discussion
Apr 7, 2024 · 4 min read · In Part 1, we created a device policy and a thing on AWS IoT core. In this article, we will use the downloaded certificates to connect to the MQTT broker to publish messages and subscribe to topics. We will use the PHP-MQTT library. AWS IoT core uses...
Join discussion
Feb 17, 2024 · 3 min read · AWS IoT core provides a suite of features that makes connecting IoT devices to the cloud and managing them a breeze. An MQTT broker is one of the services offered by AWS IoT Core. In this 2-part series, I will go over creating an IoT device or thing ...
Join discussion
May 23, 2023 · 1 min read · My entry into embedded systems like most other people started with an Arduino Uno. The UNO didn't have a hardware debugger on board so If I made a mistake, I had to place well-structured Serial.println statements throughout my code so that I could fo...
Join discussion