Brazil’s Largest Private Bank Advises Clients to Invest 3% in Bitcoin

Brazil’s largest private bank, Itaú Unibanco, has advised its clients to consider allocating up to 3% of their portfolios to Bitcoin. The recommendation was made by Itau Asset Management, the bank’s investment division. In a recent report outlining investment strategies for the coming year, the bank states that holding a small portion of Bitcoin can … Read more

Apache Beam on GCP: How Distributed Data Pipelines Actually Work (for REST API Engineers)

Modern backend systems are increasingly asked to do more than serve requests. They ingest continuous streams of events, process historical data at scale, recompute results when business logic changes, and remain correct in the presence of partial failures. For engineers coming from a REST API background, this shift often feels unintuitive: the tools, abstractions, and … Read more

Why ISO Standards Are the Foundation of Responsible AI Governance

Are you planning, developing, or already deploying an AI system to make your processes more efficient? At whatever stage of the AI lifecycle your company is, aligning with the right ISO standards can significantly improve its responsibility, compliance, and robustness. In this article, I’ll suggest four key ISO standards for AI developers and deployers. ISO … Read more

Is “Agentic Programming” the Next Big Shift?

For decades, software development has been a game of precise, step-by-step instructions. We write the logic, define the loops, and handle the errors. But in 2025, we are witnessing a fundamental paradigm shift: Agentic Programming. This transition moves the developer from a “writer of code” to an “orchestrator of intent“. Instead of telling a computer … Read more

Inside SeaTunnel CDC’s Debezium Integration: Embedded Engine, Offsets, and Checkpoints

Following the article “SeaTunnel CDC Under the Hood: Snapshots, Backfills, and Why Your Checkpoints Time Out”, which detailed the implementation mechanisms and principles of the Apache SeaTunnel CDC Source, this article will continue to explore the underlying technical logic of Apache SeaTunnel CDC by explaining the relationship between Debezium and Apache SeaTunnel. To summarize their … Read more

SeaTunnel CDC Under the Hood: Snapshots, Backfills, and Why Your Checkpoints Time Out

Recently, while using SeaTunnel CDC to synchronize real-time data from Oracle, MySQL, and SQL Server to other relational databases, I spent time reading and modifying the source code of SeaTunnel and Debezium. Through this process, I gained an initial understanding of how the SeaTunnel CDC Source is implemented. While everything was still fresh, I decided … Read more

Predicting Jet Engine Failure with Python and AutoML

In aviation, “breaking things” is not an option. If a server crashes, you restart it. If a jet engine fails mid-flight, the consequences are catastrophic. This is why the aviation industry is shifting from Preventive Maintenance (replacing parts on a schedule whether they need it or not) to Predictive Maintenance (PdM) (replacing parts exactly before they break). For Data … Read more