JonahCS's Stars
JonahCS/cli-products-1
JonahCS/100DaysOfCloud
100DaysOfCloud/100DaysOfCloud
ggelashvili/learnphptherightway-outline
Learn PHP The Right Way Series Outline
microsoft/Web-Dev-For-Beginners
24 Lessons, 12 Weeks, Get Started as a Web Developer
JonahCS/complete-javascript-course
Starter files, final projects, and FAQ for my Complete JavaScript course
markodenic/awesome-tech-blogs
A list of Tech Blogs.
markodenic/web-development-resources
Awesome Web Development Resources.
jwasham/coding-interview-university
A complete computer science study plan to become a software engineer.
zero-to-mastery/HTML-project
🌎
zero-to-mastery/resources
Here is a list of best resources to get you started with learning how to code (mostly related to Web Development). Feel free to add your favorite resources as well and help others in their journey of learning.
wesbos/beginner-javascript
Slam Dunk JavaScript
h5bp/Front-end-Developer-Interview-Questions
A list of helpful front-end related questions you can use to interview potential candidates, test yourself or completely ignore.
microsoft/ML-For-Beginners
12 weeks, 26 lessons, 52 quizzes, classic Machine Learning for all
purewebstar/cpp-lib
It's just a c++ libarary which have the same function as <cstring>
purewebstar/nodejs-passport-google
A demo for user account registering and login using google account. I used passport-google-oauth2 and jsonwebtoken for authentication and retreiving user google account and save it to MongoDb. (MVC architecture),Rest API
purewebstar/nodejs-jwt
A demo for user account registering and login using jsonwebtoken for authentication purpose. (MVC architecture).,Rest API
purewebstar/nodejs-passport-jwt
A demo for user account registering and login using jsonwebtoken and passport-jwt for authentication purpose.(MVC architecture),Rest API
purewebstar/nodejs-verify-user-email
A demo for user account email verification for registering new account and saving it into MongoDb with jsonwebtoken authentication. (MVC architecture and Restful API)