Skip to content
View glossd's full-sized avatar

Organizations

@pokerblow

Block or report glossd

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
glossd/README.md

Hi 👋

I'm a Golang developer who migrated from Java. I used to love Java, but the only thing I miss from it is Spring Data. Go feels amazing and I've been happy writing Go code since 2020.

Key Go advantages over Java:

  1. The compilation is blazingly fast. I don't have to waste time waiting for tests to start.
  2. Java is the land of patterns and architectures. Everything is abstracted from you whereas Go's mindset embraces simplicity and "nakedness", making you understand your tools better.
  3. With the goal of simplicity, Go is dumb-easy to write!
  4. Thanks to Go being compiled into an executable binary, it consumes little and is much cheaper to run in the cloud!
  5. Go is closer to C than Java, allowing you to write low-level tools.
  6. Built-in packaging (Go doesn't need to build packages!), built-in concurrency (look into channels), built-in testing and so many right decisions (modular folders, first-class functions, implicit interfaces and so on and so on)

My StackOverflow: dennis-gloss
My poker: PokerGloss.com (code source)

Pinned Loading

  1. btc btc Public

    Send bitcoins with GoLang.

    Go 4 1

  2. fetch fetch Public

    Go HTTP client. Inspired by the simplicity of axios and JSON handling in JS. Improved with generics.

    Go

  3. pokergloss pokergloss Public

    Back-end of PokerGloss.com

    Go

  4. yetis yetis Public

    WIP Kubernetes for linux processes

    Go