When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Coding in Fun: Object-Oriented and Scalable Designs in Depth
Using object-oriented programming to create scalable designs, with TypeScript as a programming language

This Course Includes
udemy
5 (1 reviews )
2 total hours
english
Online - Self Paced
course
Udemy
About Coding in Fun: Object-Oriented and Scalable Designs in Depth
Why take this course?
In addition to diving deep into advanced topics of object-oriented system design, the course contains expert guidelines, rules, and tips, of how to choose the correct object structure in order to design scalable systems.
Knowing how to choose the correct object structure is not trivial, and greatly contributes to our code scalability, which will be highly appreciated by interviewers as well as managers.
Why take a course with 'Coding in Fun'?
The biggest advantage of this course is that on top of the built-in quizzes, there is a dedicated course website with dozens of exercises for the different lessons.
The course breaks subjects down into mini-topics, making it simple and easy to follow.
The course follows a unique learning by examples methodology, using real-life examples to illustrate the concepts we learn.
Who is this course for?
This course is for you if want to become proficient in object-oriented programming so that you are able to make scalable designs. You should have basic knowledge of programming, with emphasis on classes and inheritance. If you're unfamiliar with TypeScript, but you are familiar with another object-oriented language, you should be able to follow this course.
What does this course cover?
This course focuses on advanced OOP Design concepts:
Multi-level inheritance
Data Abstraction
Interfaces
Polymorphism
Scalability
Throughout the course we use TypeScript to demonstrate, but the same principles apply to any object-oriented language.
Why TypeScript?
TypeScript is an advanced form of JavaScript, and is the language used both in Node.js (backend) and React.js (frontend). If one day you decide to develop your own app or website, or both, then with TypeScript you could do both and not have to learn another language.
My goal is for you to enjoy the course, and become proficient in the material by the time you finish it!!
What You Will Learn?
- Know what is multi-level inheritance, data abstraction, polymorphism, and interfaces.
- Use multi-level inheritance to isolate common code.
- Use data abstraction to declare a common behavior for similar objects.
- Use polymorphism to control different objects of similar types.
- Use interfaces to connect different software components.
- Create a scalable design, using the correct OOP concepts for each requirement.