Hi there
When given the choice between being right or being kind, choose kind.
Restate - Orchestrating Long-running Third-party API Jobs with Go or Bun

An analysis of how Restate schedules long-running third-party API jobs with durable steps, timers, awakeables, and durable promises, and how Go and Bun compare in implementation and observability.
celld - Self-hosted, Distributed Durable Objects

celld brings the Cloudflare Durable Objects programming model to your own infrastructure, using V8, SQLite, LTX, and object storage to build scalable stateful services.
An enhanced version of gonew that supports customizable template replacements

I’ve been using the official gonew to create projects from templates, but there are some inconveniences—for example, project-specific configurations that need to be manually replaced every time.
Compatibility Issues Between Swoole and mDNS

Exploring why *.local domains declared in OrbStack cannot be used to access containers in Swoole projects.
Git Diff Patch

Have you ever had a pull request rejected or wanted to customize part of an open-source project’s code but didn’t want to deal with the hassle of maintaining it through future updates?
Traefik Forward Auth

Configure Forward Auth for Traefik Dashboard using Zitadel as the identity provider.
asciinema - Terminal Recording and Playback Tool

For those who frequently write technical tutorials or documentation, you can use it to record your terminal operations and integrate the recording results into your website…
Integrating API Testing with Keploy for Your Projects

Keploy is an API Testing tool based on eBPF that records API requests during development and generates test cases for replay…
Accelerating Cloud Servers with Local Intranet Proxy

Recently I found that Docker Hub, which had just recovered, is not working again, so I wondered if I could use the Expose service I had set up earlier to create a TCP Tunnel…
Local Deployment of LLM and Text Embedding Models

This article mainly uses Dify as a RAG service, with Ollama for local deployment of backend model APIs, to build your own knowledge base at zero cost…