Viewing profile — nunjee
nunjee
HN member- Joined
- Mon, Jan 21, 2019, 8:37 AM UTC
- HN karma
- 7
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About nunjee
No profile information was provided.
Recent public activity
-
comment
Comment #19726880
happy workaday Rust hacker here. Coming from higher level languages, the semantics make much more sense to me, after a quite harsh learning curve and some un-learning. Non lexical …
-
comment
Comment #19050458
When dealing with cloud identity providers like AWS Cognito or Firebase and the likes, the option A is actually the most quick to implement. It's centralized for sure and not that …
-
comment
Comment #18958762
It happened to me to have memory leaks and eventually OOM errors using Node.js as static files server. Switched then to Nginx...