Logo
Login
Tech Posts 31214
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.

Deep Dive into GoFrame's gtree - A High-Performance Tree Data Structure

Introduction Hey there, Go developers! 👋 Today, we're going to explore one of the most powerful yet underappreciated components of the GoFrame framework - the gtree module. If you've been ...
27.04.2025 0 Read More

A Pitfall: Child Goroutines Causing Service Crashes

Background Recently, during microservice development, I encountered a very dangerous issue. We were using the echo framework, and in a handler, we launched a goroutine via errgroup. However, ...
27.04.2025 0 Read More

Why Go's Generics Might Be Worse Than No Generics at All

Why Go's Generics Might Be Worse Than No Generics at All
Leapcell: The Best of Serverless Web Hosting In-depth Analysis of Go Language Generics: Principles, Applications, and Cross-language Comparisons I. Basic Principles of Go Generics ...
27.04.2025 0 Read More

Practical Ways to Generate PDFs in Go: Libraries, LaTeX, Pandoc, Chrome

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.PDF generation isn't a one-size-fits-all...
27.04.2025 0 Read More

Mindfck Devlog 2: Memory Handling, Variables, and Flow Control in Brainfuck

Originally posted on My Personal Blog This is a follow-up to Part 1. In the last post, I covered the basics of how brainfuck works and how certain algorithms can help build a language that compiles ...
27.04.2025 0 Read More

Go for Sort: Part 1 - Exploring the Fundamentals and Implementing Insertion Sort

Hello! Welcome to this post where we'll explore the fascinating world of sorting algorithms. As a follow-up to my previous post on search algorithms, particularly binary search, it's crucial to unders...
28.04.2025 0 Read More

Go Concurrency: The Full Guide to Goroutines and Beyond

Go Concurrency: The Full Guide to Goroutines and Beyond
"Concurrency is not parallelism... but also kinda is if you squint hard enough." Let’s be real — if you're here, you're probably either: Building your first Go app and just saw the word goroutine...
28.04.2025 0 Read More

Gin: The Go Web Framework That Will Blow Your Mind!

Quick Summary: 📝 Gin is a high-performance HTTP web framework written in Go, designed for building fast and efficient web applications. It features a Martini-like API with significantly im...
28.04.2025 0 Read More

Thankful welcome from the.groov@gmail.com

I thank you all for allowing me to be a part of the community. I hope I'm able to provide incite and thought provoking requests. I know that I will learn the same from you all. ...
28.04.2025 0 Read More

🚀 TypeScript Just Got 10x Faster — But Not How You Think

About a month or so ago, Microsoft dropped some big news: they are rewriting the TypeScript compiler in Go, moving away from JavaScript. What really caught everyone’s attention was the bold claim th...
28.04.2025 0 Read More
Loading...
#reading
Construyendo un sistema RAG para búsqueda y análisis de contenido de video
0
Backend'in Gizli Kahramanları
0
Blockchain Project Funding and DAO Governance: Pioneering the Future of Digital Ecosystems
0
I love slots, do you ?
0
🚀 HOLI CELEBRATION GIVEAWAY! 🎨🔥
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