Become a full-stack web developer with just one course. HTML, CSS, Javascript, Node, React, MongoDB and more!
Course work and notes from Udemy Course by Dr. Angela Yu.
- Download the Course Syllabus
- App Brewery Cornell Notes Template
- Submarine Cable Map
- Google Chrome Browser (recommended)
- Atom Text Editor (recommended)
- List of Atom Plugins
- VS Code Text Editor (good alternative)
- VS Code Extensions
- HTML Cheatsheet by Stanford University
- Experiment with HTML code on codepen.io
- The Adventures of Sherlock Holmes on Gutenberg.org
- MDN documentation on headings
- W3Schools documentation on headings
- Alternative reference devdocs.io
- Use the Wayback Machine to find out what websites used to look like in the olden days
- Professor Thomas H. Cormen's Personal Site (co-author of Introduction to Algorithms)
- Professor John Kleinberg's Personal Site (developed the HITS algorithm for web search)
- Professor Emeritus Donald Knuth's Personal Site (author of the Art of Computer Programming)
- Useful Atom keyboard shortcuts
- See what the emmet package can do on their cheat sheet
- List of UTF-8 characters
- See encoding differences on Windows symbol charts (e.g., Greek vs Arabic )
- See all unicode characters with a map on unicode-table.com
- Joel Spolsky on the absolute minimum any developer needs to know about unicode
- Difference between the HTML5 emphasis vs italicise tags
- Hyperlinks and the Wikigame
- Stanford HTML Cheatsheet
- A beautiful example of an online CV by Pascal Van Gemert
- Pascal Van Gemert's Online CV
- MDN Table Documentation
- MDN Form Documentation
- MDN Input Documentation
- Publish your website using Github Pages
- Stanford CSS Cheatsheet
- Toasty Technology classic 90s Style Website
- Sean Halpin's beautiful personal website
- MDN documentation on background colour
- Curated colour palettes on colorhunt.co
- Colour palette used in lectures
- Table of named colours on MDN
- Overview of default CSS applied by the browser
- MDN documentation on border-styles
- devdocs.io on CSS height
- W3Schools documentation on CSS Text
- Download the Debugging Problem Starting Files
- Download the Bacon Fan Site Starting Files
- MDN CSS Reference
- Emojipedia broccoli emoji
- CSS Properties and Pseudoclasses Reference (MDN)
- MDN :hover Documentation
- Sean Halpin's beautiful personal website
- Create a Favicon with favicon.cc
- My colours from colorhunt
- Markus Vogl Interactive Box Model Demo
- Download the CSS-My Site Images
- Is the img element block level or inline level?
- MDN margin documentation
- W3Schools documentation on Web Safe Fonts
- cssfontstack.com
- Google Fonts
- Download the StubCode.html file
- Lorem Ipsum Generator
- flaticon.com
- giphy.com
- MDN CSS color property documentation
- MDN font-weight documentation
- css3buttongenerator.com
- Completed Personal Site Project
- Codeply: Use Bootstrap in an Online Editor
- Bootstrap Homepage
- Boostrap Examples
- How to Install Bootstrap
- Submarine Cable Map
- Websites featured on awwwards.com
- Design patterns on ui-patterns.com
- Websites on dribbble.com
- Templates on sneakpeekit.com
- Wireframing with balsamiq
- Bootstrap Navbar
- Bootstrap Colour names
- Bootstrap NavBar Codeply
- Bootstrap Grid Codeply
- TinDog Starting Files
- Bootstrap Layout Grids
- Google Fonts: Montserrat
- Google Fonts: Ubuntu
- Bootstrap Containers
- Bootstrap Buttons
- Apple Icon on Font Awesome
- Hint: CSS Transform Function
- Need sample text? Use a lorem ipsum generator: loremipsum.io
- Bootstrap Carousel
- Bootstrap Card
- Cards Pricing Example
- Bootsnipp.com Examples
- Download Stacking Order Flowchart
- Z-Index Codeply Example
- Mobile Friendly Test
- TinDog Completed Website Files
- Penny Juice's Website
- Penny Juice Rebranded
- Curated colour palettes on Color Hunt
- Adobe Color Wheel
- Design Challenges on Daily UI
- Page inspirations on Collect UI
- Build a design using canva.com
- The History of Internet Explorer Comic Strip
- Writing Good Javascript Guidelines
- Karel Online IDE
- Randomness -video by Khan Academy
- Why can't programmers program? A blog past from Coding Horror
- Now that's what I call a Hacker. The legendary story retold in English.
- The original story from above link in Russian.
- Fibonacci challenge Flow Chart
- Download the Starting Files to the Dicee Challenge
- Download the completed Dicee Challenge
- DOM Style Javascript property names
- Download Hyper Terminal
- For Windows Users: Download Git
- For Windows Users: Hyper Configurations
- Learn enough command line to be dangerous
- Download Node.js
- Node API Documentation
- Node Documentation on Exports & the Module Object
- MDN Docs on Javascript Objects
- Katacoda NodeJS Playground
- UK Police API Documentation
- murdermap.co.uk uses the Police API to plot crime
- The Kanye Rest API Endpoint
- Parameters and Paths on the SV443 Joke API
- Postman API Tool
- OpenWeatherMap API
- W3Schools JSON vs. XML
- The Rise and Rise of JSON
- Chrome Browser Add-on Json Viewer Pro (Awesome was sold to another owner)
- Node HTTPS Module Docs
- HTTP Status Codes
- HTTP Status Dogs
- Criptii Hexcadecimal Converter
- Bootstrap Sign In Example
- Get the Bootstrap CDN
- Mailchimp Getting Started
- Mailchimp API Reference
- Mailchimp List Documentation
- The Boostrap Jumptron
- Deploy to Heroku
- Heroku Node.js Documentation
- Sign up to our Newsletter (if you like)
- Download Git for Windows and Mac
- Download the Git Cheatsheet
- Download the Git Quick Reference
- Gitignore and the absence of NPM Modules on GitHub Projects
- app.js Starting File
- EJS documentation (e.g., on tags)
- Documentation on var
- Documentation on let
- Documentation on const
- Download styles.css for Todolist v1 App
- Kristof Kovacs' database comparison
- A bit of context: Internet Live Stats
- W3Schools on SQL
- SQL Playground on sqliteonline.com
- Data Types in SQL
- Primary Keys in SQL
- Foreign Keys in SQL
- Inner Joins
- Completed SQL demo project
- How to install MongoDB on Mac
- How to install MongoDB on Windows
- MongoDB installation documentation for MacOS
- MongoDB Docs on CRUD operations
- MongoDB Query Operators
- MongoDB Update Operations
- MongoDB NodeJS Driver
- Mongoose: an alternative to the native MongoDB driver
- Mongoose documentation on the Model
- Mongoose documentation on data validation
- Todolist v2 starting files
- Mongoose findByIdAndRemove() method
- MDN on inputs of type "hidden"
- Removing items from an array with the MongoDB $pull operator
- How to capitalise Strings using Lodash
- Todolist v2 completed web app
- Sign up and deploy a free cluster with MongoDB Atlas
- Heroku documentation on getting started with NodeJS
- Deploying an existing application on Heroku
- ExpressJS Route Parameters
- Lodash Utility Library
- Chained Route Handlers Challenge Solution
- Download the Completed Project
- Download the Starting Files
- cryptii.com
- Numberphile Video on Enigma Part 1 and Part 2
- What are Rainbow Tables
- How do Rainbow Tables Work?
- Bad Things Happen When You Don't Secure Your API Keys
- Developer AWS gets used by Litecoin miners
- gitignore and directories
- MDN Array forEach() loop
- Check if your password is compromised
- Plaintext Offenders
- Password Strength Checker
- Hacker Typer
- Install NVM
- Passport
- Google Developers
Introduction to Code Sandbox
Introduction to JSX
[START](https://codesandbox.io/s/introduction-to-jsx-h8ub1?fontsize=14&module=%2Fpublic%2Findex.html babeljs.io)
JSX Code Practice
Javascript Expressions in JSX & ES6 Template Literals
Javascript Expressions in JSX Practice
JSX Attributes & Styling React Elements
Inline Styling for React Elements
React Styling Practice
React Components
React Components Practice
Javascript ES6 - Import, Export and Modules
Node require() vs ES6 import/export
Javascript ES6 Import, Export and Modules Practice
[ Windows] Local Environment Setup for React Development
Babel syntax highlighting for code editors
Sublime Babel by Josh Peng - VSCode
Where to get support if you get stuck
[ Mac] Local Environment Setup for React Development
Babel syntax highlighting for code editors
Sublime Babel by Josh Peng - VSCode
Where to get support if you get stuck
Keeper App Part 1 Challenge
Keeper App Part 1 Solution
React Props
React Props Practice
React DevTools
Mapping Data to Components
Mapping Data to Components Practice
Javascript ES6 Map/Filter/Reduce
Javascript ES6 Arrow functions
Keeper App Project - Part 2
React Conditional Rendering with the Ternary Operator & AND Operator
Single Responsibility Principle
Conditional Rendering Practice
State in React - Declarative vs. Imperative Programming
React Hooks - useState
useState Hook Practice
Javascript ES6 Object & Array Destructuring
Javascript ES6 Destructuring Challenge Solution
**END
**
Event Handling in React
React Forms
Controlled Components in Forms
Class Components vs. Functional Components
Should I use Hooks, classes, or a mix of both?
Changing Complex State
Changing Complex State Practice
Javascript ES6 Spread Operator
Javascript ES6 Spread Operator Practice
Managing a Component Tree
Generating unique ids with the UUID Package
Managing a Component Tree Practice
Keeper App Project - Part 3
React Dependencies & Styling the Keeper App
Material UI Icons Documentation