Giter Site home page Giter Site logo

metal-training's Introduction

metal-training

Training material for developers of the Metal.js library.

Summary

These documents were originally created as written material closely following the contents of a live training. They should be helpful as a source where people can go to for information they've missed or forgotten, or even for new developers to familiarize themselves with the codebase without watching the training.

Just keep in mind that this can easily become outdated, as it references parts of the code that may change with time.

The material presented here should help developers get more familiar with how Metal.js works internally. It will cover the main repositories in the metal github org.

The most important of all these is metal/metal.js, as it contains the library's core modules around which all the others were built.

How to follow this training

These are just some suggestions that can be helpful when following this training, but they're all optional.

Setup

Before starting, follow these instructions to setup a local playground you can use to run and debug the code as you learn how it works:

  1. Clone this repo on your machine.
  2. Install npm dependencies: npm install.
  3. Run the watch script: npm run watch.
  4. Use the file at playground/main.js to play with the Metal.js modules in ES6. The watch script will automatically rebuild it for you whenever it changes. All main modules are already included in this repo's package.json, but feel free to install any others you also want to use.
  5. Open playground/index.html in your browser to run your code.

Debug examples

Every now and then you'll find some links to debug examples. These will point you to files inside the playground folder with some examples you can use to run the code we're explaining with a debugger. If you want to use them you can either copy the code to playground/main.js or change webpack.config.js to point to it instead, and then rebuild with npm run build.

JSFiddle

This material will constantly reference links to jsfiddle that you can open to see some helpful examples working. You can alter these as you like on your side to test other use cases, or even copy them to your playground if you wish to have more control. You can see a list of all available fiddles here.

Index

metal-training's People

Contributors

eduardolundgren avatar fernandosouza avatar mairatma avatar

Watchers

 avatar  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.