MDMahendra Dewanganinblog.mahendradewangan.com·Nov 4, 2025 · 6 min readSpring Boot - REST APIAPI - Application Programming Interface Spring boot work in MVC Architechture MVC = Model, View, Controller → its a design pattern via which we acheive separation of concern Spring Boot applications work on the MVC (Model-View-Controller) architectu...00
MDMahendra Dewanganinblog.mahendradewangan.com·Sep 7, 2025 · 14 min readSpring Boot - IntroductionSpring Boot has quickly become the go-to framework for building production-ready applications with minimal setup. It abstracts away a lot of boilerplate, offers built-in starters, and makes deployment effortless. But WHY SPRINGBOOT? Why Spring Boot? ...00
MDMahendra Dewanganinblog.mahendradewangan.com·Jan 9, 2025 · 3 min readDebouncing and Throttling in JavaScriptWhen working with JavaScript, handling events like scrolling, resizing, or typing can sometimes lead to performance issues. These events often fire multiple times in a very short period, potentially causing your application to lag. This is where debo...00
MDMahendra Dewanganinblog.mahendradewangan.com·Jan 3, 2025 · 5 min readVector Databases and EmbeddingsIn the era of rapidly growing unstructured data — ranging from images and audio to text and videos — traditional databases often fall short in managing and retrieving insights from these complex data types. Enter vector databases and embeddings, the ...00
MDMahendra Dewanganinblog.mahendradewangan.com·Sep 29, 2023 · 4 min readHow to Create Your Own Google Chrome ExtensionIf you're a Google Chrome enthusiast, you've likely explored various browser extensions. But have you ever been curious about building one of your own? In this blog post, I'll guide you through the process of constructing a Chrome extension entirely ...00