Tag: go

Comparing Fiber Vs Gin For Go Web Development

Comparing Fiber vs. Gin for Go web development

Dev

Go Fiber and Gin are two popular Go frameworks that provide extensive toolkits for developing high-performance apps with modern features.

Temitope Oyedele
Jul 17, 2024 ⋅ 8 min read
Using Pocketbase To Build A Full Stack Application

Using PocketBase to build a full-stack application

Dev

PocketBase is a performant Go-based tool that comes with essential features like user auth, file uploads, access control rules, and more.

Rahul Padalkar
Jun 11, 2024 ⋅ 18 min read
The 6 Top Go Web Frameworks

The 6 top Go web frameworks

Dev

Explore the top Go frameworks to develop web applications, including Gin, Beego, and Iris, and more.

Victor Jonah
Jun 7, 2024 ⋅ 7 min read
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