Georgios Komninos
Georgios Komninos's Blog

Georgios Komninos's Blog

Follow
Follow
homebadges
Tag

golang

#golang

More content

Read more stories on Hashnode


Articles with this tag

Distributed Google Maps scraping

May 14, 20236 min read

How to scrape data from Google maps using Golang and Kubernetes · Introduction In this post, I will show you how you can utilize the power of Kubernetes...

Distributed Google Maps scraping

Golang web scraping using Scrapemate

Apr 15, 20235 min read

Introduction In this blog post, we are going to use scrapemate to extract hockey teams form from the website...

Golang web scraping using Scrapemate

Getting Started with Web Scraping Using Golang and Scrapemate

Apr 14, 202316 min read

Introduction Web scraping is the process of extracting data from websites, and it can be a powerful tool for collecting information for research,...

Getting Started with Web Scraping Using Golang and Scrapemate

Introducing Address Parser Go REST: A Simple Solution for Address Parsing

Mar 9, 20233 min read

Effortlessly Parse Addresses with Address Parser Go REST - A Lightweight and Easy-to-Use API Built on Libpostal · Parsing addresses can be a complex and...

Introducing Address Parser Go REST: A Simple Solution for Address Parsing

Interfaces and error checking golang

Nov 19, 20224 min read

Introduction In this post I would like to discuss a mistake that I have seen while I was reviewing a pull request. We are going to talk a bit about...

Interfaces and error checking golang