Giter Club home page Giter Club logo

2016-module-2's Introduction

MSA Module 2

Module two is designed to help you get some practical experience with web development – an important skill for any role in New Zealand’s tech industry.

Web development has evolved very rapidly over the last few years. Some of the most popular languages, tools and systems in use today did not exist three years ago. You may have done some HTML and CSS before at school or courses, but that only scratches the very surface of web development. As web applications get more complex (think Facebook), more tools become available to help you manage the complexity.

In this module, you will learn modern web development concepts using modern tools and frameworks. First, we will go through some basic HTML, CSS and Javascript concepts, the backbone of all web applications. Then, we will setup some of the basic tools useful for web development.

After having a grasp on these languages and a development environment setup, we will begin making use of third-party libraries, frameworks and APIs to build something useful very quickly.

Then, we will look into an extension of Javascript, called Type Script. This builds on the flexibility and ease of Javascript but adds better class support amongst other powerful features that make coding the website logic easier and cleaner.

Finally, we will talk about more advanced web development concepts such as web template engines, CSS extensions, and task runners.

Training

[1. HTML, CSS and JS](1. HTML, CSS and JS)

  • HTML5 concepts (elements, controls, attributes, etc)
  • CSS3 concepts (selectors, classes, inline styles, media queries)
  • JS concepts (basic programming principals, syntax, conventions)

Note that this will be demo'd using codepen.io

[2. Development Environment](2. Development Environment)

  • Visual Studio Code
  • Installing Node.JS for npm (package manager)
  • Installing browser-sync for quick testing
  • Chrome/Edge developer console for logs and running commands or seeing variable contents

Note we won't actually be using NodeJS or doing any backend development - it is simply for their vastly popular package manager npm

3. Libraries and Frameworks (Frontend)

documentation in progress

  • Bootstrap for responsive front ends
  • jQuery + plugins

4. REST APIs

documentation in progress

  • What are REST APIs
  • Demo some simple APIs (like currency conversion)
  • Calling them using AJAX

We will do these demos using the environment setup in the last section

5. Typescript

documentation in progress

  • What is it and why we need it
  • Syntax (very similar to JS)
  • Compiling TS to JS
  • Debugging (linting & developer console)

6. Source Control

documentation in progress

  • What is it and why we need it
  • Creating a Github account and installing SourceTree
  • Cloning + adding files
  • Committing changes

7. Deployment to Azure

documentation in progress

  • Setting up Azure account
  • Linking to source control via continuous deployment
  • Monitoring via Application Insights

[8. Advanced Tools](8. Advanced Tools)

documentation in progress

  • Scaffolding (Yeoman)
  • View render engines (Handlebars, Jade)
  • CSS extensions (SASS)
  • Task runners (Gulp)

Note we will introduce these for more advance students, but not mandatory you know this

Schedule

Day 1 (30 July 2016)

Time Content
10:00 am Introduction
10:15 am HTML, CSS, JS
11:15 am Development Environment
12:00 pm Lunch
1:00 pm Libraries, Frameworks
2:00 pm APIs
3:00 pm Wrap up

Day 2 (6 August 2016)

Time Content
10:00 am Introduction
10:15 am Typescript
11:15 am Source control
12:00 pm Lunch
1:00 pm Deploying to Azure
2:00 pm Advanced Tools
2:30 pm Q&A, Submission, Etc
3:00 pm Wrapup

2016-module-2's People

Contributors

spark-ming avatar jpdc-developer avatar hd910 avatar techno246 avatar

Watchers

57h avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.