Giter Site home page Giter Site logo

webdev-1010's Introduction

Welcome to WebDev 1010 Paris

Hello Ironhacker's!

Starting on the 10th September 2022, we'll have 9 weeks to become full-stack web developers ๐Ÿ˜Œ.

Notes

Contents

Who's the team?

Your instructional team includes:

  • Florian Aube
  • Haroun Boudour
  • Belchior Fontao

Using this repository

This is a github repository full of notes, examples, and tools for Ironhack WebDev 1010.

The repository is updated at least daily. We'll have the latest examples from class, as well as a description of the day's main topics, and links to useful external resources.

Staying up-to-date

You can get the latest changes of this repository by running

git pull

You can open this repository in Visual Studio Code by running

code .

from the command-line.

In case of issues pulling latest changes

In case you need to clear any local changes you have made, you can run git stash, then perform the git pull, and finally restore your changes with git stash pop:

git stash
git pull
git stash pop

Script helpers

This repo comes with a script helper: students.sh. Run it and see. This is mainly intended for teaching team use.

Generating groups

Run ./students.sh groups 3 to generate groups of three.

Checking morning sunshines

Run ./students.sh sunshine to find out who is doing morning sunshine next!

Cloning lab repos

If you want a list of commands that can clone all the lab forks for every student, run ./students.sh lab <lab-repo-name>. E.g. ./students.sh lab lab-css-instagram-clone.

You can copy the printed commands and run them wherever you store cloned labs.

Viewing github profiles and projects

Try running these to open up students' github profiles and repositories in your browser.

./students.sh github maurine
./students.sh project sam

View all the project URLs with

./students.sh list table

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.