Giter Club home page Giter Club logo

Comments (4)

mauricemat avatar mauricemat commented on August 22, 2024

Week 2

What went well?

  • Git Remote/Local Connection: I have practised basic operations in Github Deskstop (Open folders, push branches, clone RP, etc.). I have understood the importance of Git and Github.
  • Command Line Interface (CLI): I have practised basic CLI (create and switch branches, create files, commit changes, push branches, merge branches, etc.)
  • VSCode: I have learnt how to operate on VSCode (BUT still need help on how to commit branch on VSC, how to sync VSC with Github Desktop).

What went less well?

  • Synchronise VSC with Github Desktop
  • Reviewing+merging a classmate's pull request.
  • Install npm dependencies and use npm scripts
  • Write CSS & Markdown that passes a linting check

I need help

  • Synchronise VSC with Github Desktop
  • Reviewing+merging a classmate's pull request.
  • Install npm dependencies and use npm scripts
  • Write CSS & Markdown that passes a linting check
  • Understand the role and importance of the project board
  • Linked to my file from /README.md according to group conventions
  • After pushing my branch: created a new PR linked to this issue

Lessons learned

  • Watch tutorials
  • Practice
  • Have a work plan to evaluate progress

from home.

bermarte avatar bermarte commented on August 22, 2024

Install npm dependencies and use npm scripts

Once you are in the directory where your package.json file is, to install the dependencies, run
npm install
Let's say that your script is called build, to run it, just run
npm run build

The scripts are just aliases to other npm commands, you find them inside the package.json file.

from home.

mauricemat avatar mauricemat commented on August 22, 2024

Thank you @bermarte ,
I will do that.

from home.

mauricemat avatar mauricemat commented on August 22, 2024

Week 3

What went well?

  • Using CLI on Gitbash
  • Collaboration, planning and sharing tasks among group members
  • Reviewing+merging classmate's pull requests
  • Passing linting check-in
  • Resolving conflicts

What went less well?

  • Understanding the assignments

Lessons learned

  • Practice
  • Follow discussions on Slack and Github
  • Have a personal work plan to evaluate progress

from home.

Related Issues (20)

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.