Edvin Dsouzaedvindsouza.hashnode.dev·5 hours agoBuilding and Deploying a Spring Boot Application on Amazon EKS with Jenkins CI/CDStep 1: Creating Ec2 Instance We will begin by launching an Amazon EC2 instance with the instance type set to 'm3.medium'. Step 2: Install Apache Maven In this step, we will install Apache Maven on the EC2 instance that we launched in Step 1. ...Discussci-cd
Yaroslav Prozorovbyka.hashnode.dev·15 hours agoSpring Security without WebSecurityConfigurerAdapter. Part 1In Spring Security, we've witnessed significant changes, notably the deprecation of the trusted WebSecurityConfigurerAdapter is in favor of a more streamlined and powerful approach to securing your web applications. This article serves as a comprehen...DiscussSpringboot
John Ntirintisjohnntirintis.hashnode.dev·Sep 21, 2023Decoding the Layers of Architecture Design in Java ApplicationsGreetings, everyone! If you’ve ever worked on Java applications, you’ve probably heard terms like “Layered Architecture” or “MVC” (Model-View-Controller) thrown around. But what are Layered Architecture and MVC exactly? And how do they help with buil...DiscussJava
Taehyun Hantoosalty00.hashnode.dev·Sep 21, 2023[Pre-W2] Relational Database Management SystemOverview In today's blog, we will be going over the topic of relational database management system, or RDBMS. It is crucial to understand this system, as this is the core of application database. We will be going over what relational database is, how...DiscussRDBMS
Swadintechenthusiasm.hashnode.dev·Sep 19, 2023Why is Spring Boot Framework mostly preferred?Springboot is one of the widely used frameworks in Java. Some of the factors that contribute to its popularity are: Ease of Use: It reduces the development time and effort by simplifying the setup and configuration of Spring applications. Spring Ecos...Discuss·1 likeJava
Taehyun Hantoosalty00.hashnode.dev·Sep 19, 2023[W-2] Service Architecture and Test CodeOverview This week, our main topic of lecture was beans and dependency injection. Additionally, by using these, we have learned to create test programs for our services and repository functions. Most topics were already studied in previous blog, so f...Discussbackend
Anjani Kumar Rayanjaniray.hashnode.dev·Sep 18, 2023Spring Security: Understanding the High-Level Architecture is the KeyIf you've found your way here, Spring Security has likely presented you with its fair share of challenges. And don't worry, you're not alone. Many developers find it hard, one reason being Security in itself is a complex problem domain and is always ...DiscussWeMakeDevs
Ajay Rathodajayrathod.hashnode.dev·Sep 18, 2023What are Sealed Classes in Java and interfaces in JDK 17, and how to use them?Why do we need a sealed class? This feature in Java aims to enhance inheritance control with greater precision. Sealing empowers classes and interfaces to specify their allowed subtypes, granting them the authority to determine which classes can impl...DiscussJava
Sahil Rajputsahilrajput.hashnode.dev·Sep 18, 2023Crafting Multilingual Apps: A Dive into Spring Boot i18nHello World !! Overview We live in a globalised world, So we need our web applications to reach as wide an audience as possible. To do that, there are some cases in which language comes as an issue/problem where some people can't understand one langu...Discuss·1 likeSpringboot
DaShaundashaun.hashnode.dev·Sep 18, 2023Five Months in the making, multi-architecture builderIf you have been following along, you are probably asking "What took so long?" and I totally understand. I had no idea what was wrong before today. My scripts had been working for over a year, then just stopped. I had removed a bunch of the debug inf...Discussarm64