Thought Process, Mindset, and Best Ways to Practice Let’s face it: starting Data Structures and Algorithms (DSA) can feel like jumping into a pool ...Read more
Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Latest Questions
In this tutorial, we're gonna build a Spring Boot Thymeleaf CRUD example with Maven that use Spring Data JPA to interact with H2/MySQL/PostgreSQL database. You'll know: How to configure Spring Data, JPA, Hibernate to work with ...Read more
This is our first blog in the series of Low Level Design. We'll start from designing and coding a Parking lot system. While coding we'll be following some design patterns that we discussed in earlier ...Read more
As a full-stack developer, balancing the intricate dance between backend and frontend can sometimes feel like a high-wire act — especially when changes in Spring Boot require corresponding updates in TypeScript. I’ve been there more ...Read more
Why? This is yet-another-spring-boot-jwt-tutorial. It has 2 main motives: To understand and document my understanding about spring security. The existing articles mostly use Read more
Java is one of the most popular programming languages in the world, known for its simplicity, portability, and robustness. Whether you're developing web applications, mobile apps, or enterprise-level software, understanding Java syntax is key to ...Read more
To create a REST API using Spring Boot and publish an article about it on Medium, here are the general steps to follow: 1. Initialize ...Read more