Skip to content

Commit 1524100

Browse files
README.MD added
1 parent e551acf commit 1524100

File tree

1 file changed

+78
-0
lines changed

1 file changed

+78
-0
lines changed

README.MD

+78
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
Learn Programming with TypeScript and Node.js
2+
The repo is part of the Certified Web 3 and Metaverse Developer Program
3+
4+
Before we start the learning process, review this articles:
5+
6+
TypeScript Job Postings Explode
7+
8+
Textbooks
9+
Chapters 2-6, 13 of JavaScript from Beginner to Professional: Learn JavaScript quickly by building fun, interactive, and dynamic web apps, games, and pages
10+
11+
Chapters 1-11 of Learning TypeScript: Enhance Your Web Development Skills Using Type-Safe JavaScript
12+
13+
Setup a TypeScript and Node.js Project
14+
How to Setup a TypeScript + Node.js Project
15+
16+
How to Set Up a Node.js Project with TypeScript
17+
18+
Node.js
19+
How to read environment variables from Node.js
20+
21+
Node.js, accept arguments from the command line
22+
23+
Output to the command line using Node.js
24+
25+
Create a Conversational CLI User Interface
26+
Inquirer is an NPM package that provides an easy way to capture user input in your Node. js command line interface applications. It provides several methods for asking questions and returning answers from the user that can be accessed by a . then promise function.
27+
28+
Inquirer
29+
30+
Inquirer Types
31+
32+
How To Create Beautiful Command Line Interactions With Node.js
33+
34+
How To Create Interactive Command-line Prompts with Inquirer.js
35+
36+
TypeScript inquirer prompt Examples
37+
38+
Building a CLI in node.js with inquirer and typescript
39+
40+
Create An Advanced CLI — With TypeScript
41+
42+
How To Create Your Own TypeScript CLI — With Node.js
43+
44+
Use Inquirer.js to Create a Conversational CLI User Interface
45+
46+
You can develop CLI Games using Inquirer, Chalk, etc. All your class projects will be CLI based and should be deployed as an NPX command
47+
48+
How to create a NPX tool
49+
50+
Run the following command to experience a CLI game:
51+
52+
npx firequiz
53+
Now review the source code for Firequiz game.
54+
55+
Fundamentals of Version Control with Git
56+
All projects will be sumitted by creating a private repository on GitHub. Please learn Git and GitHub by using these resources:
57+
58+
Version Control using Git and GitHub By Sir Zeeshan Hanif Videos
59+
60+
Chapters 1, 2, 3, and 4 Learn Version Control with Git: A step-by-step course for the complete beginner by Tobias Günther
61+
62+
We will also covers these readings:
63+
64+
https://help.github.com/articles/markdown-basics/
65+
66+
http://stackoverflow.com/questions/5009600/difference-between-fork-and-branch-on-github
67+
68+
http://stackoverflow.com/questions/3329943/git-branch-fork-fetch-merge-rebase-and-clone-what-are-the-differences
69+
70+
https://git-scm.com/book/en/v2/Git-Branching-Rebasing
71+
72+
http://git-scm.com/book/en/v2/Git-Branching-Remote-Branches#Tracking-Branches
73+
74+
For practice: https://try.github.io/levels/1/challenges/1
75+
76+
Homework:
77+
78+
https://www.datacamp.com/courses/introduction-to-git-for-data-science

0 commit comments

Comments
 (0)