Fullstack Svelte
In this course, we'll be creating a full stack SaaS application with Svelte, Express and PostgreSQL
- 4.1 / 5 (21 ratings)
- Published
- Updated
5 hrs 57 mins
25 Videos
freeman-g
I am a full-stack software developer and author of the Newline Full Stack Svelte course.
01Remote
You can take the course from anywhere in the world, as long as you have a computer and an internet connection.
02Self-Paced
Learn at your own pace, whenever it's convenient for you. With no rigid schedule to worry about, you can take the course on your own terms.
03Community
Join a vibrant community of other students who are also learning with Fullstack Svelte. Ask questions, get feedback and collaborate with others to take your skills to the next level.
04Structured
Learn in a cohesive fashion that's easy to follow. With a clear progression from basic principles to advanced techniques, you'll grow stronger and more skilled with each module.
Build a Svelte app with Node.js, Express, and Postgresql
Svelte reactivity concepts
Two-way binding and event handling
Express REST API endpoints
Persistence with a relational PostgreSQL database
Frontend create, read, update and delete operations
How to integrate Auth0 for JWT authentication
This course teaches all the major concepts you need to build a production ready SaaS application by step by step building a fully functional application. The course is divided into two main parts - the frontend, which uses Svelte to build an interactive, rich user interface and the backend, which uses Express and PostgreSQL to build a server that handles data management.
Svelte is an exciting new frontend UI framework that offers a very developer friendly workflow and easy to learn syntax. Express and PostgreSQL are tried-and-true technologies that provide a rock solid backend.
Across about 7 hours of video instruction with full source code, this course covers everything from setting up your development environment to securing your application with a multi-tenant architecture and ultimately deploying the application to production.
Our students work at
Sample Course Lessons
Course Syllabus and Content
Setting Up A Development Environment
3 Lessons 20 Minutes
- Free00:04:12
- Free00:07:04
- Free00:09:25
Front End Routing
2 Lessons 31 Minutes
- Free00:20:16
- Sneak Peek00:11:36
User Interface Styles and Interactions
3 Lessons 26 Minutes
- Sneak Peek00:06:15
- Sneak Peek00:06:38
- Sneak Peek00:13:47
Creating the Backend Application
3 Lessons 41 Minutes
- Sneak Peek00:16:48
- Sneak Peek00:10:52
- Sneak Peek00:13:47
Fetching Data in the Frontend
4 Lessons 37 Minutes
- Sneak Peek00:14:34
- Sneak Peek00:10:59
- Sneak Peek00:06:36
- Sneak Peek00:05:31
Adding Persistence with PostgreSQL
4 Lessons 57 Minutes
- Sneak Peek00:07:18
- Sneak Peek00:12:37
- Sneak Peek00:15:32
- Sneak Peek00:21:57
Creating, Updating and Deleting Data in the Frontend
3 Lessons 28 Minutes
- Sneak Peek
- Sneak Peek
- Sneak Peek00:28:42
Securing the Application
3 Lessons1 Hours 13 Minutes
- Sneak Peek00:37:19
- Sneak Peek
- Sneak Peek00:36:25
Production Deployment
1 Lesson 13 Minutes
- Sneak Peek00:13:35
Subscribe for a Free Lesson
By subscribing to the newline newsletter, you will also receive weekly, hands-on tutorials and updates on upcoming courses in your inbox.
What Students are Saying
Meet the Course Instructor
Purchase the course today
newline Pro Subscription
$18/MO
Get unlimited access to the course, plus 60+ newline books, guides and courses. Learn More
Billed annually or $30/mo billed monthly. Free to cancel anytime.
- Discord Community Access
- Full Transcripts
- Money Back Guarantee
- Lifetime Access
Plus:
- Unlimited access to 60+ newline Books, Guides and Courses
- Interactive, Live Project Demos for Every newline Book, Guide and Course
- Complete Project Source Code for Every newline Book, Guide and Course
- Best Value 🏆
Frequently Asked Questions
Who is this course for?
Anyone looking to build full stack web applications.
Is this course hard?
We do cover a lot of concepts in this course, but we are here to help you if you get stuck. Some familiarity with any of the following technologies will help you go faster: JavaScript, HTML, REST APIs and SQL.
What if I need help?
You can ask us questions anytime through the community Discord channel or by sending us a message.
Does the course use Sapper as a Svelte framework?
No, the course does not use Sapper. We decided to keep it less opinionated and use "vanilla" Svelte.