Interested in a private company training? Request it here.
Not ready to book yet? Request an offer here.
JavaScript is the foundational programming language of the modern web and a key technology across many other domains, including backend services, desktop applications, mobile apps, cloud platforms, and tooling. In this module, we start with a brief introduction to JavaScript as the runtime language, and then show how TypeScript builds on top of it to make development more reliable, scalable, and maintainable.
In this module, you'll learn how to create and configure a TypeScript project from scratch. We'll introduce the tools and configuration files required to compile TypeScript to JavaScript, explain how a typical project is structured, and set up a simple workflow for modern development.
In this module, we'll introduce the fundamental building blocks of TypeScript: variables and primitive types. You'll see how values are stored and used in your programs, and how TypeScript helps guide you toward safer code. These concepts form the foundation for everything you'll build later.
Objects are the primary way to structure data in TypeScript. In this module, you'll learn how to create and work with objects, define clear data shapes, and use TypeScript to enforce consistency across your code. You'll also see how objects form the basis for modeling real-world concepts in applications.
Real-world applications work with collections of data. This module introduces arrays and common ways to work with them, such as iterating, filtering, and transforming data. You'll learn how TypeScript helps you work with collections safely, and we'll highlight the difference between mutable and immutable operations when manipulating data.
Functions are a core building block of TypeScript applications. JavaScript is often described as a multi-paradigm language with strong support for functional programming concepts. In this module, we'll explore functions in more detail and see how they can be used to structure logic in a clear and reusable way.
In this module, you'll learn how to use classes to model both data and behavior, apply core object-oriented principles, and write structured and maintainable code using TypeScript. We'll also look at how TypeScript enhances classes with strong typing and access control.
TypeScript's advanced type system enables powerful abstraction and reuse. This module introduces more advanced typing concepts that help scale applications safely.
Modern applications are asynchronous by nature. In this module, you'll learn how JavaScript and TypeScript handle asynchronous operations, from callbacks and promises to async and await. We'll also introduce the event loop and callback/microtask queue to explain how asynchronous code is scheduled and executed, helping you better understand application behavior and performance.
Modern applications communicate with external systems in different ways. In this module, you'll learn how JavaScript and TypeScript interact with external services using both request-response and real-time communication patterns. We'll start with the Fetch API for HTTP-based communication and then introduce real-time, event-driven communication to show how applications stay responsive and up to date.
JavaScript is just a language. On its own, it cannot interact with the outside world. To build real applications, JavaScript runs inside a runtime environment, such as a web browser (what JS was initially made for) or Node.js. These runtimes provide additional APIs that allow JavaScript code to interact with users, the system, and the environment it runs in. You'll explore how TypeScript's type definitions help you interact with these APIs safely and confidently, whether you're responding to user interactions in the browser or working with system-level features in Node.js.
As applications grow, structure becomes critical. In this module, we'll look at how JavaScript and TypeScript applications have evolved over time, from simple script files loaded via a CDN to modular applications with a build step. You'll learn how modules work, how dependencies are managed, and how modern tooling fits into the TypeScript and JavaScript ecosystem.
In this final module, we'll look at how TypeScript is used in modern frontend frameworks and how the concepts from this course apply in real-world applications. We'll explore how TypeScript spans the full stack, from browser code to backend services, and how shared types improve consistency and maintainability across an application.
...
Developers who want to use TypeScript for the creation of software. A
basic understanding of programming — in any language — is advised.
This course focuses on TypeScript as a programming language and does not
assume a specific application domain. Whether you plan to use TypeScript
for frontend web applications, backend services, or other platforms, the
concepts apply broadly. However, some topics and examples place an
emphasis on web application development.
Basic knowledge of HTML and CSS is therefore recommended. if you want to
learn about CSS and HTML as well, you need this course:
www.u2u.be/training/javascript-html-css-programming.