SGShiva gudimallainshivagudimalla.hashnode.dev·Aug 29, 2023 · 2 min readCosmos OptimisationIssue related to OFFSET and LIMIT in Cosmos When we use offset and limit, RU increases significantly. Higher in the page count you go we can see peak in RU units. Example for a page size of 100 items: Page 1: 9.78 RU Page 10: 37.28 RU Page 100: 312.2...00
SGShiva gudimallainshivagudimalla.hashnode.dev·Apr 19, 2023 · 1 min readHow to choose Azure serviceAzure is a cloud platform and an online portal that allows you to access and manage cloud services and resources provided by Microsoft. These services and resources include storing and transforming your data, depending on your requirements. To access...00
SGShiva gudimallainshivagudimalla.hashnode.dev·Apr 17, 2023 · 1 min readWhen to use which design patternIn software engineering, a design pattern is a general repeatable solution to a commonly occurring problem in software design. A design pattern isn't a finished design that can be transformed directly into code. It is a description or template for ho...00
SGShiva gudimallainshivagudimalla.hashnode.dev·Jun 21, 2022 · 2 min readBitbucket pipeline for deploying Lambda using serverlessIn this article, we are talking about AWS lambda functions deployment with Bitbucket Pipelines. Serverless computing has gained popularity in the last few years primarily because it supports both ease of development and high scalability. Serverless f...01S
SGShiva gudimallainshivagudimalla.hashnode.dev·Jun 21, 2022 · 3 min readBuilding AWS Lambda Function using bitbucket pipelineIn this article, we are discussing AWS lambda functions build with Bitbucket Pipelines. Bitbucket Pipelines: Bitbucket Pipelines is an integrated CI/CD service, built into Bitbucket. It allows you to automatically build, test and even deploy your co...00