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

Unlocking Observability with Metrics in GoFr

In modern software development, observability has become a cornerstone for ensuring application performance, stability, and scalability. Metrics, as a key building block of observability, provide quan...
14.04.2025 0 Read More

Crafting Testing Module: Step 3 - Testing the Testers

In my previous post, I introduced the core and affirm packages, laying the groundwork for a dependency-free Go testing module focused on readable, intuitive tests. Now, in this third installment, I’...
14.04.2025 0 Read More

Tailwind CSS with Air and GO: No Node, No Problem.

What about to avoid using NPM/Node as much as possible and do not need to managing the overwhelming number of dependencies it introduces, I did that decision to my new personal PoC. However, I still w...
14.04.2025 0 Read More

Tired of `kubectl port-forward`? Simplify Kubernetes Local Dev with kforward!

Tired of `kubectl port-forward`? Simplify Kubernetes Local Dev with kforward!
https://github.com/sanspareilsmyn/kforwardHello community! 👋If you're developing applications that interact with services running inside a Kubernetes cluster, you've probably felt the pain. Managin...
14.04.2025 0 Read More

Concurrency Synchronization Techniques in Go’s sync Package

Concurrency Synchronization Techniques in Go’s sync Package
Leapcell: The Best of Serverless Web Hosting Detailed Explanation of the sync Standard Library Package in Go Language In the concurrent programming of the Go language, the sync standard librar...
14.04.2025 0 Read More

Building a Reliable Event-Driven System with Golang and Redis Streams

Event-driven systems are widely used in modern software architecture, allowing components to communicate asynchronously. While traditional implementations often use message brokers like Kafka, Google ...
14.04.2025 0 Read More

How Go Interfaces Help Build Clean, Testable Systems

How Go Interfaces Help Build Clean, Testable Systems
Go interfaces are a fantastic way to create clean, modular, and testable code. They help you decouple components, simplify testing, and enable dependency injection without adding complexity. In this p...
14.04.2025 0 Read More

🥳 We built the cli of our dreams to send sms ❣️

🥳 We built the cli of our dreams to send sms ❣️
🤔 About the benefits of cli Since a few years now, we started to design various cli for internal batch usage, on our Java Stack on top of picocli and quarkus, delivered as images, and run ...
14.04.2025 0 Read More

Mastering Database Migrations in Go with golang-migrate and SQLite

Managing database changes is critical for any software project. This guide walks you through using golang-migrate with SQLite in Go to handle migrations cleanly and consistently. What are Data...
14.04.2025 0 Read More

2N7000: The Pocket Sorcerer of MOSFETs

2N7000: The Pocket Sorcerer of MOSFETs
In the dimly lit dungeons of Muggle electronics, where transistors duel like rival wizards and breadboards hum with untamed magic, there exists a diminutive yet formidable spellcaster—the 2N7000 MOS...
15.04.2025 0 Read More
Loading...
#reading
Congrats to the KendoReact Free Components Challenge Winners!
0
🚀 Your Daily Crypto Job Digest For 04 April!! 🚀
0
Home sweet home: some thoughts on storing files
0
Building an Intelligent AI System for Dairy Farm Management: The FarmersMilk Story
0
🚀 Your Daily Crypto Job Digest For 02 April!! 🚀
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