All Projects → hisaacdelr → Coltsteele_webdevcourse

hisaacdelr / Coltsteele_webdevcourse

Collection of coursework I've done from Colt Steele's Udemy Web Development course

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Coltsteele webdevcourse

mooc-java-programming-i
University of Helsinki’s free massive open online course (MOOC) completed exercises. 2020 solutions
Stars: ✭ 16 (-81.4%)
Mutual labels:  mooc
Mooc Downloader
An icourse163.org MOOC downloader implemented by .NET. 一枚由 .NET 实现的中国大学 MOOC 下载器.
Stars: ✭ 454 (+427.91%)
Mutual labels:  mooc
Awesome Neuroscience
A curated list of awesome neuroscience libraries, software and any content related to the domain.
Stars: ✭ 734 (+753.49%)
Mutual labels:  mooc
LinuxSysAdmin
中传信安专业必修课 - Linux系统与网络管理 课件
Stars: ✭ 33 (-61.63%)
Mutual labels:  mooc
Class Central
Source code for Class Central
Stars: ✭ 305 (+254.65%)
Mutual labels:  mooc
Hypatia
A JavaScript open source LMS (eLearning platform) for MOOCs and online courses
Stars: ✭ 478 (+455.81%)
Mutual labels:  mooc
site
The OpenScienceMOOC website
Stars: ✭ 20 (-76.74%)
Mutual labels:  mooc
Play With Machine Learning Algorithms
Code of my MOOC Course <Play with Machine Learning Algorithms>. Updated contents and practices are also included. 我在慕课网上的课程《Python3 入门机器学习》示例代码。课程的更多更新内容及辅助练习也将逐步添加进这个代码仓。
Stars: ✭ 1,037 (+1105.81%)
Mutual labels:  mooc
Pycadl
Python package with source code from the course "Creative Applications of Deep Learning w/ TensorFlow"
Stars: ✭ 356 (+313.95%)
Mutual labels:  mooc
Pointers For Software Engineers
A curated list of topics to start learning software engineering
Stars: ✭ 5,447 (+6233.72%)
Mutual labels:  mooc
IT-Security-Quiz-App
IT Security Quiz App for Android. Project for Android Basics: User Input course by Udacity
Stars: ✭ 15 (-82.56%)
Mutual labels:  mooc
Play With Algorithms
Codes of my MOOC Course <Play with Algorithms>, Both in C++ and Java language. Updated contents and practices are also included. 我在慕课网上的课程《算法与数据结构》示例代码,包括C++和Java版本。课程的更多更新内容及辅助练习也将逐步添加进这个代码仓。
Stars: ✭ 3,309 (+3747.67%)
Mutual labels:  mooc
Course V3
The 3rd edition of course.fast.ai
Stars: ✭ 4,785 (+5463.95%)
Mutual labels:  mooc
University-of-California-San-Diego-Big-Data-Specialization
Repository for the Big Data Specialization from University of California San Diego on Coursera
Stars: ✭ 157 (+82.56%)
Mutual labels:  mooc
Play With Algorithm Interview
Codes of my MOOC Course <Play with Algorithm Interviews>. Updated contents and practices are also included. 我在慕课网上的课程《玩儿转算法面试》示例代码。课程的更多更新内容及辅助练习也将逐步添加进这个代码仓。
Stars: ✭ 915 (+963.95%)
Mutual labels:  mooc
Main
Management materials and content
Stars: ✭ 32 (-62.79%)
Mutual labels:  mooc
Practical rl
A course in reinforcement learning in the wild
Stars: ✭ 4,741 (+5412.79%)
Mutual labels:  mooc
Sagefy
🔭 Learn anything, adapted for you. Free.
Stars: ✭ 80 (-6.98%)
Mutual labels:  mooc
Stanford dbclass
Collection of my solutions to the (infamous) dbclass (2014 version) offered by Stanford.
Stars: ✭ 35 (-59.3%)
Mutual labels:  mooc
Course Crawler
🎓 中国大学MOOC、学堂在线、网易云课堂、好大学在线、爱课程 MOOC 课程下载。
Stars: ✭ 611 (+610.47%)
Mutual labels:  mooc

The Web Developer Bootcamp

Colt Steele's Udemy Course

Progress

Collection of coursework I've done from Colt Steele's Udemy Web Development course

##Projects


##Concepts & Exercises

###HTML & CSS

  • Pokemon Data Tables exercise
  • CSS Selector exercise
  • Tic Tac Toe Grid CSS exercise
  • Photo Grid CSS exercise
  • Photo Grid Bootstrap exercise
  • Blog Post CSS exercise
  • Landing Page Bootstrap exercise

###Javascript Many solutions to the exercises can be seen by opening the browser console

  • Prompt Exercise using prompt() and console.log()
  • For Loop Exercises
  • While Loop Exercises
  • Using Functions Problem Set
  • Todo List using Arrays
  • Array Problem Set
  • Movie Database, practice with creating Objects

####Interacting with the DOM

  • Intro to Selectors (.getElementById, .getElementByTagName, .querySelector, etc.)
  • Selector Exercise
  • Adding Listeners (.addElementListener)
  • Score Keeper, using .addEventListener, reviewing typecasting, selectors

###jQuery

  • Selector Exercise
  • jQuery Methods

###Node.js Instead of using C9 as Colt recommended, I create my projects locally

  • Intro to the Command Line
  • Intro to NPM (using simple npm packages catMe & faker)
  • Intro to Express
  • Routes, .get, response (res) and request (req)
  • Using CSS stylesheets, Partials, app.use (to serve other directories in the project), and app.set (set root folder and set default template file extension)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].