Sajal Batrasajalbatra.hashnode.dev·9 hours agoCaching Decoded1. Understanding Caching What is Caching? Caching is a performance optimization technique that stores frequently accessed data in a fast-access memory layer, reducing database load and improving application response times. It acts as a temporary data...5 likes·42 readsRedis
Theodora Gyambrahtheody.hashnode.dev·14 hours agoLet's Talk CompilersIntroduction In modern software development, creating efficient, optimised code is crucial for building fast, scalable applications. To achieve this, developers rely on a variety of tools that help transform and optimise code before it reaches the br...2 likesProgramming Blogs
Neeraj bhatttanstack-explained.hashnode.dev·Jan 22, 2025Getting started with TanStackLet start with - What is TanStack Query? Tanstack also know as react query, is a modern library for managing server state in your react/Next js applications. It really shines for its simplification of data fetching , caching, synchronization, and upd...5 likes·26 readsReact
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·27 readsReact
Platwoindiegamescreation.hashnode.dev·Jan 21, 2025Fitting Multiple Cameras into a FrameThis post is going to be a spiritual successor to my first ever blog post, which was on how I have been structuring the rendering of a frame. It is also the direct continuation of my previous one on game cameras. Debug Camera When discussing cameras ...C++
Anshul Sharmaanshul-sharma.hashnode.dev·Jan 20, 2025The Algorithm Adventure: Cracking the Code of EfficiencyWelcome Back to The Nerdy Nook ! Today, we’re diving into the world of algorithms—the secret sauce behind every app, website and game you use. Whether you’re a coding newbie or a seasoned developer, this post will take you on an epic adventure throug...Web Development
Kunal Katiyarkunalkatiyar.hashnode.dev·Jan 19, 2025A Comprehensive Guide to GCP's Auto Scaling and Custom Metrics for Big ArchitecturesMotivation This week, I was working on optimizing our Kafka consumer services, when I noticed the most load that we used to have was during night when some job runs, and mostly the resources were being unused. I quickly looked into the lag build up,...10 likesautoscaling
Sahil Patilsahil-patil.hashnode.dev·Jan 19, 2025Cost Optimization Strategies for AWS: Save More on Cloud SpendAWS offers powerful tools and services, but managing costs effectively is essential to avoid unexpected bills. Here’s a comprehensive guide with practical tips to help you optimize your AWS spending. Let’s dive in! 🚀 1. Choose the Right Pricing Mod...☁️ AWS CloudDevops
Samarth Sharmasoftware-portability-and-optimization.hashnode.dev·Jan 16, 2025Bare-Metal Coding: Software Optimization on the 6502 CPUWelcome to my first blog post on Software Portability and Optimization (SPO 600)! Through this series, I’ll share my learnings and experiences as I explore the world of low-level programming and optimization. We will start by working on a 6502 emulat...software architecture
Mohammad Amanmohammadaman.hashnode.dev·Jan 15, 2025Enhancing React Apps: Optimistic Updates with Tanstack Query ExplainedOptimistic updates are a game-changing approach to improving user experience in modern web applications. By updating the user interface (UI) immediately, instead of waiting for the server's response, you can make your app feel faster and more respons...6 likesReact