Loading...
「ツール」は右上に移動しました。
利用したサーバー: wtserver2
69いいね 3475回再生

Svelte with Test Driven Development - Introduction

The frontend world is having very popular frameworks which are heavily used in most of the applications. But Svelte is joining this competition by bringing lots of cool, developer friendly features. After practicing svelte, it will be hard to go back and work with other frameworks. You will be amazed when you see how much you can do with less code.

This is taken from my course at udemy. Here is the discount link bafoly.com/?course=tdd-svelte

Svelte is most popular framework of 2020 in terms of developer satisfaction.
Svelte is aiming to do more things with less code. And compared to other popular frameworks, you will see how small the file size is in svelte components. And also again Compared to other popular frameworks svelte is doing all the bulk operations in the build step of the application and as a result it generates small bundle size and fast applications.

In this course we will be learning Svelte by creating a web application with it. Also we will apply test driven development (TDD) methodology from beginning to the end.

while building this application, we will learn

client-side routing. we will apply our custom implementation then we will use svelte-routing library
internationalization
global state management in a component based application


and we will see
how test driven development works.
how it's affecting our code quality, reusability
how it's giving us the confidence about refactoring our implementation
how to avoid implementation details while creating tests

This course is purely built on practice. Each code piece we write, will be for our actual application implementation.
In each section we will gradually build our application. We will not jump ahead and add functionality not needed for that moment. We will implement one requirement at a time. Each implementation will bring the next requirement to us.
And following this practice, will help you to get a solid foundation about overall web application requirements and how to implement one of them with Svelte by following test driven development methodology.

After completing the course, you will be able to use Svelte in your next project and you will experience the benefits of test driven development.

Like, subscribe, comment any interaction with my channel, means a lot. Thanks

About me:
My name is Basar Buyukkahraman. I've courses for Spring Boot, React, Node.js, Web Components, Svelte and Vue in udemy.

You can check the latest coupon for my courses here: bafoly.com/

Test Driven Web Development with Spring & React - www.udemy.com/course/test-driven-web-application-d…

Test Driven Development with Node.js www.udemy.com/course/test-driven-development-with-…

Git - Step by Step Guide www.udemy.com/course/git-step-by-step-guide/?refer…

Fundamentals of Web Components - www.udemy.com/course/fundamentals-of-web-component…

Svelte with Test Driven Development - www.udemy.com/course/svelte-with-test-driven-devel…

Vue with Test Driven Development - www.udemy.com/course/vue-with-test-driven-developm…

React with Test Driven Development - www.udemy.com/course/react-with-test-driven-develo…

コメント