How to ship data between different sources and destinations with Apache Kafka, Kafka Connect, and Debezium connector · In an event-driven architecture,...
Finally, After a long-running debate, Generic is going to add to Golang. Let's take a look at it · This year started with new news from the golang team, ...
Today, I am going to show you how to read files in golang line-by-line. Let's imagine that have a jsonl file. What's jsonl? it's json lines in a...
A quick look at golang embed package · In this article, we were talking about how to deal with a large file in Golang. But have you ever seen yourself in...
Golang made life easier with goroutine, however, sometimes it's difficult to handle errors that happened inside a goroutine effectively. For example,...
In the previous article, we developed a simple application and open google.com with chromedp. in this article we are going to take a look and one of...