Blaine Wordly
blainewordly.bsky.social
Blaine Wordly
@blainewordly.bsky.social
🛠 Curious builder.
⚙️ Into sync, systems, and clean architecture.
🌍 Making GoSyncKit (open source).

github.com/c0deZ3R0/go-sync-kithttps://github.com/c0deZ3R0/go-sync-kit
Anyone here have a go-to approach for handling data conflicts in distributed or offline-first systems? Always interested in seeing how people solve this.
October 7, 2025 at 10:45 AM
Fast collaboration needs reliable sync.
That’s what I’m building with go-sync-kit — humans + AI working live, without conflicts.
v0.21.1: github.com/c0deZ3R0/go-...
Release v0.21.1: Local tooling, race fix, Postgres test opt-in · c0deZ3R0/go-sync-kit
Overview Local developer tooling and quality-of-life improvements, plus a small race fix and safer metrics API. Changes Taskfile.yml with common targets: test, race, cover, plus test-no-pg and rac...
github.com
September 18, 2025 at 2:01 PM
🚀 Go Sync Kit v0.20.0 is live and the numbers are wild.

We built a complete CQRS/Event Sourcing platform in Go, and in just 2 weeks it's hit 230 clones—that's 5x the average for new Go projects!

Devs get it: offline-first + event sourcing is the future.

(1/3) 👇
August 23, 2025 at 4:11 AM
🎯 Go Sync Kit v0.16.0! 🚀

Major milestone since v0.9.0:
✨ Interface consolidation under single package
🗄️ PostgreSQL EventStore + real-time LISTEN/NOTIFY
🧠 Dynamic conflict resolution system
📊 Enterprise-grade benchmarking

github.com/c0deZ3R0/go-sync-kit #golang #distributedsystems
GitHub - c0deZ3R0/go-sync-kit
Contribute to c0deZ3R0/go-sync-kit development by creating an account on GitHub.
github.com
August 20, 2025 at 12:05 PM
🎯 Go Sync Kit v0.9.0 is live! 🔥

✨ SQLite WAL mode by default
🛡️ HTTP security hardening
📦 Auto-gzip compression
⚙️ Production-ready defaults

Perfect for offline-first apps with conflict resolution!

github.com/c0deZ3R0/go-...

#golang #offlinefirst #sqlite
Release 🚀 Go Sync Kit v0.9.0: Production-Ready SQLite & HTTP Transport Enhancements · c0deZ3R0/go-sync-kit
This release represents a significant milestone towards production readiness, featuring comprehensive SQLite and HTTP transport enhancements with improved security, performance, and reliability. 🎯 ...
github.com
August 9, 2025 at 1:31 PM
Dove into Vector Clocks today and I'm kind of amazed. The whole idea of establishing causality across distributed nodes without a central clock just clicks so perfectly.
#softwareengineering #concurrency #foundations
August 8, 2025 at 2:53 PM
🎉 go-sync-kit v0.6.0! New real-time web dashboard - a reference implementation AND foundation for building event sync systems.
- Everything working together:
- Live event sync with visual feedback
- Event terminal + version tracking
- Real-time metrics
- Full client-server setup
#golang #opensource
August 6, 2025 at 7:03 PM
Quick update on go-sync-kit! 📝

Just finished implementing a working example of offline-first synchronization between multiple clients. The demo shows:
- Automatic event generation during network outages
- Seamless sync when connection restores
#golang #distributedsystems
August 3, 2025 at 1:47 PM
Announcing my new open-source project: go-sync-kit! 🚀
It's a generic, event-driven synchronization library for Go, designed to help build offline-first applications with conflict resolution.
Check it out here:
#golang #opensource #go
July 31, 2025 at 1:47 PM
Share your favorite programming podcasts! Here are mine (in no particular order):

Python Bytes

Talk Python to Me

.NET Rocks

Syntax

Software Engineering Radio

This Day in AI

Test & Code

Hanselminutes
January 18, 2025 at 11:08 PM