From f92fb51dc95dde5dd45289fd6301f8490da4bcf7 Mon Sep 17 00:00:00 2001 From: Abdelwahab Ayman Samy AbuGhaleb Date: Sun, 17 May 2026 11:53:07 +0300 Subject: [PATCH] Update part0a.md with course introduction Add introductory text about the course content. --- src/content/0/en/part0a.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/0/en/part0a.md b/src/content/0/en/part0a.md index 1b51755cb4..9e361e559e 100644 --- a/src/content/0/en/part0a.md +++ b/src/content/0/en/part0a.md @@ -4,7 +4,7 @@ part: 0 letter: a lang: en --- - +tru
This course is an introduction to modern web development with JavaScript. The main focus is on single-page applications implemented with React and supporting them with RESTful and GraphQL web services implemented with Node.js. The course also has parts on TypeScript, React Native, and Continuous integration.