Close

Aylık Arşiv: Aralık 2021

How To Handle Sprint Planning Meetings Like a Pro

How To Handle Sprint Planning Meetings Like a Pro

The Sprint Planning meeting is a critical event in Scrum, a framework for Agile software development. The goal of the Meeting is to plan the upcoming sprint and define a plan to develop the work. The entire Scrum Team, including the Product Owner, the Scrum Master, and the Development Team, […]

Devamını Oku

Functional programming is finally going mainstream.

Functional programming is finally going mainstream.

Functional programming is finally gaining more traction and becoming a mainstream approach in software development. It is a programming paradigm that emphasizes writing programs using “pure functions”, which are stateless functions that always return the same value when given the same input and produce no side effects. In functional programming, […]

Devamını Oku

What Is Debezium?

What Is Debezium?

Debezium is an open-source distributed platform for change data capture (CDC). It provides a scalable and reliable way to capture and stream changes from databases (such as MySQL, PostgreSQL, and MongoDB) to event streams in Apache Kafka. Debezium can track changes to data in real-time, making that data available for […]

Devamını Oku