Compiled by Abhilash Panicker
Following is a self-learn module with 24-lesson curriculum which is all about JavaScript, CSS, and HTML basics. Each lesson includes pre- and post-lesson quizzes, written instructions to complete the lesson, a solution, an assignment and more. Our project-based pedagogy allows you to learn while building, a proven way for new skills to 'stick'.
To be able to troublshoot issues related to RestAPI and other script related issues, it is important to understand the basics before we jump into
Chosen two pedagogical tenets while building this curriculum: ensuring that it is project-based and that it includes frequent quizzes. By the end of this series, students will have built a typing game, a virtual terrarium, a 'green' browser extension, a 'space invaders' type game, and a business-type banking app, and will have also learned the basics of JavaScript, HTML, and CSS along with the modern toolchain of today's web developer.
Purposefully avoided introducing JavaScript frameworks to concentrate on the basic skills needed as a web developer before adopting a framework, a good next step to completing this curriculum would be learning about Node.js via another collection of videos: "Beginner Series to: Node.js".
- optional sketchnote
- optional supplemental video
- pre-lesson warmup quiz
- written lesson
- for project-based lessons, step-by-step guides on how to build the project
- knowledge checks
- a challenge
- supplemental reading
- assignment
- post-lesson quiz
A note about quizzes: All quizzes are contained in this app, for 48 total quizzes of three questions each. They are linked from within the lessons but the quiz app can be run locally; follow the instruction in the
quiz-app
folder. They are gradually being localized.
Project Name | Concepts Taught | Learning Objectives | Linked Lesson | |
---|---|---|---|---|
01 | Getting Started | Introduction to Programming and Tools of the Trade | Learn the basic underpinnings behind most programming languages and about software that helps professional developers do their jobs | Intro to Programming Languages and Tools of the Trade |
02 | Getting Started | Basics of GitHub, includes working with a team | How to use GitHub in your project, how to collaborate with others on a code base | Intro to GitHub |
03 | Getting Started | Accessibility | Learn the basics of web accessibility | Accessibility Fundamentals |
04 | JS Basics | JavaScript Data Types | The basics of JavaScript data types | Data Types |
05 | JS Basics | Functions and Methods | Learn about functions and methods to manage an application's logic flow | Functions and Methods |
06 | JS Basics | Making Decisions with JS | Learn how to create conditions in your code using decision-making methods | Making Decisions |
07 | JS Basics | Arrays and Loops | Work with data using arrays and loops in JavaScript | Arrays and Loops |
08 | Terrarium | HTML in Practice | Build the HTML to create an online terrarium, focusing on building a layout | Introduction to HTML |
09 | Terrarium | CSS in Practice | Build the CSS to style the online terrarium, focusing on the basics of CSS including making the page responsive | Introduction to CSS |
10 | Terrarium | JavaScript Closures, DOM manipulation | Build the JavaScript to make the terrarium function as a drag/drop interface, focusing on closures and DOM manipulation | JavaScript Closures, DOM manipulation |
11 | Typing Game | Build a Typing Game | Learn how to use keyboard events to drive the logic of your JavaScript app | Event-Driven Programming |
12 | Green Browser Extension | Working with Browsers | Learn how browsers work, their history, and how to scaffold the first elements of a browser extension | About Browsers |
13 | Green Browser Extension | Building a form, calling an API and storing variables in local storage | Build the JavaScript elements of your browser extension to call an API using variables stored in local storage | APIs, Forms, and Local Storage |
14 | Green Browser Extension | Background processes in the browser, web performance | Use the browser's background processes to manage the extension's icon; learn about web performance and some optimizations to make | Background Tasks and Performance |
15 | Space Game | More Advanced Game Development with JavaScript | Learn about Inheritance using both Classes and Composition and the Pub/Sub pattern, in preparation for building a game | Introduction to Advanced Game Development |
16 | Space Game | Drawing to canvas | Learn about the Canvas API, used to draw elements to a screen | Drawing to Canvas |
17 | Space Game | Moving elements around the screen | Discover how elements can gain motion using the cartesian coordinates and the Canvas API | Moving Elements Around |
18 | Space Game | Collision detection | Make elements collide and react to each other using keypresses and provide a cooldown function to ensure performance of the game | Collision Detection |
19 | Space Game | Keeping score | Perform math calculations based on the game's status and performance | Keeping Score |
20 | Space Game | Ending and restarting the game | Learn about ending and restarting the game, including cleaning up assets and resetting variable values | The Ending Condition |
21 | Banking App | HTML Templates and Routes in a Web App | Learn how to create the scaffold of a multipage website's architecture using routing and HTML templates | HTML Templates and Routes |
22 | Banking App | Build a Login and Registration Form | Learn about building forms and handing validation routines | Forms |
23 | Banking App | Methods of Fetching and Using Data | How data flows in and out of your app, how to fetch it, store it, and dispose of it | Data |
24 | Banking App | Concepts of State Management | Learn how your app retains state and how to manage it programmatically | State Management |
25 | Client Script in CE | Getting started with D365 CE scripting | Create your 1st Client script in D365 CE | Walkthrough |
To use this curriculum on your own, fork the entire repo and go into the numbered folders to access the lessons and projects.
Lesson Name | Learning Objectives | Linked Lesson | |
---|---|---|---|
01 | Welcome | Introduction to C#, .NET, and web development with .NET | Welcome to the Intro to Web Dev with .NET series |
02 | C# | A quick runthrough of C# attributes, syntax, and OOP | C# Crash Course |
03 | Controller-based Web APIs | Build a Minimal API backend for To-do website | Build an HTTP backend with Minimal APIs |
04 | Download Developer Tools | Environment set-up with required tools | Install Power Platform Tools |
05 | Getting Started with Plugins | Get Introduced to Plugins and the need for custom logic | Plugins |
06 | Event Framework officiallyOfficial Documentation | Understand the Event Framework for execution from official documentation | Event framework |
07 | Plugin Registration | Registering your First Plugin | Plugin_Registration |
08 | Web Services | Introducing to IDiscovery and IOrganization Interfaces | Web_Services |
Official Documentation: D365 Developer Guide
All feedback to Abhilash Panicker