Skip to content

Latest commit

 

History

History

resources

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

List of Resources

1. Web development tools

Command Line

Setup

  • If you are using Windows, you can use the Git Bash terminal bundled with the Git installer as your command line. You can download it from https://gitforwindows.org/
  • If you are using a GNU/Linux system, use the Terminal emulator bundled in your distribution.
  • If you are on MacOS, you can use the Terminal app installed by default in Mac. You can also checkout iTerm for a more feature rich Terminal.

Tutorials

Git and version control

Setup

Tutorials

Visual studio code

Setup

Tutorials

Chrome developer tools

  • Bundled inside Chrome (or Chromium) browser.

Tutorials

Codepen

Setup

Tutorials

2. HTML

Tutorials

References

Further Reading

3. CSS

Tutorials

CSS layout tutorials

Reference

Useful CSS libraries

Other links

4. Javascript

Tutorials

Reference

Books

E6 Specific Resources

Further Reading

5. jQuery

Tutorials

6. Node.js

Setup

  • Download from https://nodejs.org/en/
  • If you are using a GNU/Linux distribution, please use your package managed to install NodeJS.

7. Express

Setup

Tutorials

8. Handlebars

Setup

Documentation

Tutorials

9. MongoDB

Setup

Installation Notes

  • For those who are on Windows 8 and below, you might need to start the MongoDB server manually. Go to the installation directory in your command line and run ./mongod.exe to start the server.

Documentation

Tutorials

Using MongoDB with Node.js

10. React

Documentation

Tutorials

Video Tutorials

Further Reading

Examples

10.1. React Router

Documentation

Tutorial

11. Redux

Documentation

Tutorials

Further Reading

11.1. React + Redux + React Router

Tutorials