Code Monkey home page Code Monkey logo

2018-fall-javascript-2's Introduction

2018 Fall Javascript 2

In this course we hope to become comfortable with the bulk of the javascript language from the black box perspective. As in, here are all the things javascript understands (functions, strings, numbers, looping, etc.), without getting into how it understands them.

Once there we will look into the box a little bit in order to understand how programs are executed both in the web browser, and in node.

Finally, we will simulate building a more complicated application, and go through four important things programmers do often

  • fix bugs
  • add features
  • refactor
  • make other programmers happy (all the little things, like well documented, clean, logged, monitored, and tested programs)

Our complicated application

We will build an app that facilitates the make time philosphy of productivity. So yes, another to-do app, but with a little extra :)

The requirements for this program include:

  • making a list of high level priorities, and being able to arrange them in priority order
  • making a to-do list for a particular day, and tagging a to-do item to signify allignment with a particular high level priority
  • reflection notes for particular days (meant to be filled in at the end of a day)

I will provide a prototype of this application. And the classes will be as follows:

  • day 1 I show that there is a bug in the prototype, you must find and fix the bug
  • day 2 I request a new feature be added to the application
  • day 3 I request another new feature be added to the application
  • day 4 I show how to tie a pretty bow around our application, and you modify it to look how you think it should look

resources

2018-fall-javascript-2's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

youc66

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.