blog bg

Published on April 29, 2025

Create a Scalable URL Shortener with Go

We have all seen those shorten links on social media or in marketing efforts wit...

Read more...

76 Views

blog bg

Published on April 15, 2025

Building a Simple Web Server in Go: A Beginner's Guide

Have you ever thought about how websites really work? When I first started to be...

Read more...

140 Views

blog bg

Published on March 27, 2025

Go-Deepseek: A Powerful and Simple Go Client for DeepSeek API

When we started using DeepSeek AI models in Go, we predicted a simple, dedicated...

Read more...

156 Views

blog bg

Published on March 11, 2025

DeepSeek API Proxy Made Easy: Setup, Fine-Tuning & Optimization

Ever wanted to make use of DeepSeek, OpenRouter, or Ollama's robust language mod...

Read more...

189 Views

blog bg

Published on March 08, 2025

Implementing a Consensus Algorithm in Go: Proof of Stake (PoS)

How can cryptocurrencies like Ethereum be safe without using much resources? One...

Read more...

174 Views

blog bg

Published on January 08, 2025

Creating Plugins in Go with the plugin Package

Have you wished to design a flexible app without affecting its essential functio...

Read more...

234 Views

blog bg

Published on January 06, 2025

Advanced Caching Techniques in Go with Redis

Tired of sluggish apps and excessive latency? With Redis, the world's most popul...

Read more...

230 Views

blog bg

Published on January 02, 2025

Custom Generics in Go 1.18+: Building Type-safe Data Structures

Do you ever write numerous data structures for distinct types? Your situation is...

Read more...

211 Views

blog bg

Published on December 31, 2024

Asynchronous Programming with Worker Pools in Go

Have you ever had to multitask without overloading your system? Although Go's go...

Read more...

396 Views

blog bg

Published on December 27, 2024

Building Secure Authentication with JWT in Go

Tired of handling user sessions and storing credentials in your app? Secure user...

Read more...

226 Views