Agenvoy@v0.17.0: Easily view your records, more invocation methods
repo: pardnchiu/Agenvoy Agenvoy is inspired by OpenClaw, built on a Go-based architecture with multi-provider intelligent dispatch and a security
Curated development tutorials from top sources. Filter by language.
repo: pardnchiu/Agenvoy Agenvoy is inspired by OpenClaw, built on a Go-based architecture with multi-provider intelligent dispatch and a security
Some tools you build because you need them. Some tools you build because they need to exist. ForgeCommander is both. What it is A te
I built an open-source post-quantum cryptography scanner called pqscan and decided to run a full scan against google.com. The results were surprising.
Introduction: The Need for Speed in DSL Execution In the realm of domain-specific languages (DSLs), particularly those designed for busin
I debug microservice logs daily and kept running into the same gaps with existing tools — hl, humanlog, lnav all pretty-print JSON well but none of th
What is Wails? Wails lets you build desktop applications using Go for the backend and any web framework for the frontend. Think Electron, b
Go developers: you don't need Electron. Wails gives you desktop apps with Go backend + web frontend, no Chromium bundled. What is Wails? W
Go developers: you don't need Electron. Wails gives you desktop apps with Go backend + web frontend, no Chromium bundled. What is Wails? W
Ritual Protocol: a key as an action, not an object Every secret storage system is only as secure as the storage itself. Someone steals your
Wails lets you build desktop applications using Go and web technologies. Unlike Electron, it uses the native webview and produces tiny binaries. Think
Your side project needs search. You looked at Elasticsearch — minimum 2GB RAM, Java dependency, complex cluster setup. You looked at Algolia — $1/1000
A developer at a mid-sized startup spent three weekends wrestling with Elasticsearch. The cluster kept crashing. The memory kept spiking to 8GB. The o
Terminal apps do not have to look like it is 1985. Bubbletea brings the Elm architecture to Go terminal applications — build interactive, beautiful TU
Most load testing tools simulate virtual users. Vegeta is different — it sends requests at a constant rate, which gives you much more accurate perform
gRPC is great for backend-to-backend. But in browsers? You need grpc-web, Envoy proxy, and prayers. Connect-RPC just works. What Is Connect-
Protobuf is powerful but painful. protoc plugins, code generation configs, import path hell — Buf fixes all of it. What Is Buf? Buf is a s
RabbitMQ needs Erlang. Kafka needs Java and ZooKeeper. NATS needs... nothing. A single 15MB binary handles pub/sub, request-reply, streaming, and key-
Your Kubernetes YAML has 200 lines. Line 147 has a typo. You won't find it until the deploy fails at 2 AM. CUE finds it at write time. What
Electron uses JavaScript for everything. Tauri uses Rust. Wails uses Go — and if you're a Go developer, it's the obvious choice. What Is Wai
What if your backend framework could look at your code and automatically provision databases, pub/sub, cron jobs, and API gateways? What Is