Between July 2 and August 14, 2026, I published 28 technical and practical books on Kindle Direct Publishing (KDP) — totaling 354 chapters and 3,259 sections. The work behind this…
28 Books in Six Weeks with AsciiDoc and AI Agents


Between July 2 and August 14, 2026, I published 28 technical and practical books on Kindle Direct Publishing (KDP) — totaling 354 chapters and 3,259 sections. The work behind this…

go-job makes it easy to run background jobs either on a schedule or asynchronously within your Go applications. It provides a clean, straightforward API, supports parallel execution, and offers the…

go-authenticator is an open-source framework designed to simplify user authentication in Go applications. It supports various authentication methods, including: User Authentication with username and password SASL Authentication for secure, extensible…

I am pleased to to introduce go-mysql, a major update to the lightweight framework for building MySQL-compatible servers in Go. This release marks a significant step forward, offering enhanced independence,…

In the last issue [31], we implemented the same application in Go, Rust, and C (+ Python) and evaluated the implementation efficiency and speed with each language. In this article,…

I have released a new open-source frameworks: go-sasl. Simple Authentication and Security Layer (SASL) is a framework for authentication and data security in Internet protocols. It decouples authentication mechanisms from…

I am thrilled to announce the release of PuzzleDB version 1.0! 🎉 This version brings a significant update – support for the PostgreSQL protocol. This enhancement broadens the versatility and…

I have released a new open source framework, go-postgresql. The go-postgresql is a database framework for implementing a postgresql-compatible server using Go easily. The go-postgresql handles PostgreSQL protocol and interprets…

Rust is a language designed to be both secure and fast [1], and in recent years, it has been expected to make further strides as a professional language employed in…

I have released a new open-source database framework called PuzzleDB today. PuzzleDB aims to be a high-performance, distributed, cloud-native, multi-API, multi-model database. The Technology Preview version is developed in the…