Viewing profile — martinlev
martinlev
HN member- Joined
- Sat, Jul 01, 2017, 3:12 PM UTC
- HN karma
- 31
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About martinlev
No profile information was provided.
Recent public activity
- story
- story
-
story
Show HN: Mini_KV – minimalist in-memory key-value store
This is a TCP-based key-value server supporting a minimal set of operations. Mostly did it in order to start learning golang - nothing too serious here :-). Feel free to comment if…
- story
- story
- story
-
comment
Comment #35851804
hey I wasn't aware of this project - definitely looks interesting with significant number of features+plugins. In my case I wanted something fairly simple which I can setup on a pe…
- story
- story
-
comment
Comment #20927351
I agree, but from my observation bad code is more significantly more widespread in Node. The tooling is just incomplete by default, you have to setup yourself. Further the projects…
-
comment
Comment #20927326
I believe for small projects it can be interesting, you can have an instance up using 50 MB ram. Also the language is widely used. JS is used in the frontend so they believe it's g…
-
comment
Comment #20923149
Definitely agree with this. I have been switching from developing in ruby into Node 2 years ago as I thought this was "the new thing" for web apps. Now I just want to move away fro…
-
comment
Comment #20691804
I also don't get the advantage compared to having, let's say favorites in your browser, or use some browser plugins to augment it. What if there is this new community site? You nee…
-
comment
Comment #18908853
It's pretty much sum up in this keynote (The Next Five Years of Elixir) https://www.youtube.com/watch?v=suOzNeMJXl0
-
comment
Comment #18566722
The fact that it didn't have an official package manager from day 1 is a big issue to me. All other new languages have an officiel package manager - elixir, rust, ... https://githu…
-
comment
Comment #16751129
I used rails about 3 years with multiple versions, and recently started to work on Node.js. Typically pure express-based websites tend to become quite messy, at least the projects …