Viewing profile — hrcxxx
hrcxxx
HN member- Joined
- Sun, Jun 24, 2018, 11:48 PM UTC
- HN karma
- 5
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About hrcxxx
No profile information was provided.
Recent public activity
-
comment
Comment #23810390
Paywall. Not cool.
-
comment
Comment #17924554
If you are developing with docker, you should use mac or linux anyway. Windows is for Office tools and watching movies.
-
comment
Comment #17887288
Can you easly switch between different keyboard layout e.g. latin, cyrilic, dvorak .etc. That would be a huge plus.
-
comment
Comment #17859314
Also choosing the right node module for the job can be hard. There are often 4-5 modules doing the same thing, all of them claiming to be the best, yet most of them not being that …
-
comment
Comment #17859246
Docker is the answer. Hire a separate production engineer to handle docker if your devs are not interested in ops.
-
comment
Comment #17859207
I find sequelize really cumbersome and syntactically ugly. I would recommend typeorm or maybe loopback (haven't tried loopback though)
-
comment
Comment #17859057
Maybe it is just me. I always had a feeling that Cli tools written in ruby were slow ...
-
comment
Comment #17851021
Oh-my-zsh + iterm2 is the best combination out there imho
-
comment
Comment #17787995
DevOps engineer will configure docker\tls\nginx and all that stuff
-
comment
Comment #17445889
Yes, but kubuntu is .deb based and not .rpm based.
-
comment
Comment #17438450
This looks pretty cool. Would this be a good choice for running a personal VPN?
-
comment
Comment #17396986
With docker you can adhere to the "Build once, deploy anywhere" philosophy.
-
comment
Comment #17396946
Yes, but if you build the image and push it to a repository, everybody working on it can pull it and run it.