Apache Kafka is a distributed event streaming platform that acts as a distributed publish-subscribe messaging system. It enables us to build distributed streaming data pipelines and event-driven ...
Community driven content discussing all aspects of software development from DevOps to design patterns. To quickly install Java on Ubuntu and have the JDK’s utilities included on the operating ...
Apache Kafka, while not a traditional database, has database-like properties such as data retention and querying capabilities. This article explores when Kafka can be used for database-like purposes ...
Vibe coding, or using AI agents to create application code, is all the rage today. This video tutorial shows how it works using popular AI tools Replit and GitHub Copilot. Continue Reading ...
DataStax, an IBM company, provides integrated AI dev platforms that let you harness data in your app without building a complex tool stack.
Red Hat’s Quarkus is a full-stack, open-source Java framework designed for containers and cloud environments. See why it’s a worthy alternative to Spring. Quarkus is a full-stack, open-source Java ...
Kafka JMS Client consumer and producer implementation, using standalone Java, to connect to Confluent Kafka Cloud. This client, with minor adaptations from below doc ...