Building a JavaScript Development Environment

mp4   Hot:1163   Size:733.02 MB   Created:2017-08-26 04:14:53   Update:2021-12-12 17:20:11  

File List

  • 01. Course Overview.mp4 4.35 MB
    01. You Need a Starter Kit/01_01.You Need a Starter Kit.mp4 5.22 MB
    01. You Need a Starter Kit/01_02.A Starter Kit Is an Automated Checklist.mp4 4.25 MB
    01. You Need a Starter Kit/01_03.Who Is This Course For?.mp4 5.93 MB
    01. You Need a Starter Kit/01_04.What Belongs in Your Starter Kit?.mp4 3.12 MB
    01. You Need a Starter Kit/01_05.Set Up Github.mp4 5.69 MB
    01. You Need a Starter Kit/01_06.Agenda.mp4 6.51 MB
    01. You Need a Starter Kit/01_07.Summary.mp4 2.38 MB
    02. Editors and Configuration/02_01.Intro.mp4 653.07 KB
    02. Editors and Configuration/02_02.What To Look For in a JavaScript Editor.mp4 3.83 MB
    02. Editors and Configuration/02_03.JavaScript Editor Recommendations.mp4 3.12 MB
    02. Editors and Configuration/02_04.Editorconfig.mp4 3.11 MB
    02. Editors and Configuration/02_05.Demo- Editorconfig.mp4 4.18 MB
    02. Editors and Configuration/02_06.Summary.mp4 817.58 KB
    03. Package Management/03_01. Intro.mp4 973.67 KB
    03. Package Management/03_02. Package Managers.mp4 2.46 MB
    03. Package Management/03_03. Demo- Install Node and npm Packages.mp4 12.74 MB
    03. Package Management/03_04. Package Security.mp4 2.52 MB
    03. Package Management/03_05. Demo- Node Security Platform.mp4 2.97 MB
    03. Package Management/03_06. Summary.mp4 1.07 MB
    04. Development Web Server/04_01. Intro.mp4 744.19 KB
    04. Development Web Server/04_02. Development Web Servers.mp4 8.05 MB
    04. Development Web Server/04_03. Demo- Set up Express.mp4 10.2 MB
    04. Development Web Server/04_04. Sharing Work-in-progress.mp4 6.92 MB
    04. Development Web Server/04_05. Demo- Sharing Work-in-progress.mp4 6.89 MB
    04. Development Web Server/04_06. Summary.mp4 1.29 MB
    05. Automation/05_01. Intro.mp4 747.57 KB
    05. Automation/05_02. Automation Options.mp4 8.38 MB
    05. Automation/05_03. Demo- npm Scripts.mp4 4.42 MB
    05. Automation/05_04. Demo- Pre:Post Hooks.mp4 4.92 MB
    05. Automation/05_05. Demo- Create Security Check and Share Scripts.mp4 7.39 MB
    05. Automation/05_06. Demo- Concurrent Tasks.mp4 11.96 MB
    05. Automation/05_07. Summary.mp4 854.39 KB
    06. Transpiling/06_01. Intro.mp4 1.12 MB
    06. Transpiling/06_02. JavaScript Versions.mp4 2.68 MB
    06. Transpiling/06_03. Transpilers.mp4 18.15 MB
    06. Transpiling/06_04. Babel Configuration.mp4 5.35 MB
    06. Transpiling/06_05. Transpiling Build Scripts.mp4 1.45 MB
    06. Transpiling/06_06. Demo- Set Up Babel.mp4 10.31 MB
    06. Transpiling/06_07. Summary.mp4 2.14 MB
    07. Bundling/07_01. Intro.mp4 1.71 MB
    07. Bundling/07_02. Module Formats.mp4 1.83 MB
    07. Bundling/07_03. Why ES6 Modules?.mp4 3.5 MB
    07. Bundling/07_04. Choosing a Bundler.mp4 12.35 MB
    07. Bundling/07_05. Demo- Configuring Webpack.mp4 12.86 MB
    07. Bundling/07_06. Demo- Configure Webpack with Express.mp4 3.62 MB
    07. Bundling/07_07. Demo- Create App Entry Point.mp4 7.53 MB
    07. Bundling/07_08. Demo- Handling CSS with Webpack.mp4 5.17 MB
    07. Bundling/07_09. Sourcemaps.mp4 2.83 MB
    07. Bundling/07_10. Demo- Debugging via Sourcemaps.mp4 6.61 MB
    07. Bundling/07_11. Summary.mp4 1.79 MB
    08. Linting/08_01. Intro.mp4 973.08 KB
    08. Linting/08_02. Why Lint?.mp4 2.31 MB
    08. Linting/08_03. Linters.mp4 1.25 MB
    08. Linting/08_04. ESLint Configuration Decisions Overview.mp4 737.36 KB
    08. Linting/08_05. Decision 1- Configuration File Format.mp4 1.77 MB
    08. Linting/08_06. Decision 2- Which Rules?.mp4 4.8 MB
    08. Linting/08_07. Decision 3- Warnings or Errors?.mp4 2.15 MB
    08. Linting/08_08. Decision 4- Plugins?.mp4 1.77 MB
    08. Linting/08_09. Decision 5- Preset.mp4 2.84 MB
    08. Linting/08_10. Watching Files with ESLint.mp4 1.88 MB
    08. Linting/08_11. Linting Experimental Features.mp4 3.59 MB
    08. Linting/08_12. Why Lint Via an Automated Build?.mp4 1.53 MB
    08. Linting/08_13. Demo- ESLint Set Up.mp4 19.48 MB
    08. Linting/08_14. Demo- Watching Files.mp4 9.35 MB
    08. Linting/08_15. Summary.mp4 1.86 MB
    09. Testing and Continuous Integration/09_01. Intro.mp4 1.39 MB
    09. Testing and Continuous Integration/09_02. Test Decisions Overview.mp4 3.86 MB
    09. Testing and Continuous Integration/09_03. Decision 1- Testing Framework.mp4 5.53 MB
    09. Testing and Continuous Integration/09_04. Decision 2- Assertion Libraries.mp4 3.64 MB
    09. Testing and Continuous Integration/09_05. Decision 3- Helper Libraries.mp4 1.39 MB
    09. Testing and Continuous Integration/09_06. Decision 4- Where To Run Tests.mp4 2.84 MB
    09. Testing and Continuous Integration/09_07. Decision 5- Where Do Test Files Belong?.mp4 7.77 MB
    09. Testing and Continuous Integration/09_08. Decision 6- When Should Tests Run?.mp4 4.96 MB
    09. Testing and Continuous Integration/09_09. Demo- Testing Setup.mp4 15.75 MB
    09. Testing and Continuous Integration/09_10. Demo- DOM Testing.mp4 13.16 MB
    09. Testing and Continuous Integration/09_11. Demo- Watching Tests.mp4 4.16 MB
    09. Testing and Continuous Integration/09_12. Why Continuous Integration?.mp4 1.36 MB
    09. Testing and Continuous Integration/09_13. What Does Continuous Integration Do?.mp4 4.56 MB
    09. Testing and Continuous Integration/09_14. Choosing a CI Server.mp4 2.03 MB
    09. Testing and Continuous Integration/09_15. Demo- Travis CI.mp4 19.24 MB
    09. Testing and Continuous Integration/09_16. Demo- Appveyor.mp4 10.61 MB
    09. Testing and Continuous Integration/09_17. Summary.mp4 3.36 MB
    10. HTTP Calls/10_01. Intro.mp4 1.2 MB
    10. HTTP Calls/10_02. HTTP Call Approaches.mp4 8.01 MB
    10. HTTP Calls/10_03. Centralizing HTTP Requests.mp4 1.69 MB
    10. HTTP Calls/10_04. Demo- Fetch.mp4 16.96 MB
    10. HTTP Calls/10_05. Selective Polyfilling.mp4 1.75 MB
    10. HTTP Calls/10_06. Why Mock HTTP?.mp4 2.26 MB
    10. HTTP Calls/10_07. How to Mock HTTP.mp4 6.49 MB
    10. HTTP Calls/10_08. Our Plan for Mocking.mp4 3.14 MB
    10. HTTP Calls/10_09. Mocking Libraries.mp4 9.98 MB
    10. HTTP Calls/10_10. Demo- Creating a Mock API Data Schema.mp4 7.65 MB
    10. HTTP Calls/10_11. Demo- Generating Mock Data.mp4 9.19 MB
    10. HTTP Calls/10_12. Demo- Serving Mock Data via JSON Server.mp4 18.94 MB
    10. HTTP Calls/10_13. Demo- Manipulating Data via JSON Server.mp4 14.17 MB
    10. HTTP Calls/10_14. Summary.mp4 4.29 MB
    11. Project Structure/11_01. Intro.mp4 876.02 KB
    11. Project Structure/11_02. Why a Demo App?.mp4 2.42 MB
    11. Project Structure/11_03. Tip 1- JS Belongs in a .js File.mp4 11.08 MB
    11. Project Structure/11_04. Tip 2- Consider Organizing by Feature.mp4 896.35 KB
    11. Project Structure/11_05. Tip 3- Extract Logic to POJOs.mp4 3.15 MB
    11. Project Structure/11_06. Summary.mp4 1.9 MB
    12. Production Build/12_01. Intro.mp4 1.19 MB
    12. Production Build/12_02. Minification and Sourcemaps.mp4 1.96 MB
    12. Production Build/12_03. Demo- Production Webpack Configuration with Minification.mp4 11.34 MB
    12. Production Build/12_04. Demo- Configure Local :dist Server.mp4 9.72 MB
    12. Production Build/12_05. Demo- Toggle Mock API.mp4 6.16 MB
    12. Production Build/12_06. Demo- Production Build npm Scripts.mp4 15.3 MB
    12. Production Build/12_07. Dynamic HTML Generation.mp4 3.07 MB
    12. Production Build/12_08. Demo- Dynamic HTML Generation.mp4 14.03 MB
    12. Production Build/12_09. Bundle Splitting.mp4 3.16 MB
    12. Production Build/12_10. Demo- Bundle Splitting.mp4 19.1 MB
    12. Production Build/12_11. Cache Busting.mp4 2.38 MB
    12. Production Build/12_12. Demo- Cache Busting.mp4 10.2 MB
    12. Production Build/12_13. Demo- Extract and Minify CSS.mp4 9.39 MB
    12. Production Build/12_14. Error Logging.mp4 2.61 MB
    12. Production Build/12_15. Demo- Error Logging.mp4 7.63 MB
    12. Production Build/12_16. Demo- HTML Templates via EmbeddedJS.mp4 14.66 MB
    12. Production Build/12_16. Summary.mp4 1.78 MB
    13. Production Deploy/13_01. Intro.mp4 1.12 MB
    13. Production Deploy/13_02. Separating the UI and API.mp4 6.2 MB
    13. Production Deploy/13_03. Cloud Hosting.mp4 2.05 MB
    13. Production Deploy/13_04. Demo- Automated API Deploy via Heroku.mp4 20.45 MB
    13. Production Deploy/13_05. Demo- Automated UI Deploy via Surge.mp4 12.25 MB
    13. Production Deploy/13_06. Starter Kit Update Approaches.mp4 1.32 MB
    13. Production Deploy/13_07. Option 1- Yeoman.mp4 5.08 MB
    13. Production Deploy/13_08. Option 2- Github.mp4 450.05 KB
    13. Production Deploy/13_09. Option 3- npm.mp4 4.63 MB
    13. Production Deploy/13_10. Inspiration.mp4 2.99 MB
    13. Production Deploy/13_11. Challenge.mp4 3.04 MB
    13. Production Deploy/13_12. Summary.mp4 2.35 MB

Download Info

  • Tips

    “Building a JavaScript Development Environment” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.

  • DMCA Notice and Takedown Procedure

    If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.