Alla Yasheelacloud-z.hashnode.dev·Sep 14, 2024Azure Storage ServicesIn this post, we'll explore Azure Storage Services and different methods for storing data in the cloud. It's an easy concept once you understand the basics, so let's dive in! Understanding the What and Why When learning a new concept, it's helpful to...AzureDevOpsazure storage accounts
prabath kumarprabath.ponnala·Aug 12, 2024Most Asked Interview Questions and Answers on AWS S3 (Simple Storage Service)What is Amazon S3, and what are its main features? Amazon S3 is a scalable object storage service that allows you to store and retrieve any amount of data at any time. Its main features include data durability (99.999999999% durability), scalability,...AWS DevOps Interview Questions & Answers for FreshersAWS
Savistupidsavi.hashnode.dev·Aug 4, 2024Transactions and ACID Properties in Databases (Part 1)In the realm of database management, data integrity and consistency are paramount. Database transactions and ACID properties help us achieve this. Let's first understand what a transaction is, and then we will explore ACID properties. What is a Trans...ACID Properties
Yuval Aloniyuval.hashnode.dev·Jul 20, 2024Databases: The Battle for ACIDIntroduction If you've ever dealt with ANY database system you probably encountered the ACID acronym. Let's briefly go over each of the principles it describes: A for Atomicity The concept of treating something (a block of data operations in our cont...3 likes·112 readsDatabases
Jawad Rahimjawaddev.hashnode.dev·Mar 18, 2024How To Build Highly Available Backend App - The Big Book of Backend Engineering | Part - 2I was faced with an issue when one of our core service was not scaling well. This cronjob was responsible for communicating with multiple modules (services) to gather necessary data, combine it, and save to the database. Data includes company data, f...35 readsbackend