oomathias
- Karma
- 2
- Created
- September 13, 2013 (12y ago)
- Submissions
- 0
Let’s create epic things that your users will love.
https://m7b.io
my public key: https://keybase.io/m7b; my proof: https://keybase.io/m7b/sigs/5VrU0FMiM7MsM6uXvqM4EBt07IEanPQvTPMx_LCrid4
Thanks, I didn't know about this. Indeed nothing is failproof.
@keithba I have build a - private - GitHub action around https://github.com/sbdchd/squawk - for Postgres - that lints all our migrations files on each PR. The action extract raw SQL from the codebase and pass them into…
Well, if your app cannot use multi-core this is what you get. SSD and memory perf are below too. Since SSD are not local it makes sense.
I made the same benchmark: https://gist.github.com/oomathias/175c737c33a1254a28bb4e81e1... I use Scaleway too but it's different, you have more ram, space, traffic but the perf are not comparable to Linode/DO.
https://gist.github.com/oomathias/175c737c33a1254a28bb4e81e1...
You could also consider Scaleway. 3€ 2 x86 64bit Cores 2GB memory 50GB SSD 200Mbit/s Unmetered 6€ 4 x86 64bit Cores 4GB memory 100GB SSD 200Mbit/s Unmetered Gist with the same benchmarks:…
Every day. Every night prior going to bed, I read and learn something new. I try to read at least a book per week. During my work, I always try to find the best solution to every problem I encounter. By doing this, I…
The code should be self-explanatory for a developer, if not add documentation inside the code. I like to document anything the client will have at some point to touch. Deployment and configuration must be documented.…