#cloud
Read more stories on Hashnode
Articles with this tag
With testing! · First off let's define what zero-downtime deployments are. I'll define it as follows zero downtime deployments = having no additional...
And why it might suck · I'm specifically referring to something like gitpod.io or github codespaces, and for this article will use the term cloud env to...
1 - Stateless services Stateless services are trivial to scale compared to stateful services. Be mindful of where you persist state and why. To...