Please ensure Javascript is enabled for purposes of website accessibility
Learn Full Stack Web Development By Building A Blog
0( 0 REVIEWS )
400 STUDENTS
14h 51m

Discover how to learn full stack web development with ASP.NET Core, Angular, Bootstrap, SQL Server, and more in this comprehensive tutorial.

Read more.
Course Skill Level
Beginner
Time Estimate
14h 51m

Instructor

An online courses community for people interested in creating a meaningful life through learning things you care about.

Access all courses in our library for only $9/month with All Access Pass

Get Started with All Access PassBuy Only This Course

About This Course

Last updated on July.2022

Who this course is for:

  • Brand new beginners who don’t know much about web development and want to get in
  • Beginner web developers who are trying to connect the dots
  • Intermediate web developers who are trying to fill in any gaps
  • Advanced users who are trying to stay sharp and keep improving their skills

What you’ll learn: 

  • How to build a full stack blogging web application
  • Various technologies and their specific purposes

Requirements: 

  • Windows machine that could handle Visual Studio, Visual Studio Code, SQL Server 2019+, SSMS, NodeJS and Angular
  • Basic knowledge of SQL, HTML/CSS, C# or any other programming/scripting language

In this day and age, knowing just one piece of the puzzle is not enough – you need to be able to grasp and work with the full picture. That is why this course was made.

In this learn-as-you-go style course, we are going to build a full stack blogging web application by starting from the very beginning stages of planning and moving ahead into implementing our solutions.

We will be using various technologies to accomplish our goal such as SQL Server, ASP.NET Core, Angular, Bootstrap and much more. You will be able to see how all of the technologies interact with one another and that way gain a better understanding of their inner workings.

Essentially any web application has these three components – back-end, API and front-end. You can choose different technologies for your back-end as well as for your API and front-end. In this case, we are going with mostly Microsoft, Google and Twitter technologies – all very trusted companies when it comes to technology.

SQL Server, ASP.NET Core and Visual Studio along with Visual Studio Code are going to be coming from Microsoft. Angular is going to be coming from Google and Bootstrap is going to be coming from Twitter.

All of the technologies and their specific purposes will be explained in the video so no worries if anything sounds confusing.

The first few courses will be us setting up the developer environment after which we will learn and plan what we need to build. After that, all of the other videos are going to be about writing code. Lastly, we will test our application once everything is finished.

The reason why this course is a must-take is because you can know how each individual technology works by itself; however, knowing how to put them all together is where the actual value comes in.

This is the reason why various technologies will be used such as SQL Server, ASP.NET Core, Angular, Bootstrap and many others.

So go ahead and get into it and I will see you on the other side!

Our Promise to You

By the end of this course, you will have learned the full stack web development process from beginning to end.

10 Day Money Back Guarantee. If you are unsatisfied for any reason, simply contact us and we’ll give you a full refund. No questions asked.

Get started today and learn more about web development.

Course Curriculum

Section 1 - Introduction
What Are We Building? 00:00:00
What Technologies And Libraries Are Used? 00:00:00
Section 2 - Setup
Installing SQL Server 2019 00:00:00
Installing SQL Server Management Studio 00:00:00
Installing Visual Studio 2022 00:00:00
Installing Visual Studio Code 00:00:00
Installing Git 00:00:00
Installing Node.js 00:00:00
Installing Postman 00:00:00
A Few Words About The Recent Updates 00:00:00
Initial Project Setup – Part 1 00:00:00
Initial Project Setup – Part 2 00:00:00
How To Run Project From Existing Code 00:00:00
Section 3 - Outline All Pieces
Sketch Out All Needed Pages 00:00:00
Identify Standalone Components 00:00:00
Identify All Endpoints 00:00:00
Identify Database Actions 00:00:00
Section 4 - Build SQL Back End
Going Over What We Need 00:00:00
Create ApplicationUser 00:00:00
Create Photo 00:00:00
Create Blog 00:00:00
Create BlogComment 00:00:00
Create Schema 00:00:00
Create Views 00:00:00
Create Needed Types 00:00:00
Create Account_GetByUsername 00:00:00
Create Account_Insert 00:00:00
Create Blog_Delete 00:00:00
Create Blog_Get 00:00:00
Create Blog_GetAll 00:00:00
Create Blog_GetAllFamous 00:00:00
Create Blog_GetByUserId 00:00:00
Create Blog_Upsert 00:00:00
Create BlogComment_Delete 00:00:00
Create BlogComment_Get 00:00:00
Create BlogComment_GetAll 00:00:00
Create BlogComment_Upsert 00:00:00
Create Photo_Delete 00:00:00
Create Photo_Get 00:00:00
Create Photo_GetByUserId 00:00:00
Create Photo_Insert 00:00:00
Section 5 - Build API
Going Over What We Need 00:00:00
Create Models – Part 1 00:00:00
Create Models – Part 2 00:00:00
Create Models – Part 3 00:00:00
Create Account Repository 00:00:00
Create Photo Repository 00:00:00
Create Blog Repository 00:00:00
Create Blog Comment Repository 00:00:00
Create Identity 00:00:00
Create Photo Service 00:00:00
Create Token Service 00:00:00
Update Startup – Part 1 00:00:00
Update Startup – Part 2 00:00:00
Create Account Controller 00:00:00
Create Photo Controller 00:00:00
Create Blog Controller 00:00:00
Create BlogComment Controller 00:00:00
Fix Any Errors 00:00:00
Test Main Parts With Postman 00:00:00
Section 6 - Build Front End
Going Over What We Need 00:00:00
Create Models 00:00:00
Create Summary Pipe 00:00:00
Generate All Components 00:00:00
Generate All Services 00:00:00
Generate All Interceptors 00:00:00
Generate Auth Guard 00:00:00
Build All Services – Part 1 00:00:00
Build All Services – Part 2 00:00:00
Build JWT Interceptor 00:00:00
Build Error Interceptor – Part 1 00:00:00
Build Error Interceptor – Part 2 00:00:00
Build Auth Guard And Update Routing 00:00:00
Build NavBar Component 00:00:00
Build Login Component – Part 1 00:00:00
Build Login Component – Part 2 00:00:00
Build Home Component 00:00:00
Build Not Found Component 00:00:00
Build Register Component – Part 1 00:00:00
Build Register Component – Part 2 00:00:00
Build Dashboard Component – Part 1 00:00:00
Build Dashboard Component – Part 2 00:00:00
Build Blog Edit Component – Part 1 00:00:00
Build Blog Edit Component – Part 2 00:00:00
Build Photo Album Component – Part 1 00:00:00
Build Photo Album Component – Part 2 00:00:00
Build Blog Component 00:00:00
Build Blog Card Component 00:00:00
Build Blogs Component 00:00:00
Build Famous Blogs Component 00:00:00
Build Comment System Component 00:00:00
Build Comment Box Component 00:00:00
Build Comments Component – Part 1 00:00:00
Build Comments Component – Part 2 00:00:00
Build And Test Functionality 00:00:00
Section 7 - Application Code
Application Code And Additional Resources 00:00:00
4764597

Join our newsletter and get your first course free!

4764598

Join our newsletter and get your first course free!

Congratulations! You get one free course of your choice. Please check your email now for the redemption code

Are you interested in higher education?