the-smug-one

↗ HN profile [ 79.3 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. A lot of code I've written for products is based around pushing data around. For example: 0. Parse native datastructure into JSON 1. Make HTTP request with that JSON 2. Parse JSON from response into native datastructure…