Modernising the Live Countdown Telegram Bot2026-8-8·Updated: 2026-8-12·1584 words·8 minsWhy I migrated the live countdown Telegram bot from pyrogram to python-telegram-bot, and the fixes that came out of it.
BuilderGen2024-8-11·237 words·2 minsBuilderGen is a code generation tool to generate builders for structs
Mermaid CLI: A Command line tool for compiling mermaid diagrams2024-8-5·Updated: 2024-8-11·116 words·1 minA Side project to precompile mermaid using a command line tool to SVG/PDF/PNG
Typescript HTTP Server2024-5-25·Updated: 2024-5-26·113 words·1 minThis is a project to create a HTTP Server using pure TypeScript.
Go Zod2024-3-30·Updated: 2024-4-4·49 words·1 minA pure Go Zed validation library for validating Go code
Github Cronjob Example2024-3-16·Updated: 2024-4-4·36 words·1 minAn example project to demonstrate the use of Github Actions to run a cronjob
Go Validate2023-11-4·Updated: 2023-11-12·539 words·3 minsMaking a validation function in golang from scratch
Go Shell from code crafters2023-7-13·Updated: 2024-7-13·102 words·1 minMaking a working shell in golang from code crafters