Git Product home page Git Product logo

sea-301d1's Introduction

Code 301: Intermediate Software Development

Welcome to sea-301d1!

Introduction

We are going to learn about many different topics of web development. The overall structure is based on Model-View-Controller (MVC), which is a common design pattern for web applications.

The general course schedule is:

Full Time Part Time Topic
Week 1 Week 1 and 2 The View
Week 2 Week 3 and 4 The Model
Week 3 Week 5 and 6 The Controller
Week 4 Week 7 and 8 Your Project

Check out the full Table of Contents.

Assignments

Each class will have assignments for lab and homework. You can find these in the assignemnts subdirectory in each chapter.

For students, make a subfodler within the assigments folder and submit your homework with a Pull Request and within Canvas.

Slideshows

Slides should be placed in each chapter's subdirectory.

Slides will be in Keynote and are also exported to PDF and HTML for cross-platform viewing.

To run the slideshows, use live-server or something similar, e.g.:

npm -g install live-server
live-server chapter1-persistence

Lint your code

Linting is the process of running a program that will analyse code for potential errors. It is an important part of the quality assurance process.

lint was the name originally given to a particular program that flagged some suspicious and non-portable constructs (likely to be bugs) in C language source code. The term is now applied generically to tools that flag suspicious usage in software written in any computer language.

Make sure you have ESLint installed.

Building This Project Locally

This course project is a Gitbook. This allows it to be read on Github, published to a web server, or PDF, EPUB and MOBI.

To read and edit the Gitbook on your own machine, after cloning this repo, execute these commands in Terminal:

npm -g install gitbook-cli
gitbook serve

sea-301d1's People

Contributors

a-she avatar brookr avatar clareluna avatar emilyaviva avatar ivanoats avatar joelstanner avatar jonathanstallings avatar sushitigar 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.