Real-time Data Streaming with Kafka Connect, ksqlDB, and MySQL using Docker Compose
Kafka is a popular distributed streaming platform that can be used for building real-time streaming data pipelines and applications. Kafka Connect is a tool ...
Kafka is a popular distributed streaming platform that can be used for building real-time streaming data pipelines and applications. Kafka Connect is a tool ...
React Hooks are a recent addition to React that allows developers to add state and other React features to functional components. Typescript, a statically ty...
Amazon Cognito is a user authentication and management service that makes it easy to add sign-up, sign-in, and access control to your web and mobile applicat...
Spent more than half a day, struggled with this error when I was testing an async lambda on my local.
Running serverless is fun, cost-effective and scalable especially if your application is still growing. But at the same time I found testing lambdas locally ...