
CMake Multi-Project Template With Library, App, Tests
A tutorial on how to set up a CMake multi-project including a C++ library, an application, and tests with Googletest.

Connect Spring Cloud Stream With Kafka Binder to Azure Event Hub
How to avoid the “Node -1 diconnected” error using the Azure Event Hub Kafka interface with Spring Boot.

Produce Messages With Spring Cloud Stream Kafka
A tutorial describing how to create a Spring Boot microservice publishing message to Kafka using Spring Cloud Stream

Package Qt6 macOS App Bundle With Translation Files In CMake
A short tutorial on how to include Qt6 translation files in a macOS app bundle with CMake.

Package Qt6 App as macOS App Bundle With CMake
A tutorial on how to automate macOS app-bundle creation with CMake and add an app-icon to the bundle and application.

Consume Messages With Spring Cloud Stream Kafka
Tutorial on how to implement a Spring Boot application using Spring Cloud Stream to consume messages from a Kafka topic.
AD Workload Identity for AKS Pod-Assigned Managed Identity (Cross-Post)
How to use pod-assigned managed identities in Azure Kubernetes with Azure AD Workload Identity as replacement for pod-managed identity.

Spring Boot Push Micrometer Metrics to Prometheus Pushgateway
How to push metrics to Prometheus with Spring Boot for short-lived services and tasks.

Spring Boot Custom Field Error Messages in Class-Based Custom Bean ConstraintValidator
How to generate custom error messages for fields in a custom Spring Boot ConstraintValidator for a complete class.

Convert QKeySequence of QKeySequenceEdit to Native Windows Virtual Key Codes VK_*
In a blog post in 2020, I described how to utilize the WinAPI SendInput() function to emulate hotkey presses to automatically take game screenshots for my video game reviews. While I intended to create a simple GUI application to do the task, I ended up with only a hack because…
Loading…
Something went wrong. Please refresh the page and/or try again.