Articles: #go

Forgejo Actions Notification Development
20th November, 2025 17min
Some stories of how I work on Forgejo. How is a Go project structured? What's the point of Forgejo's layered architecture and what's that pub-sub pattern? Additionally, I exhaustively explain how to setup a development environment for Forgejo.

The History of Forgejo's Pub-Sub Pattern
30th October, 2025 10min
I created a tool to visualize Forgejo's Pub-Sub pattern. Why not run that tool on all 24 thousand commits in Forgejo's history? What could possibly go wrong?
Talks: #go

IBM: Contributing to Forgejo
21st November, 2025
Diving deep into Go details, Forgejo's architecture and how to contribute.

IBM: inbound_parser — A Deep Dive
14th July, 2023
Diving deep into developing a mail receiving server application in Go.
Software Projects: #go

Forgejo
6th March, 2025
Self-hosted lightweight software forge. Easy to install and low maintenance.

inbound_parser
1st October, 2022
IBM: Allows possibly unknown senders to create Jira Servicedesk request, comment on them and receive any subsequent updates concerning their request.

go_pub_sub_visualizer
27th October, 2025
Visualize Pub-Sub Pattern in Go.
