Live data from Hacker News

Viewing profile — TXV

TXV

HN member
Joined
Wed, Apr 30, 2014, 7:30 AM UTC
HN karma
282
Public activity
89 items

About TXV

Full stack engineer working mainly with Go and Typescript.

Recent public activity

  1. story
  2. 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…

  3. story
  4. 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…

  5. story
  6. comment
    Comment #23530918

    Typetalk. It also has a free tier up to 10 users, that retains the most recent 10k messages.

  7. 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…

  8. 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…

  9. comment
    Comment #23286187

    It seems the only jobs listed here are from Bytedance

  10. story
  11. story
  12. comment
  13. story
  14. story
  15. 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…

  16. 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()…

  17. story
  18. story
  19. story
  20. 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…

  21. story
  22. story
  23. 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

  24. 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…

  25. 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…