Tag: go

When To Use Rust And When To Use Go

When to use Rust and when to use Go

Dev

This article compares Go and Rust, evaluating them for performance, concurrency, memory management, security features, and more.

Michiel Mulders
Dec 1, 2023 ⋅ 8 min read
Using The Gonew Tool To Streamline Go Application Development

Using gonew to streamline Go application development

Dev

Initialization tools like gonew shine during rapid development cycles by streamlining setup so you can spend more time coding.

Ukeje Goodness
Oct 4, 2023 ⋅ 5 min read
Building A Reactive Web App In Go With Fir

Building a reactive web app in Go with Fir

Dev

The Fir toolkit makes it possible to add reactivity to Go apps without much JavaScript knowledge or experience with complex frameworks.

Rahul Padalkar
Sep 21, 2023 ⋅ 11 min read
Migrating Ruby Projects To Go

Migrating Ruby projects to Go

Dev

Migrate your Ruby projects to Go to leverage Go’s powerful features and unlock significant improvements in performance and scalability.

Ukeje Goodness
Aug 3, 2023 ⋅ 6 min read
Comparing Elixir With Rust And Go

Comparing Elixir with Rust and Go

Dev

Compare the three programming languages Elixir, Rust, and Go across criteria such as memory usage and time in concurrency projects.

Ahmad Rosid
Jul 25, 2023 ⋅ 12 min read
Exploring Go Mocking Methods And The Gomock Framework

Exploring Go mocking methods and the GoMock framework

Dev

Testing and mocking are essential practices in software development that help ensure code reliability, stability, and correctness. The Go programming […]

Oluwatomisin Bamimore
May 18, 2023 ⋅ 5 min read
How To Implement In-Memory Caching In Go

How to implement in-memory caching in Go

Dev

Implement in-memory caching in Go using the go-cache package to increase your application’s performance.

Alexander Godwin
Apr 10, 2023 ⋅ 4 min read
How to build a blockchain with Go

How to build a blockchain with Go

Dev

This tutorial aims to teach you how blockchains work by guiding you through building one from scratch with Go.

Solomon Esenyi
Mar 30, 2023 ⋅ 6 min read
Using Go Generate To Reduce Boilerplate Code

Using go generate to reduce boilerplate code

Dev

Use the go generate command line tool to simplify code generation and improve code maintainability and reusability.

Ukeje Goodness
Mar 28, 2023 ⋅ 5 min read
Rate Limiting Go Applications

Rate limiting your Go application

Dev

Explore the fundamentals of rate limiting, different types of rate limiting algorithms, and several techniques and libraries for implementing rate limiting in Go applications.

Paul Akinyemi
Mar 20, 2023 ⋅ 7 min read
Best GUI Frameworks for Go

Best GUI frameworks for Go

Dev

This article aims to overview popular third-party GUI development packages in Go and compare each Go framework.

Solomon Esenyi
Mar 10, 2023 ⋅ 6 min read
Build An Internal Error Notification System In Go And Svelte

Build an internal error notification system in Go and Svelte

Dev

Use the Notify Go library to build an internal error notification system that sends notifications to Slack, email, etc., and logs errors.

Abiodun Solomon
Feb 17, 2023 ⋅ 5 min read