Tag: go

Using WebSockets Go

Using WebSockets in Golang

Dev

Explore how WebSockets can improve your Go application by enabling real-time communication using full-duplex communication channels.

Mohit Khare
Sep 7, 2021 ⋅ 4 min read
5 Top Go Web Frameworks

5 top Go web frameworks

Dev

Learn about five top Go frameworks to develop web applications as Go increases in popularity among developers.

Victor Jonah
Sep 3, 2021 ⋅ 6 min read
How To Use Go Channels

How to use Go channels

Dev

Go channels allow Goroutines to exchange data. Learn how these channels are the most convenient way to communicate in Go.

Salah Elhossiny
Aug 31, 2021 ⋅ 6 min read
Advanced Testing Patterns Go

Advanced unit testing patterns in Go

Dev

Learn how to implement more accurate tests in your Go application by using advanced patterns like mocking, test fixtures, test helpers, and golden files.

Ayooluwa Isaiah
Aug 20, 2021 ⋅ 11 min read
deep-dive-unit-testing-go

A deep dive into unit testing in Go

Dev

Writing unit tests ensures that each unit of code is working correctly, increasing the chance that your application as a whole will function as planned.

Ayooluwa Isaiah
Aug 2, 2021 ⋅ 9 min read
Working With Golang Json

Configuring JSON for Go

Dev

Learn to use JSON, a popular notation for storing and transferring data, with the Go language by following a simple and applicable example.

Mohit Khare
Jul 20, 2021 ⋅ 3 min read

How to develop cross-platform desktop apps with JavaScript and Go

Dev

Yes, it’s possible — in this tutorial, you’ll learn how to build speedier, lightweight cross-platform desktop apps with JavaScript and Go.

Shalitha Suranga
Jun 25, 2021 ⋅ 6 min read
Getting Started with Go for Frontend Developers

Getting started with Go for frontend developers

Dev

Learn why Go has been surging in popularity recently, and why it’s worth a look from frontend devs looking to go full-stack.

Alexander Nnakwue
May 13, 2021 ⋅ 8 min read
Elkstack Logo

Using Elasticsearch, Logstash, and Kibana with Go applications

Dev

This tutorial demonstrates how to combine the powers of Elasticsearch in the ELK stack with Golang applications.

Michael Okoko
Mar 12, 2021 ⋅ 13 min read
Golang Logo

What’s new in Go 1.16

Dev

Go 1.16, the 17th major version of the Go programming language, has just been released. Here, you can learn everything new in Go 1.16.

Ayooluwa Isaiah
Feb 22, 2021 ⋅ 6 min read
Go Logo

Cryptography in Go today

Dev

Take a look at how cryptography is handled in the Go programming language and what cryptography packages are available today.

Yusuff Faruq
Dec 28, 2020 ⋅ 6 min read
web scraping with Go and Colly

Creating a web crawler in Go with Colly

Dev

Colly is a Go package for writing both web scrapers and crawlers. It is based on Go’s net/HTTP (for network communication) and goquery (which lets you use a “jQuery-like” syntax to target HTML elements).

Michael Okoko
Dec 22, 2020 ⋅ 5 min read