MDMridul Dekainmridul09.hashnode.dev·Mar 8 · 2 min readBuilding stateless SSO service : No user and password storage required Introduction This article discusses my personal journey in transitioning from stateful to stateless SSO(Single Sign on) service where user details and password storage is not required. All modern SaaS00
MDMridul Dekainmridul09.hashnode.dev·Aug 17, 2025 · 4 min readML Model Deployment using Docker and FastAPIWhy ML engineer or researchers need to consider Docker and FastAPI Usually, data scientists and ML engineers build prototypes for AI models using Jupyter notebooks or Colab. This approach is quick to demonstrate the prediction of models and initial p...00
MDMridul Dekainmridul09.hashnode.dev·Sep 24, 2024 · 1 min readEvolution of API's and Web serviceshttps://hashnode.com/post/cm0nugivk000i09jqckhgaw8h How internet works Client server architecture Can there be one server only ? Think of data transferred between client and server Static data : Image, files and text. Example : blogs, Articles Dyna...00
MDMridul Dekainmridul09.hashnode.dev·Sep 4, 2024 · 2 min readJava strategy pattern in functional programmingWhat is Strategy pattern : Software design pattern that enables selecting an algorithm at runtime. Instead of implementing a single algorithm directly, code receives runtime instructions as to which in a family of algorithms to use. Declarative Progr...00
MDMridul Dekainmridul09.hashnode.dev·Sep 4, 2024 · 2 min readNeed for LambdasStrategy Pattern Behaviour parameterization. Strategy pattern : Software design pattern that enables selecting an algorithm at runtime. Instead of implementing a single algorithm directly, code receives runtime instructions as to which in a family of...00