GithubHelp home page GithubHelp logo

waicongtam / fit5032-s2-2018 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jianloong/fit5032-s2-2018

0.0 1.0 0.0 50.69 MB

FIT5032 Semester 2 Year 2018 (Monash University)

License: MIT License

C# 4.45% CSS 4.64% ASP 0.02% JavaScript 88.40% HTML 2.46% TSQL 0.03%

fit5032-s2-2018's Introduction

FIT5032-S2-2018

Outline

Week Tutorial
1 Introduction to Visual Studio 2017
2 Responsive Web Design
3 Introduction to C#
4 Entity Framework
5 Fundamental Client Side JavaScript
6 Validation
7 Security & Microsoft Identity
8 Email, Upload & Signal R
9 Optimization
10 Modern JavaScript Web Development Approach
11 Testing, Deployment & Evolution
12 No change

Contents

This repository contents various solutions for FIT5032 - Internet Application Development.

Run Instructions

Solutions are working out of the box.

.mdf files are intentionally in the repository so that it would be working.

Contribute

Getting Started

  • Fork this repository (button on top)
  • Clone on your local machine
git clone https://github.com/JianLoong/FIT5032-S2-2018
cd FIT5032-S2-2018
  • Create a new branch
git checkout -b my-new-branch
  • Add your contribution
  • Commit and push
git add .
git commit -m "your-commit-msg"
git push origin my-new-branch
  • Create a new pull request from your forked repository

Avoid Conflicts (Syncing your fork)

An easy way to avoid conflicts is to add an 'upstream' for your git repo, as other PR's may be merged while you're working on your branch/fork.

git remote add upstream https://github.com/JianLoong/FIT5032-S2-2018

You can verify that the new remote has been added by typing

git remote -v

To pull any new changes from your parent repo simply run

git merge upstream/master

fit5032-s2-2018's People

Contributors

jianloong avatar hexogen616 avatar cycade avatar ooxaam avatar

Watchers

James Cloos 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.