You are currently viewing Basic HTML Updates – Live Coding with Jesse

Basic HTML Updates – Live Coding with Jesse

  • Post comments:2 Comments



Today we will be updating a static HTML site that I developed last year.

See a professional front-end developer at work. Unscripted. Mistakes included.

Project Repo: https://github.com/fus-marcom/cmhc-site

React: https://facebook.github.io/react/

Gitter: https://gitter.im/LiveCodingwithJesseFreeCodeCamp/

Twitter: https://twitter.com/JesseRWeigel
Youtube: https://www.youtube.com/c/JesseWeigel29
Instagram: https://www.instagram.com/jesse.weigel/

Code Editor: Visual Studio Code
VS Code Theme: Seti
Terminal: https://www.iterm2.com/
Project Management: https://trello.com

Learn to code for free and get a developer job: https://www.freecodecamp.com

Read hundreds of articles on programming: https://medium.freecodecamp.com

And subscribe for new videos on technology every day: https://youtube.com/subscription_center?add_user=freecodecamp

source

This Post Has 2 Comments

  1. Brandon Smith

    Question: You work on multiple sites built and deployed in many different ways. How do you you keep straight in your head how everything works. For instance I don't know when the last time you worked on this particular site was but lets say its been 6 months, after cloning the project how do you remember that this particular one is built with gulp. How do you remember what steps gulp is running and what you need to do manually? How do you remember this one is deployed with flight plan? I understand you can look just look at the files and see there is a gulp.js or look at the package.json to see what scripts to run. I'm not familiar with flight plan (I assume its similar to DeployHQ) but you didn't use npm run fly production so I assume that's not in the package.json. You seemed to remember all this right away, is it just because you worked on it recently or do you have a good strategy to keep everything straight with all the different projects?

Leave a Reply