Building robust APIs: a comprehensive guide to OAuth2 and TLS integration in REST services — Part 3In previous articles, Building robust APIs — Part 1 and Building robust APIs — Part 2, I defined the objective of this five-article…Mar 22, 2024Mar 22, 2024
Building robust APIs: a comprehensive guide to OAuth2 and SSL integration in REST services — Part 2In the first article (you can read it here) I defined the objective of this four-article series, described the target architecture that I…Jan 30, 2024Jan 30, 2024
Building robust APIs: a comprehensive guide to OAuth2 and SSL integration in REST services — Part 1Since REST services are a fundamental building block of today’s digital landscape, securing them is paramount to safeguard sensitive data…Jan 23, 2024Jan 23, 2024
Enable security for Kafka applicationsWhen things get serious, security is one of the first thing you have to consider and Kafka applications are not different.Nov 28, 20231Nov 28, 20231
Use Kafka Streams to implement a temperature sensor applicationIn a previous article Why Kafka Streams: Extending Kafka’s Power I explained what Kafka Streams is, why it is needed and how it works.Nov 14, 2023Nov 14, 2023
Why Kafka Streams: Extending Kafka’s PowerApache Kafka has established itself as a reliable and scalable event streaming platform, catering to the needs of various real-time data…Oct 13, 2023Oct 13, 2023
Using Confluent to run your Kafka infrastructureUsing a local running Kafka is obviously the best, fastest and simplest way to start playing with Kafka, and that’s exactly what I did and…Jul 28, 2023Jul 28, 2023
Write a Kafka consumer with Java using Spring BootRecently I wrote the article Write a Kafka producer with Java using Spring Boot; the other side of the coin in an event streaming platform…May 15, 2023May 15, 2023
Write a Kafka producer with Java using Spring BootSometime ago I set up my Raspberry board with a temperature and humidity sensor and configured it to publish data to a Kafka cluster (you…May 5, 2023May 5, 2023
Using sensors with Raspberry boards Part 2: connecting and sending data from a DHT11 sensorWelcome to the second and final article of this series; in the first article…Sep 8, 2021Sep 8, 2021