© 2022 Hashnode
#scalability
This is a part of the series of blog posts related to Artificial Intelligence Implementation. If you are interested in the background of the story or how it goes: https://gist.github.com/kagermanov27/…
Scalable tech sounds SCALABLE but what makes scalability important??? Remember - we cannot build scalable tech in a jiffy. We all know it is important to ship fast features when a product needs to thrive and live up to the expectations of u…
Welcome again to the second part of chapter 7 in Designing Data-Intensive Applications where we discuss isolation levels and different problems that can occur and their possible solutions. Transaction…
All the talk in the Ethereum community these days is about the merge. It's the most anticipated protocol upgrade and will be a critical event in crypto history. Nevertheless, core developers are alrea…
Many users of cloud services like AWS often complain that the abundance and complexity of features creates a steep learning curve for cloud application deployment. Heroku is a Platform as a Service (…
Blockchain is a network that was developed for interactions between participants without the need for any central authority. The nodes participating in the blockchain network have equal rights and it …
Almost one and half year ago, I wrote “Building GraphQL API with Nodejs, TypeGraphQL , Typegoose and Troubleshooting common challenges” which covers building a GraphQL API and facing most common chall…
Hello guys, today's article is going to be about chapter 7 from the book 'Designing Data-Intensive Applications' by the brilliant Martin Kleppmann. This chapter talks about transactions in a database,…
In this exercise, we will show how to configure horizontal scaling for an appService in Azure 1) We go to the Horizontal Scaling option in our AppService 2) add a name to this custom autoscaling, and…