TXV

↗ HN profile [ 1526 ms ] full profile
Karma
282
Created
April 30, 2014 (12y ago)
Submissions
0
Full stack engineer working mainly with Go and Typescript.
  1. 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 incompatibilities and inscrutable stack…

  2. 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 problem domain. We currently have the…

  3. 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) states that repetition and indignation are…

  4. 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, introducing this and that amazing job…

  5. With the release of Go 1.13, I've recently started digging into Go modules in order to upgrade my code base. After a whole day of reading and researching, I'm still baffled by some of the features. In particular, I find…

  6. An Exercise Program for the Fat Web (blog.codinghorror.com)
  7. I need to develop some small frontend for internal use at my company and I have absolute freedom over the tech stack. I decided to take this opportunity to learn Elixir. The requirements of this project are very simple.…

  8. I plan to go back to job hunting and I'd like to brush up algorithms, data structures and other CS theory that typically comes up during the technical interview. What websites do you recommend? (I'm going to apply…

  9. I need to prototype a bunch of web pages quickly. Actual minimally interactive web pages with decent layouts where I can wedge some JS in, but I don't want to waste time cooking HTML and CSS stuff. Thanks