TechEazy Consultingblog.techeazyconsulting.com·Nov 15, 2024🚀 Launch Your IT Career with Core Tech Skills🖋 Introduction For many recent graduates, launching an IT career seems synonymous with diving into AI and Machine Learning 🤖. AI/ML may be a buzzword today, but the reality is that companies are still looking for well-rounded, foundational skills i...DiscussIt career
Shohanur Rahmanshohanur.hashnode.dev·Nov 15, 2024Disable SSL Certificate Verification for RestClient and WebClientTo disable SSL certificate verification in Spring Boot using RestTemplate or WebClient, you can configure them to ignore SSL validation. Here’s how you can do it for both: 1. Disabling SSL Certificate Verification for RestTemplate You need to create ...DiscussSpring Boot
Birks SachdevforfreeCodeCampfreecodecamp.org·Nov 12, 2024How to Build Multi-Module Projects in Spring Boot for Scalable MicroservicesAs software applications grow in complexity, managing scalability, modularity, and clarity becomes essential. Spring Boot’s multi-module structure allows you to manage different parts of the application independently, which lets your team develop, te...DiscussSpring Boot
Nitish Srinivasanitishs.hashnode.dev·Oct 19, 2024Exploring Backend Development with Java Spring Boot and MongoDBBuilding applications can be a rewarding experience, and this guide summarizes key concepts learned while working with Spring Boot and MongoDB. CRUD Functionalities: Implementing Create, Read, Update, and Delete operations is essential for managing ...DiscussJava
Wasif Mujahidwasifmujahid.hashnode.dev·Sep 23, 2024Spring Boot to make CRUD operations: Challenges, Solutions, and Growth 🚀 PART-2🧑💻 I'm Wasif Mujahid, a software developer with 8+ years of expertise in Android native app development. I've built innovative, high-performing mobile solutions that enhance user experiences and drive business growth. If you already done with the ...DiscussPostgreSQL
ichan-akirajournal.ichan.moe·Sep 14, 2024Spring Data JPA with PostgreSQL's JSONBWhile using Spring Boot with PostgreSQL, have you ever needed to retrieve or persist data to JSONB column? If your answer is yes, and you are visiting this journal entry, chances are high that you need help to solve the error when using JSONB column....Discuss·64 readsJava
Shohanur Rahmanshohanur.hashnode.dev·Aug 8, 2024Configuring Bearer Authentication with Keycloak for Swagger UIIn this blog post, we'll walk through configuring Swagger UI to use Bearer Authentication with Keycloak, focusing on both Authorization Code and Client Credentials flows. This guide will help you secure your API documentation and ensure that only aut...Discuss·124 readsswagger-ui
Hemant Besracodeinjava.hashnode.dev·Aug 3, 2024JWT Authentication & Authorization in a Spring Boot 3 applicationIn this blog, we will explore the concept of JSON Web Tokens (JWT) and how they can be effectively utilized for authentication and authorization in a Spring Boot 3 application. JWTs provide a secure way to transmit information between parties, enabli...Discuss·44 readsSpring Frameworkspring security
Harshal Sutharifourtechnolab.hashnode.dev·Jul 26, 2024Quarkus vs Spring Boot - A Detailed ComparisonWhen choosing a Java framework for building microservices, two popular options often come up: Quarkus and Spring Boot. Both frameworks offer robust features and capabilities, but they cater to different needs and preferences. Here's a detailed compar...DiscussQuarkus vs Spring Boot
Sumeet sumeetblog.hashnode.dev·Jul 5, 2024🚀 Mastering Spring Data JPA: Implementing @OneToMany Mapping with User and MobilePhone EntitiesIn my previous guide, we explored @OneToOne mapping between User and AadharCard entities. Now, we’ll move on to @OneToMany mapping between User and MobilePhone entities in Spring Data JPA. This guide will show you how to efficiently manage one-to-man...Discuss·1 likeJava