Skip to content

Commit

Permalink
Update all dates
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed Oct 24, 2023
1 parent 892222e commit c4dd106
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Intro
date: "2021-06-10T09:00:00.000Z"
date: "2023-10-25T09:00:00.000Z"
description: |
We'll discuss the goals and agenda of this course, and how to get up and
running with the workshop project in 2 minutes or less.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Declaration Merging
date: "2021-06-10T09:00:00.000Z"
date: "2023-10-25T09:00:00.000Z"
description: |
In order to truly understand how types and values "stack" on
each other, we'll first tackle the concept of declaration merging.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Modules & CJS interop
date: "2021-06-10T09:00:00.000Z"
date: "2023-10-25T09:00:00.000Z"
description: |
Although most of the code we write today is in the form of
ES modules, plenty of dependencies are packaged in the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Generics Scopes and Constraints
date: "2021-06-10T09:00:00.000Z"
date: "2023-10-25T09:00:00.000Z"
description: |
In this chapter, we'll learn about scopes and constraints, as they pertain to
type params, and what the language would look like if we didn't have these
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Conditional Types
date: "2021-06-10T09:00:00.000Z"
date: "2023-10-25T09:00:00.000Z"
description: |
Conditional types can be thought of as "a ternary operator, for types".
While there is no "control flow" in a world where we're describing constraints with types
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Inference with conditional types
date: "2021-06-10T09:00:00.000Z"
date: "2023-10-25T09:00:00.000Z"
description: |
Conditional types are not just for switching behavior based
on comparison -- they can be used with an 'infer' keyword
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Mapped Types
date: "2021-06-10T09:00:00.000Z"
date: "2023-10-25T09:00:00.000Z"
description: |
Mapped types are a powerful feature in TypeScript that allows you to create new types based on existing ones by transforming properties in a controlled manner.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Covariance, Contravariance and Bivariance
date: "2021-06-10T09:00:00.000Z"
date: "2023-10-25T09:00:00.000Z"
description: |
Unlock the mysteries of type relationships with a deep dive into covariance, contravariance, and invariance. Learn how these concepts shape type systems, enhance code safety, and influence design decisions in TypeScript projects.
course: intermediate-v2
Expand Down

0 comments on commit c4dd106

Please sign in to comment.