DCDivesh Chandoliaindchandolia.hashnode.dev·Jun 18, 2025 · 1 min readHow to improve API performance1. Use Pagination Break large result sets into smaller pages to send only what's needed. This speeds up response times and improves the user experience. 2. Enable Async Logging Instead of writing logs to disk immediately, send them to a fast memory b...00
DCDivesh Chandoliaindchandolia.hashnode.dev·Jan 23, 2024 · 2 min readBenefits of cloud computingTrade upfront expense for variable expense Upfront expense refers to data centers, physical servers, and other resources that you would need to invest in before using them. Variable expense means you only pay for computing resources you consume inste...01D