Adekunle Fatundecore-architectural-components-of-azure.hashnode.dev·Jan 22, 2025Azure Cosmos DB for NoSQLWHAT IS AZURE COSMOS DB? Azure Cosmos DB is a distributed, fully managed NoSQL and relational database solution made for contemporary app development. It supports open-source databases including PostgreSQL, MongoDB, and Apache Cassandra2 and provides...#AzureCosmosDB
Obiuwevbi Gospel Jonathanelitedecode.hashnode.dev·Jan 21, 2025React Virtualization: A Developer's Guide to Optimizing Large ListsIntroduction One time as a React developer, I worked on a project that had the response of a request with over 5,000 objects in an array. I had recently started consuming APIs so I was all about calling APIs and looping the responses. I noticed a hug...5 likes·29 readsReact
Lakshay Dhoundiyallakshaydhoundiyal.hashnode.dev·Jan 17, 2025How MongoDB Helped Zepto Achieve Faster Response Times: Real World Case StudyIn the world of e-commerce, speed is everything. Zepto, a fast-growing e-commerce platform, was determined to deliver the best user experience with minimal latency and maximum scalability. Initially relying on Redis, a powerful in-memory database, Ze...41 likesdatabase comparison.
Shivam Dubeycodefarms.in·Jan 17, 2025Performance Optimization in GraphQL APIsBuilding high-performance GraphQL APIs is essential for handling complex queries and ensuring that your server remains responsive under heavy load. Performance optimization techniques such as avoiding the N+1 problem, analyzing query complexity, and ...GraphQLgraphql performance optimisation
Nitin soninitinsoni90.hashnode.dev·Jan 14, 2025Building Enterprise-Ready Node.js Application: A Complete GuideIntroduction Node.js is one of the top choices for building modern, fast, and reliable applications. But turning a simple Node.js app into a production-ready solution for large companies is not easy. It needs a strong structure, careful focus on perf...27 readsNode.js
Romman Sabbirrommansabbir.com·Jan 7, 2025Kotlin : Sequences for Efficient Data ProcessingIn Kotlin, efficiently handling collections is important when working with large datasets or performing multiple transformations. One tool Kotlin offers for these situations is sequences, which allow lazy evaluation to reduce memory usage and improve...45 readsKotlinAndroid
Ayantunji TimilehinforfreeCodeCampfreecodecamp.org·Jan 2, 2025How to Optimize Next.js Web Apps for Better PerformanceAs engineers, we often get so carried away with other aspects of development that we overlook how users perceive and interact with our applications. This oversight can result in users leaving the app almost as soon as they arrive, leading to higher b...Next.js
Onkar Karaleonkarkarale.hashnode.dev·Dec 31, 2024Mastering React Performance: A Developer's Guide to Preventing Unnecessary Re-rendersReact's virtual DOM and component-based architecture make it incredibly efficient, but without proper optimization, your application can still suffer from performance issues. Let's dive into proven strategies to eliminate unnecessary re-renders and b...2 likesReact
Darshit Anjariadarshitanjaria.hashnode.dev·Dec 28, 2024Caching 101: Unlock High-Performance Backend Systems with Redis and MemcachedIntroduction In the world of high-performance backend systems, speed and efficiency are non-negotiable. Slow response times can drive users away and strain your infrastructure. Fortunately, caching offers a proven solution to these challenges. By tem...caching
Pawan KolheforCerta's Tech Blogblog.certa.dev·Dec 26, 2024How We Reduced React App Load Time by 36%Who doesn’t love blazing fast apps? At Certa, we know our customers expect nothing less than a snappy responsive UI with minimal wait times. A slow application can leave customers feeling frustrated and not wanting to come back for more. Many blogs a...1 like·81 readsReact