This is less about it being “bad” in JavaScript, and more about it being a crutch in general, which has led to bad software architecture in other languages. These bad archite...
class Bird { fly () { } } class WaterFowl extends Bird { swim () {} } class Duck extends WaterFowl {} class MallardDuck extends Duck {} class MottledDuck extends Duck ...
https://twitter.com/ibuildthecloud/status/1144843172960325632?s=21
Fundamentally, writing software is just receiving data, manipulating it, storing it, and sending it somewhere — easy concepts that we learn in our first programming tutorials....
here's something controlversial. Everyone should work off master and commit often lol. It sounds like anathema, because Github ppularized their pull reuqest workflow, but Acc...
https://aws.amazon.com/managed-blockchain/?fbclid=IwAR1uLdSPDctLRYVUb_gOZmxT92N9G7Mbb_V675Pol7v8S0doR47aSQkH7go
https://twitter.com/neverett/status/1111680754587717632?s=21
If you were a CTO and you wanted a weekly report from your DevOps team, what should it include at the bear minimum?
does it work wit github integrations?
Can you imaging being an enterprise client like a bank and reading this in the news!?
https://twitter.com/ireaderinokun/status/1207396643978534913?s=21
Why do you need istio when your running 5 services on 3 nodes that aren't really gonna change?
Why? Why can’t js behave like every other normal language? People waste a lot of time debugging quirks like this
what do you think of terraform though?
hmm, the server should have given the client an IP address as if it were on the network and you should be able to view all resources. That's the aim. You can currently ping th...
Hmm, are you familiar with NoSQL?
you legit add maybe 3 lines to the nginx config and BOOM it works. "caddy" is easier than that?
https://www.cnbc.com/2019/12/17/google-reportedly-wants-to-be-top-two-player-in-cloud-by-2023.html?__source=twitter%7Cmain
https://twitter.com/pauldjohnston/status/1100863926219214850?s=12
Took a look at “kubernetes the hard way”; why does K8s neeed so much setup? Docker is legit one command to enter swarm node, then one command on each worker/master to join the...