Spring Boot 2 allows to take an idea/prototype and turn it into a real thing in matters of hours. A lot of companies use Spring Boot because it's easy to setup, learn and write code very fast without having to setup the low level platform code. Recently, Netflix has decided to switch their entire backend to Spring Boot 2. This shows that Spring Boot is a must if you are or want to become a software engineer in the Java/Kotlin world.
This course teaches how to build a full stack application from the ground up and touches on very import concepts used in real live software development. Concepts such as:
- Backend with Spring Boot 2
- Fontend with React.js
- Databases
- Managing Database Schemas
- Docker
- Error Handling
- Packaging applications for deployment
- Deploying FullStack apps using AWS Elastic Beanstalk
- Dependency Injection
This course focus on teaching you the process needed to build your own apps and deploy to real users. The skills gained at the end of this can be applied immediately on your own projects, university projects and at your work place.
What are you waiting for? I shall see you inside...
Your Instructor
Hello World. I am Nelson! I am a passionate Software Engineer and YouTuber teaching and helping thousands of people around the world how to code or how to become professional software engineers through my YouTube channel and online courses.
My mission is to make coding and programming concepts as easy to understand to everyone. My journey was not easy and I truly want to help you to become the best your can possible and believe the everything is possible.
Happy Coding
Course Curriculum
-
StartSetting up React Web App (3:58)
-
StartReact App file structure (6:47)
-
StartGET Request from Frontend to Backend (8:49)
-
StartAdding React State (8:04)
-
StartAntd (UI Framework) (2:29)
-
StartAntd Table Component (5:46)
-
StartCustom Container Component (3:43)
-
StartAvatar Component (3:13)
-
StartLoader:Spin Component (6:54)
-
StartServlet Context Path (5:15)
-
StartInto to Docker (1:12)
-
StartDocker and Postgres (4:32)
-
StartBash into Postgres Container & PSQL (3:25)
-
StartCreate database with PSQL (3:13)
-
StartCreate HikariCP Datasource (5:16)
-
StartFlyway and Migrations (6:48)
-
StartDescribing Tables With PSQL (4:55)
-
StartStart and Stop Docker Containers (2:22)