Viewing profile — TXV
TXV
HN member- Joined
- Wed, Apr 30, 2014, 7:30 AM UTC
- HN karma
- 282
- Public activity
- 89 items
- HN profile
- View on Hacker News ↗
About TXV
Recent public activity
- story
-
story
Ask HN: Can you recommend a GraphQL server library for Go?
So far I developed my GraphQL server in Java, but it's 2 years now that every single time I try to upgrade the dependencies, I fall down a rabbit hole of mysterious errors, JDK inc…
- story
-
comment
Comment #23592280
If you were never exposed to functional programming before, learning Haskell will give you a whole new perspective on how you write code, and I bet it will make you a better progra…
- story
-
comment
Comment #23530918
Typetalk. It also has a free tier up to 10 users, that retains the most recent 10k messages.
-
story
Ask HN: Have you migrated from Go to Rust?
Our current codebase is written in Go, mostly web servers, middleware and queue workers. Some of Rust strengths (memory safety, concurrency, absence of GC) look well suited for our…
-
story
Ask HN: More about HN's mission: curiosity vs. indignation
I happened to come across a post from a moderator (-> dang) highlighting HN's mission toward intellectual curiosity. In their comment history, dang frequently (and adamantly) state…
-
comment
Comment #23286187
It seems the only jobs listed here are from Bytedance
- story
- story
- comment
- story
- story
-
comment
Comment #22765068
I write a lot of documentation. I do it not because others ask, but because I genuinely believe it is going to be helpful to someone at some point, and anticipate this need. So whe…
-
comment
Comment #22714645
Personally, I would still choose gin. Gin seems to be more straight to the point. To name one, compare goyave router.Route("PUT|PATCH", ...) with gin router.PUT() or router.PATCH()…
- story
- story
- story
-
comment
Comment #22334724
Much of these hiring practices are just a self-perpetuating narrative. Just spreading the news that interviews at your company are hard is a way to discourage unqualified candidate…
- story
- story
-
comment
Comment #21152443
what stops these people from downloading mine or anyone's resume off LinkedIn and use that for their purposes? they wouldn't even need to bother contacting me first
-
story
Ask HN: How to effectively deal with recruiters?
I'm a Golang developer based in western Europe with around 5 years professional experience. I frequently receive unsolicited messages from recruiters, mostly on Linkedin, introduci…
-
comment
Comment #21089890
As the first stage of the interview, we give a take-home test with no constraints. We just ask them to put together some code that works with one of our public APIs. I think this i…