Logo
Login
Tech Posts 31195
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

Intermediate Go Tutorial: Building Your Own Redis

This tutorial will guide you through building your own Redis-like in-memory cache system using Go. By the end of this tutorial, you'll have a functional cache that supports basic operations such as se...
01.04.2025 0 Read More

Setting Up a Go Application with Kafka in a DevContainer

Setting Up a Go Application with Kafka in a DevContainer
The Pain of Setting Up Development Environments How much time have you lost configuring your environment to run multiple applications at the same time? Maybe an hour? Or even a whole month? T...
01.04.2025 0 Read More

Learning Go Concurrency Through a Thread-Safe Map Implementation

Learning Go Concurrency Through a Thread-Safe Map Implementation
Hi there! I'm Shrijith Venkatrama, founder of Hexmos. Right now, I’m building LiveAPI, a tool that makes generating API docs from your code ridiculously easy.Today we're going to learn some cool Go ...
01.04.2025 0 Read More

How Unicorn Scale Company Detect Millions of Violated Ecommerce Product Everyday

How Unicorn Scale Company Detect Millions of Violated Ecommerce Product Everyday
Cover Photo by James Lee on UnsplashAt Unicorn Scale Company, ensuring compliance with marketplace policies is a critical challenge. Sellers often attempt to upload prohibited items like drugs, animal...
02.04.2025 0 Read More

Build a MCP server using Go to connect AI agents with databases

Build a MCP server using Go to connect AI agents with databases
Like many of you, I have been playing around with Model Context Protocol (MCP). To dive in, I built a sample MCP server implementation for Azure Cosmos DB with Go. It uses the Go SDK, and mcp-go as th...
02.04.2025 0 Read More

Concurrency Done Right: Go’s Condition Variables

Hi there! I'm Shrijith Venkatrama, founder of Hexmos. Right now, I’m building LiveAPI, a tool that makes generating API docs from your code ridiculously easy.In Go concurrency, goroutines often need...
02.04.2025 0 Read More

"Our GPUs Are Melting": Building a Real-Time Streaming System with Go and Redpanda Ghibli Style

"Our GPUs Are Melting": Building a Real-Time Streaming System with Go and Redpanda Ghibli Style
Introduction In the world of AI research and development, computational resources are pushed to their limits. This fact was humorously highlighted by OpenAI CEO Sam Altman's memorable tweet: ...
02.04.2025 0 Read More

Time Durations and Calculations in Go 3/10

The time.Duration Type and How It Works When working with time intervals in Go, understanding the time.Duration type is essential for writing precise, reliable code. Unlike many other languag...
02.04.2025 0 Read More

Managing Concurrent Sets in Go: A Deep Dive into GoFrame's gset

Managing Concurrent Sets in Go: A Deep Dive into GoFrame's gset Hey there, fellow Gophers! 👋 Ever found yourself juggling concurrent access to sets in Go? You know, those tricky situations...
02.04.2025 0 Read More

Taming the Concurrency Beast: A Guide to Go's Goroutines and Channels 🐹💪

Taming the Concurrency Beast: A Guide to Go's Goroutines and Channels 🐹💪
Introduction Remember when adding concurrency to your code meant choosing between anxiety attacks and caffeine addiction? After 20+ years in the IT trenches, I can assure you that Go's approa...
03.04.2025 0 Read More
Loading...
#reading
Mastering Blazor Component Communication: EventCallback, CascadingParameter, and @ref Explained
0
6 Must-Know Benefits of Next.js for Modern Web Apps
0
Tutorial: Deploying a User-Authenticated Streamlit App in Just 5 Minutes.
0
Covariance and Correlation
0
150+ DevOps Interview Questions with expert tips
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
What is Model Context Protocol (MCP): Explained in detail
0
Beginner's Guide to the Model Context Protocol (MCP)
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
How to Run DeepSeek Locally Using Ollama
0