Category: Dynamic Web Dev

DWD Wk 5-7: Final

Final: http://afternoon-bastion-16333.herokuapp.com Final code here. Objective: This website is an online chat service. I tried to make it lighthearted as I treated this project mostly as a learning experience. I was using this final as a way to practice using socket.io, node, express and heroku. Helpful Resources: https://www.youtube.com/watch?v=AFiqctkoVJ4 https://www.eduonix.com/courses/Web-Development/Learn-Nodejs-by-building-10-Projects-From-Scratch https://naltatis.github.io/jade-syntax-docs/ https://gist.github.com/15Dkatz/321e83c4bdd7b78c36884ce92db26d38

DWD Wk 3: HW

Some resources provided by the professor this time: Code we did in class, and outline of how to get started with Heroku and SQL https://github.com/anb429/inclass/tree/master/class3 — Intro to SQL https://www.khanacademy.org/computing/computer-programming/sql   https://www.khanacademy.org/computing/computer-programming/sql/sql-basics/pc/challenge-book-list-database Extra Resources (provided by Mingna): — Questions about these instructions: (https://github.com/anb429/inclass/tree/master/class3)  1.) “In your local shell, you can try PORT=12345 node index.js” (in your […]

DWD Wk 3

In class notes: git branch (tells you what branch you are on) git status (gets status/tells you where you are) git checkout master (goes back to master) git checkout -b (creates new branch) touch.gitignore (create .gitignore file) touch “filename” (creates a new file) Steps for creating branch: 1. git branch fileName 2. git checkout (like […]

DWD Wk 2

Assignment lives on github Notes: npm install -s body-parser npm install -s socket.io npm install mustache –save npm install express –save   Somewhat helpful resources (?):  https://www.youtube.com/watch?v=2hhEOGXcCvg&t=2s https://www.youtube.com/watch?v=65a5QQ3ZR2g&list=PL55RiY5tL51oGJorjEgl6NVeDbx_fO5jR https://www.npmjs.com/package/body-parser lynda nodejs tutorial https://medium.com/@1sherlynn/javascript-templating-language-and-engine-mustache-js-with-node-and-express-f4c2530e73b2 https://github.com/janl/mustache.js   The most helpful: https://itp.nyu.edu/~sve204/dwd_spring2018/ https://itp.nyu.edu/~sve204/dwd_spring2018/express_basics.html

DWD Wk 1

Part 1: Make a static HTML page using specific HTML tags listed on the site. Get your static website hosted somewhere publicly available. For part 1, I decided to make a website about penguins. I had a good time and may have gotten carried away with the css and penguin side of things. Code for the website […]