Simple Domain Monitor
Project Overview:
This is a very simple domain monitor that checks the certifciate status of a domain. It was made while learning Go because I’d heard a lot about how powerful the standard library is.
The standard library is indeed powerful.
Project Link: Domain-Monitor
Objectives
- Find a way to check a domain’s certifciate status.
- Add a simple UI for the domain monitor.
Technology Stack
- Frontend: DaisyUI and HTMX.
- Backend: Go.
Outcome
I ended up learning how powerful the standard library of Go is while also picking up a new skill.