Tag: go

  1. Building a Time Tracker in Zig Instead of Go

    Thyme proved that automatic time tracking works as a CLI. Turning it into a native Linux desktop app pushed the project out of Go and into Zig.

  2. Rebuilding Lloyd Logs as a Go Markdown Site

    Replacing a static Hugo setup with a small Go server, Markdown content, Docker deployment, and an Obsidian-friendly publishing workflow.

  3. Idempotent ERPNext Seed Data for a Real SaaS Business

    A repeatable ERPNext seed-data workflow for business objects like plans, cost centers, issue types, and onboarding tasks without faking customers or invoices.

  4. Integrating ERPNext Helpdesk Into a Multi-Tenant SaaS Without Leaking Tenant Data

    A support gateway pattern that keeps tenant data separate while a SaaS app talks to ERPNext Helpdesk in a controlled, auditable way.

  5. Building a Payments Integration Layer That Keeps Venue Owners in Control

    A payments layer that keeps venues in control of payouts, refunds, and fees while the SaaS platform stays out of the funds flow.

  6. Moving Business Logic Out of the Browser in a React and Go SaaS

    A boundary-focused rewrite that moved trusted business decisions out of React and into Go services so the browser handled presentation, not authority.