Data Integration between databases
How to ship data between different sources and destinations with Apache Kafka, Kafka Connect, and Debezium connector

Search for a command to run...
How to ship data between different sources and destinations with Apache Kafka, Kafka Connect, and Debezium connector

Finally, After a long-running debate, Generic is going to add to Golang. Let's take a look at it
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 simple term, it's a file that each line of it represents a valid json object. So if we read the file line...
A quick look at golang embed package
Golang made life easier with goroutine, however, sometimes it's difficult to handle errors that happened inside a goroutine effectively. For example, imagine you have an array of some kind of actions and wanted to run a specific function on each one ...
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 the chromedp functionalities to deal with the page and URL. The way that the developers decided to us...
Today we are going to have some fun with chromedp. Today's scenario is gathering all the links on a page and loop through them. It should be simple, easy, and fun. let's get started. As we discussed before, for doing this kind of actions in chromedp,...
chromedp helps you to flip through! the web fast, easy, and programmatically in Golang. If you have ever worked with Selenium or PhantomJS or other similar tools, this concept is familiar to you. In this article we are going to get start working wit...
cannot open source file "bits/stdc++.h"!!!