N Tier Architecture Tutorial - Software Design

  Рет қаралды 38,435

Amigoscode

Amigoscode

Күн бұрын

Пікірлер: 51
@amigoscode
@amigoscode Жыл бұрын
Join waiting list here folks - waiting-list.amigoscode.com/
@_mounir
@_mounir Жыл бұрын
Hi Please we need tutorial about Servlet, JSP, JDBC, Tomcat, and the basics Java EE architecture, most suffer from the basics.
@tranhuudan6403
@tranhuudan6403 Жыл бұрын
when start sell ?
@Daawahilalah
@Daawahilalah Жыл бұрын
salam alikum i missed vlogs so much
@daniel_paez
@daniel_paez Жыл бұрын
Hi Nelson, When you release the course PROFESSIONAL Full Stack Developer?, I need it
@kakamoora7874
@kakamoora7874 3 ай бұрын
how much this course was
@felipefigueira9689
@felipefigueira9689 Жыл бұрын
Key insights 🏗 The N Tier architecture is used in the industry for building scalable, reusable, and secure enterprise applications. 💡 N-tier architecture separates the application into distinct layers, including the presentation layer, business layer, and data layer, allowing for better organization and scalability. 💡 Using the Data Access Object (DAO) pattern allows for easy switching between different data sources, such as PostgreSQL and MySQL, by simply changing the implementation. 💡 The N Tier Architecture promotes the idea of separation of concerns, where each layer focuses on a specific task and performs it well. 🏢 The N Tier Architecture allows for flexibility in choosing different implementations without breaking anything. 🏭 Integration tests involve spinning up the entire application, including the database, to ensure accurate testing against the running application.
@_mounir
@_mounir Жыл бұрын
Please we need tutorial about Servlet, JSP, JDBC, Tomcat, and the basics Java EE architecture, most suffer from the basics.
@IvanRandomDude
@IvanRandomDude Жыл бұрын
JSP? It's not 2000
@_mounir
@_mounir Жыл бұрын
​@Ivan Hi, you should know it if you want to get Java EE 7 Application Developer Certification from Oracle
@aaqibhamdule73
@aaqibhamdule73 Жыл бұрын
no use of learning servlet jsp and jdbc , i learnt that in 2010 and it was outdated that time itself
@belina65
@belina65 Жыл бұрын
isn’t java EE deprecated?
@felipefigueira9689
@felipefigueira9689 Жыл бұрын
TLDR: The key idea of the video is that N Tier architecture separates code into layers for scalable, reusable, and secure software, and the speaker emphasizes the importance of testing and announces a full stack development course. 1. 🏢 N Tier architecture separates code into layers for scalable, reusable, and secure software; the speaker emphasizes testing and announces a full stack development course covering back-end, front-end, testing, and typescript. 2. 📚 The presentation layer receives requests from clients and passes them to the business layer, which performs business logic, and then to the data layer, which interacts with data sources, with the API producing data in formats like JSON or XML and exposing endpoints for various HTTP methods. 3. 📝 The business layer validates input data and communicates between multiple classes, while the data layer allows for easy changes between different data sources by implementing an interface. 4. 🏢 The N Tier Architecture separates concerns into different layers, with the presentation layer handling requests, the business layer performing logic and validation, and the data layer being tested with unit tests on database queries. 5. 📝 The speaker demonstrates the functionality of a deployed application within AWS, showcasing features such as login validation, customer management, and email uniqueness validation. 6. 📚 The video explains how to connect different layers of an N Tier architecture using dependency injection, with the service class handling business logic and connecting to the Dao, while also discussing the importance of testing. 7. 📝 Unit testing code with a real database like PostgreSQL is important, but avoid duplicating tests already done in the Dao; integration tests are needed to test the entire application's HTTP functionality. 8. 👉 The video covers setting up data source and migrations, starting Tomcat on a random port, and promoting a course that teaches various aspects of software development.
@haltsmaul.
@haltsmaul. Жыл бұрын
Good job shedding some light onto what the different layers of an application do and how they work together. I think understanding the big picture is crucial to understanding some of your other, more in-depth videos. A video on the DAO pattern would be much appreciated.
@lxdzii
@lxdzii Жыл бұрын
beautiful stuff!!.. A database design/data model course would be nice to compliment this section of the course to consolidate everything, specifically how the data will be when it is stored in the database
@javierdetena8830
@javierdetena8830 Жыл бұрын
Hi Nelson! Could you make a video about hexagonal architecture? Thanks for your amazing job
@lxdzii
@lxdzii Жыл бұрын
hey Nelson, you kind of went quick when going thru the DAO layer... do you use Hibernate anywhere in the connecting layer or everything is built from scratch? a bit confused on the implementation when try to think about can anyone answer this please
@brijeshkanchan9776
@brijeshkanchan9776 Жыл бұрын
Thank You Nelson. Love from India🙏 Please give some discount for indian user, as we cannot afford.
@140times
@140times Жыл бұрын
I have the assumption that with those 3 layers you focus on, you basically describe the "Layer-Architecture". It confused me when I saw the "N-Tier-Architecture" because I was wondering how does it differ from the layered. After googling, I think you basically described the layered architecture instead of the tiered. The tiered architecture is the hardware abstraction and the layered is more the way how you structure your code, which is what you described. Would be happy to get feedback on this assumption since I am still a bit unsure what the differentiation is. Cheers!
@enriquemarin5122
@enriquemarin5122 Жыл бұрын
hey man big fan here xD... can you a video about Oauth2 plz !!!
@eduardovieira9902
@eduardovieira9902 Жыл бұрын
Hello Nelson! First of all, congratulations on your excellent work! I have two questions... To run the N Tier Architecture can I build my project instead of using packages within the same module, can I build through modules? Second question, in what situations does the service layer also appear? i.e. separate it from the business layer Thank you!
@pmig81
@pmig81 Жыл бұрын
Hi Nelson. Great video. Looking forward for the course release. Regarding databases, I would love to see examples of stored procedures, transactions, and triggers and when is useful to use them. Also, any input about how we can check how performant is the application regarding database operations, identifying botlenecks etc would be very useful.
@eugenendjaka342
@eugenendjaka342 Жыл бұрын
Please Make a content of Thread in Java, and show us how you, can use it in web applications.
@bolovy6093
@bolovy6093 Жыл бұрын
Assalamou Aleykoum bro, thank you for a very high-quality content💪🏻 Could you make a crash course of Hibernate please
@danimusbar
@danimusbar Жыл бұрын
Awesome Sir, Btw please make fresh tutorial about Postgresql 15.1 for beginner to pro
@georgepro8481
@georgepro8481 Жыл бұрын
Hi, Nelson! It seems to me that it will be better to push all the java classes into an appropriate packages (controller, repository, etc ...). It will be more obvious to explain. In this case we can also use ArchUnit to test the project architecture.
@pawel80
@pawel80 Жыл бұрын
What about calculations? My app calculates factors based on user input, API output, and database data. Should I place all the calculations in the service layer, or would it be better to create separate component classes for this purpose?
@oumardicko5593
@oumardicko5593 Жыл бұрын
Nice video. I would like to add one more thing. If you start a new project, go without any architecture and when things start to get messy, the look what goes together and boom you have something
@cannont001
@cannont001 Жыл бұрын
Hey man. Do you need a video editor?
@TurkishCowboy-z1d
@TurkishCowboy-z1d Жыл бұрын
Can you share github repo of the sample code you had walked though in the video? Thanks for this great content
@boazkips
@boazkips Жыл бұрын
Always the Best tutor of all time, I have been following your content and I love it...I'm still a junior developer wishing to be like you in future
@centfox
@centfox Жыл бұрын
Hi Nelson, can you make a video on hexagonal architecture? (port-adaptor + DDD)
@Im_not_scareddd
@Im_not_scareddd Жыл бұрын
Hey bro could you please record a video on "how to draw the software architecture " using any tool.
@rajab1365
@rajab1365 Жыл бұрын
Bro what math software engineering of must learn?
@erythsea
@erythsea 7 ай бұрын
Walaikum Assalam
@sardorbekyorqulov
@sardorbekyorqulov Жыл бұрын
Hello there ! it would be great if you could also teach about spring security privileges and roles !
@techme6053
@techme6053 Жыл бұрын
U r best . Pls provide notes too
@myworldletsplay
@myworldletsplay Жыл бұрын
i love your videos, very easy to understand, could u please cover the topic of hexagonal architecture ?
@TheCesarGarciaITPro
@TheCesarGarciaITPro Жыл бұрын
Would love a course on Java EE 10. Looks like many changes on JSF on EE 10, but would also like to see the other features, such as JNDI, JMS, and REST. Thanks for the video and signed up as well for waiting list. Great work!
@IsmailAdebiyi
@IsmailAdebiyi Жыл бұрын
Walaikum salam waramotulahi wabarakatu bro, i really love the way you always simplify your designs .. Jazakumllahu khairan
@IsmailAdebiyi
@IsmailAdebiyi Жыл бұрын
@erikssonbland ok
@BetulKaplan
@BetulKaplan 7 ай бұрын
Such a clear and extensive explanation, thank you!
@luongtrongvinh9457
@luongtrongvinh9457 Жыл бұрын
We need project including the course
@jopadjr
@jopadjr Жыл бұрын
263rd...Thanks
@lts8683
@lts8683 Жыл бұрын
Can you talk about soft delete
@Salehalanazi-7
@Salehalanazi-7 Жыл бұрын
Great Job, No one could've made it better!
@heyprotagonist
@heyprotagonist 5 ай бұрын
Bruh...
@juanbarman
@juanbarman 6 ай бұрын
well done mate !! very solid !
@samiali5833
@samiali5833 Жыл бұрын
Great job
@maulkunnn
@maulkunnn Жыл бұрын
Nice bro.
the right way to organise your code
17:33
Amigoscode
Рет қаралды 198 М.
Learn SOLID Principles with CLEAN CODE Examples
28:35
Amigoscode
Рет қаралды 273 М.
Bike Vs Tricycle Fast Challenge
00:43
Russo
Рет қаралды 104 МЛН
OYUNCAK MİKROFON İLE TRAFİK LAMBASINI DEĞİŞTİRDİ 😱
00:17
Melih Taşçı
Рет қаралды 12 МЛН
ДЕНЬ УЧИТЕЛЯ В ШКОЛЕ
01:00
SIDELNIKOVVV
Рет қаралды 2,9 МЛН
Остановили аттракцион из-за дочки!
00:42
Victoria Portfolio
Рет қаралды 3,9 МЛН
3 Tier Architecture Design
11:42
Cloud With Raj
Рет қаралды 34 М.
NEVER Write This Line Of Code In Production. Seriously
13:21
Amigoscode
Рет қаралды 58 М.
Google system design interview: Design Spotify (with ex-Google EM)
42:13
IGotAnOffer: Engineering
Рет қаралды 1,1 МЛН
Multi Tier (N-Tier) Architecture in ASP MVC .NET 7 | CRUD Operations
1:43:53
JAVA DTO Pattern Tutorial | Simplify Your Code
19:12
Amigoscode
Рет қаралды 206 М.
Top 6 Most Popular API Architecture Styles
4:21
ByteByteGo
Рет қаралды 915 М.
System Design: What is 3 tier architecture?
9:55
Be A Better Dev
Рет қаралды 100 М.
Spring Boot Tutorial | Full Course [2023] [NEW]
1:37:31
Amigoscode
Рет қаралды 2,8 МЛН
Давайте поцарапаем iPhone 16 Pro Max!
0:57
Wylsacom
Рет қаралды 2,6 МЛН
Evolution of the Samsung Galaxy
0:50
ios_aesthetics
Рет қаралды 6 МЛН
The damaged battery head isrepaired. #Battery #Repair
0:21
Hak Hang
Рет қаралды 16 МЛН
iPhone 16
0:20
Adhemz
Рет қаралды 13 МЛН
РАСПАКОВКА АЙФОНА 16 PRO MAX
1:01
ДЖИНИ В США 🇺🇸
Рет қаралды 1,1 МЛН
Самые крутые школьные гаджеты
0:46