PinnedJahid MominDeploying a Spring Boot 3 Application with Spring Security to AWS Serverless: A Step-by-Step GuideHello everyone, I’m Jahid Momin, and today I’ll walk you through the process of migration of a serverful Spring Boot 3.x.x application…Jul 271Jul 271
Jahid MominScaling Spring Boot : Real-World LessonsHey dev’s ! 👋 After spending three years building and maintaining Spring Boot monolithic services that handle significant traffic, I…3d ago3d ago
Jahid MominTop Java 8 Interview Questions You Must Know — Part-1Hey dev’s ! , After going through several interview patterns in numerous companies, I’ve noticed that Java 8 features is hottest topic ever…5d ago5d ago
Jahid MominWhat is Agile, Really? : An Developer’s PerspectiveAfter spending three years plus as a software engineer across companies, I’ve experienced both good and painful implementations of Agile…6d ago6d ago
Jahid MominWhat’s New in Java 14🚀Java 14 introduced a range of new features and improvements that make coding smoother, faster, and more expressive. Released in March 2020…Nov 3Nov 3
Jahid MominSpring Boot with MongoDBHello, everyone! 👋 In this article, we’ll dive into building a REST API from the ground up using Latest Spring Boot and MongoDB . Read for.Nov 3Nov 3
Jahid MominUnderstanding var in Java with Examples #Java10Java introduced the var keyword in Java 10 to make coding easier and cleaner. var allows you to declare local variables without specifying…Jul 1Jul 1
Jahid MominExploring Generics in React with TypeScript: A Practical GuideAs I delve deeper into React and TypeScript, I’ve recently learned about the power of generics. Generics allow us to create reusable…Jun 3Jun 3
Jahid MominUnderstanding React Props with TypeScript: A Practical ExampleAs I continue my journey with React and TypeScript, I’ve been diving deeper into how to effectively use props in my components. Today, I…Jun 2Jun 2
Jahid MominUnderstanding useRef and Mutable Refs in React with TypeScriptWhen working with React and TypeScript, useRef is a useful hook that helps you interact with DOM elements and manage state without causing…May 27May 27