Course Information
- Available
- *The delivery and distribution of the certificate are subject to the policies and arrangements of the course provider.
Course Overview
Become the TypeScript guru at your company with this comprehensive production-grade advanced TypeScript course.
Master The Complete Type System of TypeScript!
The approach of this course sets it apart from other courses. Here, the focus is exclusively on TypeScript, without wasting time on configuring trivial projects. Instead, you'll dive straight into pure TypeScript knowledge.
Rather than enduring lengthy lectures, you'll encounter real-world code challenges accompanied by concise explanations. Armed with these insights and your existing skills, you'll tackle the challenges at your own pace.
The exercises and lessons are carefully designed to reinforce key TypeScript concepts across various contexts, enabling you to understand when, where, and how to apply them effectively in your own projects.
True TypeScript experts possess a deep understanding of the language, which makes it feel straightforward and predictable rather than mysterious. The TypeScript Bible course aims to foster this level of comprehension.
Upon completing the course, you'll achieve mastery, reducing your apprehension when facing complex TypeScript errors, boosting your confidence in typing dynamic signatures, and streamlining your coding process.
By enrolling in this course:
You'll enhance your abilities as a contributor and reviewer.
You'll be the one to remove obstacles and increase productivity for others.
You'll truly grasp the inner workings of TypeScript.
This course isn't just a compilation of TypeScript tricks. Instead, it's focused on helping you develop a strong understanding of the language's fundamentals. I believe that building a solid mental model of these basics is more empowering because it equips you to tackle a wider range of problems, even those we haven't explicitly covered.
While knowing a few tricks can be helpful, true mastery comes from understanding the underlying building blocks of the language and how they interact. This deeper understanding enables you to solve real-world problems with confidence and creativity.
The initial sections of the course are designed to lay a solid foundation for you. These sections will guide you through the essential concepts and principles you'll need to grasp before delving into the more advanced and complex topics covered later in the course.
Content Description By Sections:
Sections 1,2,3:
Every programming language involves transforming data, and TypeScript is no different. However, what sets TypeScript apart is that types themselves serve as our data. In this course, we'll write programs that manipulate types as input and output other types.
To truly master TypeScript, you'll need a solid understanding of its various data types and structures. In the initial three sections, we'll delve into these concepts, exploring how they relate to the familiar concepts we use at the value level while also highlighting their unique characteristics.
Section 4:
After exploring the various types available to us in the first three sections, it's time to put our knowledge into practice by implementing our first TypeScript algorithms! This is where we transition from theory to practical application, diving into writing actual code using the language of types.
Section 5:
Next, we're going to delve into loops and recursive types. In this section, we'll harness recursion to iterate over tuple types. If recursive algorithms are new to you, the code I'll be demonstrating might seem unfamiliar at first. However, stay patient and keep in mind that we're not just mastering a new programming language, but a functional one at that! Understanding these concepts takes time, and being open to a bit of discomfort is crucial for advancing your skills.
Section 6:
Following that, we'll explore Template Literal Types, an exceptional feature exclusive to TypeScript's type system.
Section 7:
Next up, we'll delve into union types. Union types are remarkable as they allow us to accurately model the finite set of possible states our applications can be in. Without them, our types would be so imprecise that they would hardly be of any value.
Section 8:
In this section, we'll explore loops with mapped types. Here, we'll discover how to transform and filter object types using Mapped Types. We'll combine them with other features of the type system, such as Template Literal Types and Conditional Types, to construct functions with incredibly intelligent type inference.
Sections 9+ (Extra Material):
And finally, you'll find dozens of additional sections filled with even more TypeScript challenges and material to further hone your skills.
When you’ve completed the all the exercises, you’ll reach a point of mastery where you will find yourself as the typescript go-to expert in your team.
Review the course material titles to decide if it aligns with your expectations.
This course is ideal for TypeScript developers seeking to elevate their skills from intermediate to advanced levels. If this resonates with you, then this course is your next step toward mastery!
Course Content
- 12 section(s)
- 166 lecture(s)
- Section 1 Introduction
- Section 2 Basics: Fundamental Types and Assignability
- Section 3 Basics: Classes
- Section 4 Records
- Section 5 Understanding Arrays and Tuple Structures
- Section 6 Conditional Types
- Section 7 Type Iteration and Traversal Methods
- Section 8 Template Literals
- Section 9 Union Types
- Section 10 Mapped Types
- Section 11 Extra Advanced Concepts
- Section 12 Extra Practices
What You’ll Learn
- Better understand TypeScript
- You will become a better contributor and reviewer
- You will be the one to unblock others and raise their speed
- You will be the one who really knows what TypeScript is doing
- Advanced TypeScript types often used in library and framework code
- Type predicates, generic constraints, mapped types, conditional types, template literal types, function overloads, and others.
- Advanced TypeScript Patterns
Skills covered in this course
Reviews
-
UUdemy User
Unpractical examples and use cases
-
VVinicius Bruch Zuchi
Overall the course is really good, the theoretical part is concise and straight to the point and broken down into really small chunks, which makes the course easy and dynamic to watch, sections 1 to 9 have a good range of exercises on each one of them. I can safely say that my typescript skills are on another level now and I feel that my knowledge is much more solid now, having filled a lot of gaps that I had on my TS knowledge, something that is common to happen when you only acquire knowledge through work experience My main feedback for improvement are towards the downloadable material, which could be updated and a bit more organised, some exercises for download have the wrong section number, and I think that you don't need to include the whole typescript project again on every zip file, only the relevant exercises of each section The last sections of the course, 11 and 12, which consists mostly of exercises, need to be updated and maybe a bit trimmed, some exercises there are very similar to the ones we do on the first sections of the course, some require some knowledge that we still didn't have so far in the course, and some are not very clear about what exactly is expected on the solution. But overall the course is great and it was well worth my investment
-
JJose carballo
cosas interesantes
-
MMichael Taylor
This was an excellent course. This course provided a lot more examples than the TypeScript official documentation which is reasonable, but not complex. TypeScript provides an additional layer of protection from bugs separate from Unit Tests and E2E tests. There was a lot more to TypeScript than I thought with its abilities.