Niraj Sahaninirajsahani147.hashnode.dev·Nov 20, 2024Spring Boot Essentials: BasicsIn this post, we will learn about various annotations used in Spring Boot. These annotations help developers efficiently create APIs without worrying about server management or handling different HTTP requests. Spring Boot annotations (like @GetMappi...DiscussSpringboot
LakshmiPerumalmalalakshmi.hashnode.dev·Nov 19, 2024Spring Framework and Spring bootSpring Core: Spring is one of the most powerful frameworks in Java. Of course, there are many other frameworks like Struts and EJB, and on the database side, we have JPA. However, with the help of Spring, we can achieve everything in one framework. O...Discuss·10 likesSpringboot
Subinoy Roywork-in-progress.hashnode.dev·Nov 17, 2024Log masking and encryption at rest in Spring Boot for GDPREn route to creating a GDPR-compliant application, our first pit stop will create a simple Spring Boot application that encrypts PII fields and masks them during logging. What we will be doing... We will develop a basic application for creating and r...DiscussData SecuritySpring
TechEazy Consultingblog.techeazyconsulting.com·Nov 16, 2024🚗 Understanding Classes & Objects in Java: A Drive Through the Basics 🚗Programming can sometimes feel abstract, but with the right analogy, it all clicks! One of the most fundamental concepts in Java is classes and objects, and here’s a relatable way to think about it: cars. 🛠 What’s a Class? Imagine a class as a blue...DiscussJava Interview Focused SeriesJava Programming
Aouassar Asmaealgostyle.hashnode.dev·Nov 15, 2024Spring Boot et Hibernate : Gestion des datesLes frameworks modernes comme Spring Boot et Hibernate ont le pouvoir de simplifier considérablement la gestion des applications Java, surtout lorsqu’il s’agit de tâches répétitives et fastidieuses. L’un des exemples les plus marquants de cette simpl...DiscussJava
HARSHRAJSINH RAJENDRASINH SOLANKIharshrajsinh.hashnode.dev·Nov 15, 2024Day 0: Rebooting My Career in Software EngineeringHi, everyone! Public learning isn’t just about sharing knowledge; it’s about accountability, collaboration, and growth. As software engineers, we constantly learn and solve problems. Documenting this journey not only reinforces our understanding but ...Discuss·2 likesRestarting My Software Engineering Journey#bloggingForGrowth
Kiran Pawarkiranpawar.hashnode.dev·Nov 15, 2024Setting Up a CI/CD Pipeline for a Spring Boot Application on AWSThis tutorial guides you through setting up a CI/CD pipeline to deploy a Dockerized Spring Boot application to AWS. We’ll create a Dockerfile, build an image, push it to AWS Elastic Container Registry (ECR), and deploy it using AWS Elastic Container ...Discuss#cicd #jenkins #goal
Milan Aleksićblog.aleksic.dev·Nov 14, 2024Short Note: when Spring Boot and Privoxy don't like each otherI figured out after full day of work a very peculiar behavior in Spring Boot and wanted to write this one down since it was a pretty annoying one. Let’s say you are: using Spring Boot and need to make HTTP client connections (using RestTemplate or R...DiscussJava
Amitabh soniamitabhdevops.hashnode.dev·Nov 14, 2024Automating CI/CD for a Spring Boot Banking Application with Jenkins, Docker, and GitHubIn this blog post, I will walk you through the process of setting up a CI/CD pipeline for a Spring Boot banking application. This pipeline will automate the build, deployment, and integration processes using Jenkins, Docker, and GitHub. You will lear...Discuss·1 like·99 readsDevops
Birks SachdevforfreeCodeCampfreecodecamp.org·Nov 14, 2024How to Use Design Patterns in Java with Spring Boot – Explained with Code ExamplesAs software projects grow, it becomes increasingly important to keep your code organized, maintainable, and scalable. This is where design patterns come into play. Design patterns provide proven, reusable solutions to common software design challenge...DiscussJava