Skip to content
View wayzzoo's full-sized avatar
💭
<3 GO
💭
<3 GO

Block or report wayzzoo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
wayzzoo/README.md
wayzzoo — Go backend developer

Telegram   LinkedIn   Repositories


about

I'm Alex, a backend developer working primarily with Go.

I build APIs, background workers and infrastructure-oriented services with a focus on clear boundaries, predictable behaviour and maintainable code.

I enjoy working with concurrency, PostgreSQL, message queues, networking and production-oriented testing.

writing backend code and fixing what I broke yesterday.


currently building

A production-oriented uptime monitoring platform written in Go.

Pulsewarden is designed to monitor HTTP endpoints, APIs and network services using separate API and worker processes.

Current foundation:

  • API and background worker applications
  • PostgreSQL repository layer
  • Use-case oriented architecture
  • Structured logging and request IDs
  • Health and readiness endpoints
  • Graceful shutdown
  • Unit and integration tests
  • Race detector and static analysis checks

Current focus: monitor scheduling and check execution.

stack

Go

PostgreSQL

REST

Background Workers

Integration Tests

Docker


tools I work with

Go PostgreSQL Redis RabbitMQ

Kafka Docker Linux gRPC


engineering interests

Go services concurrency background workers message queues networking PostgreSQL observability integration testing


how I approach backend development

func buildService() {
    keepInterfacesSmall()
    makeDependenciesExplicit()
    handleShutdownGracefully()
    testBehaviourNotImplementation()
    avoidLeakingGoroutines()
}

selected work

Uptime monitoring platform with separate API and worker services.

Go · PostgreSQL · Monitoring

open repository →

more projects

Backend, distributed systems and network programming experiments.

Go · Infrastructure · Networking

view repositories →


contact

Open to remote Go backend opportunities and meaningful open-source collaborations.

Message me on Telegram


wayzzoo · Go backend developer

Pinned Loading

  1. vessel vessel Public

    Go 6

  2. catalyze-releases catalyze-releases Public

    Binary releases for catalyze

    3

  3. pulsewarden pulsewarden Public

    Go