Viewing profile — Rowern
Rowern
HN member- Joined
- Tue, Feb 20, 2018, 8:28 AM UTC
- HN karma
- 63
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About Rowern
* DevOps tools (CI, k8s, terraform...)
* AWS
* Architecture
My blog: https://zerotoprod.com/
Recent public activity
-
comment
Comment #36615550
For anyone clicking on this for the title; please note that this blog post is pushing hard for the author coaching service. Some may even call this a disguised ad...
-
comment
Comment #32910999
Let's save someone a click: this is an empty shell of a blog post. Not really actionnable and only saying that's hard to secure Kubernetes clusters.
-
comment
Comment #32013793
Be really careful with this kind of emailing flow. We were booted off 2 mains email provider because our B2B apps allowed people to send invitation to their colleagues... I'm think…
-
comment
Comment #30301430
I would expand your point to add that another missing key part of dev on big distributed platform is being able to run parts of the system locally. For some shop it is a lot harder…
-
comment
Comment #30113055
I won't try to do a TL;DR, but from reading the full article, it seems like he is doing kind of fine right now. He is still sick but he is currently writing a thesis. The article h…
-
comment
Comment #30076552
The issue here is that if you're running in the JS ecosystem you'll definitely want to use other people code (npm package or internal lib), if the subset breaks JS compatibility th…
-
comment
Comment #30069982
Looks awesome, bravo to you/the team behind it!
-
comment
Comment #26012016
If anyone is looking for a simple way to speedup TS compilation for a big project, we use incremental compilation [1]. It does work pretty well, with some caveats when changing bet…
-
comment
Comment #24788563
Having worked with Terraform for 3 years, I totally agree! Hashicorp should put more money into promoting "healthy" terraform tutorials based on real world usage (maybe split for s…
-
comment
Comment #22073521
This looks pretty interesting! If anyone is looking for a tool to build a full fledge Back Office I warmly recommend react-admin ( https://github.com/marmelab/react-admin/ ). Been …
-
comment
Comment #21835239
So much this.
-
comment
Comment #21069934
It looks really beautiful. Well done! We use react-admin ( https://github.com/marmelab/react-admin/ ) and it was a total life saver to create a backoffice for our app in less than …
-
comment
Comment #19378078
You should probably just say its a tutorial on how to install a PWA (i.e. how to click on the install button).
-
comment
Comment #18066594
This issue is from 2016...
-
comment
Comment #17985568
Traefik is really cool for most usage, I tried to used it in production and here are some of the shortcoming I found (the 2 first issues are on github): - If you use DNS for a blue…
-
comment
Comment #17977023
My company has 2 big projects running on HHVM. Most of the library we used to start our projects (symfony, mongodb to name the biggest) dropped the HHVM compatibility in the middle…
-
comment
Comment #17903272
I've been working with gitlab CI for the last year. Here are some of my feedbacks: - 6 months ago we seriously considered moving away because it was really unstable (even when runn…
-
comment
Comment #16686454
So I am not the only one to have a slow eployment because re-building AMI and re-provisioning everything takes quite some times. I also had a difficult time to explain that a prod …