Bipan Chhetri
PostsAbout MeContact Us

Blog Posts

WebDevTechGadgetsFinancePoliticsRandom

© 2024 Bipan Chhetri. All rights reserved.

GitHubFacebookLinkedIn

Page 1 of 2

    Building Resilient Web Applications with Query Parameters for State Management

    03 Jan 2025 - 6 min read

    In modern web applications, state management is often one of the trickiest challenges. Imagine you’re building a blog where users can filter posts by category, paginate through results, or search for ...
    Query-params
    State-Management
    SSR

    Mastering Data Pagination with Next.js and Server Components

    19 Dec 2024 - 6 min read

    In today's digital world, applications handle massive amounts of data. Whether it's an e-commerce platform, a social media site, or a blog, managing this data effectively is crucial. Pagination breaks...
    Pagination
    Data
    Next.js

    Apache Kafka: The Backbone of Real-Time and Event-Driven Applications

    18 Dec 2024 - 6 min read

    As the demand for faster, scalable, and reliable systems grows, traditional architectures often fall short. Whether it’s managing real-time cryptocurrency updates, processing millions of e-commerce tr...
    Kafka
    Web-sockets
    Next.js

    SSR: Common Misconceptions and Best Practices with use server and use client Directives

    08 Dec 2024 - 7 min read

    Next.js is a powerful React framework that enables both server-side rendering (SSR) and static site generation (SSG). Its standout features include the use server and use client directives, which help...
    use-server
    use-client
    SSR