PinnedDeploying 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 27, 20241Jul 27, 20241
Comparable Vs Comparator Java — InterviewSorting is a common task in programming, especially when dealing with lists of data. In Java, there are two interfaces that help us define…Dec 26, 20242Dec 26, 20242
Why Collection In Java Over Arrays ?Arrays in Java are a fundamental data structure that provides a fixed-size, index-based way of storing elements of the same type. While…Dec 5, 2024Dec 5, 2024
Scaling Spring Boot : Real-World LessonsHey dev’s ! 👋 After spending three years building and maintaining Spring Boot monolithic services that handle significant traffic, I…Nov 18, 2024Nov 18, 2024
Top 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…Nov 16, 20241Nov 16, 20241
What 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…Nov 14, 2024Nov 14, 2024
What’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 3, 2024Nov 3, 2024
Spring 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 3, 2024Nov 3, 2024
Understanding 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 1, 2024Jul 1, 2024
Exploring 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 3, 2024Jun 3, 2024