Rowern
- Karma
- 61
- Created
- February 20, 2018 (8y ago)
- Submissions
- 0
Interests:
* DevOps tools (CI, k8s, terraform...)
* AWS
* Architecture
My blog: https://zerotoprod.com/
* DevOps tools (CI, k8s, terraform...)
* AWS
* Architecture
My blog: https://zerotoprod.com/
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...
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.
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 thinking that big email providers (like…
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 than a simple docker-compose (think of…
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 has a really positive vibe to it even…
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 then you can break a significant amount…
Looks awesome, bravo to you/the team behind it!
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 between refactoring branches ;) [1]…
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 small/medium/large orgs) My first setup…
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 using it for a year now and we went from…
So much this.
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 2 weeks. Hope this takes off and you can…
You should probably just say its a tutorial on how to install a PWA (i.e. how to click on the install button).
This issue is from 2016...
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-green deployment, traefik does not…
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 of development, I can tell you this…
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 running on private runners) but now its a…
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 deploy of 30min (image creation, deploy…