https://code.visualstudio.com/
LTS version: https://nodejs.org/en/download/
open terminal in VSCode and run npm install http-server -g
open VSCode in folder (root), then open terminal in VSCode and run http-server
surf to: http://127.0.0.1:8080
- generated content
- box model
- icons
- positions
https://github.com/kob-e/4578-7/tree/master/lesson6/class-exercise/before
Normalize: https://necolas.github.io/normalize.css/
Typebase: http://devinhunt.github.io/typebase.css/
CSS breakpoints: https://responsivedesign.is/develop/browser-feature-support/media-queries-for-common-device-breakpoints/
LESS extension to VSCode, install from extension tab: Easy LESS
bootstrap http://getbootstrap.com/docs/3.3/getting-started/#download
make this https://github.com/kob-e/4578-7/tree/master/lesson6/class-exercise/before with bootstrap
- Operators
- Types
- Variables
- Flow control
- Objects
- Loops
-
Document object
-
Functions
-
Arrays
- AND / OR
- Switch
- Bonus: Sorting (quick sort, bubble sort, Counting sort)
- not (!)
- break (in loops)
- Shoratnd if
- Run time
- Recursion
- recipe project
- enrichment: bfs, dfs, dijkstra, Bellman Ford
- two dimensional array, Matrix
- ATM exercise
- Bubble sort code example
- Variables (var, let, const)
- Scope, global scope
- Garbage collector
- IIFE (Immideatly invoked function expression)
- Anonymous function, function invoke
- BONUS: js array
splice
function - Hoisting
- Falsy values
- debugger
- setTimeout
- setInterval, clearInterval
- Who Wants to Be a Millionaire game
- Templates
- JSON
- forms with JS
- HTML Canvas
- intro to REGEX
- Intro to PHP
- remove element dynamically technic
- Create table, Primary Key
- Select, Insert, Where
PDO
withsql
DAL
andBL
layers.- Model class for each sql table
abstract
inner join
andleft join
- using
git
markdown
language
- login example using md5
https://github.com/kob-e/kickstarter-angular
https://github.com/kob-e/angular-nodejs-jwt
https://github.com/kob-e/shop-end-to-end-mean-stack
https://github.com/kob-e/4578-7/tree/master/general/git
https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
https://en.wikipedia.org/wiki/Markdown
Update angular data service every X seconds: https://gist.github.com/kob-e/eab1effbb62036dce7cadf6fd13363c3
Update data realtime with socket.io: https://gist.github.com/kob-e/1f3813abf82bcf6759f0a6c4f1965c3e
http://shaytavor.com/%D7%A7%D7%95%D7%A8%D7%A1-%D7%92%D7%90%D7%95%D7%95%D7%94/