Using Ganache and Solidity with Python

Happy New Year2022 !!!

In this article, we will show how to setup a local Ethereum development environment using Ganache and Solidity for building, deploying, and testing Decentralized Application (dApps) and follow through with a simple demonstration using Python. Here is the link to the article:

Using Ganache and Solidity with Python

Enjoy 🙂 !!!

Exploring Kafka Streams :: Part 6

In Part-6 of this series, we will re-explore the different Windowing techniques of Kafka Streams for aggregation, but with two changes – first is to extract the Kafka message timestamp and second is to use an in-memory state store. We will implement and demonstrate the concepts using a simple application in Java. Here is the link to the article:

Exploring Kafka Streams :: Part 6

Enjoy 🙂 !!!