I think frontend interactivity is overrated for most websites. When I submit a form and don’t see my browser loading a new page the chance of bugs in general on that site is significantly higher.
@hurrycane 2/2 When I asked it to write a somewhat complex (or rather novel) piece of code it always failed to do so correctly and I ended up spending A LOT of time cleaning the code up compared to the time I would need to write that from ground up.
@hurrycane 1/2 The only thing I found it to be good at, is autocompleting things like `foo_x = "barX"` with `foo_y = "barY"` and `foo_z = "barZ"` or formulating some basic function/class descriptions. But these give marginal productivity boost.
Until then, keep calm and replace line 367 in file `wp-includes/Requests/src/Transport/Curl.php` with `if (!isset($headers['Connection'])) {`
https://t.co/oo2dtSeyrl
"If I just bite the bullet and learn #Kubernetes, could I self-host all that and eventually save up money?" - Best take on k8s lately.
https://t.co/z2Fcu4Uac2
@danpdev If your WordPress security approach is installing a plugin, then you are doing it wrong. Keep it simple, reduce the number of plugins/themes/dependencies on your website, and keep it up to date. Security is an ongoing effort, you can't just install a plugin and call it a day.
@thesobercoder@kelseyhightower#kubernetes is appropriate espcially for runnuning stateful containerised workload like databases. If everything you need to run are stateless services it's probably overkill.