lab-brussels-1 / home

Home repository for Lab Brussels 1.
https://lab-brussels-1.github.io/home
MIT License
4 stars 5 forks source link

Marie Josee: Workflows, 2 weeks #141

Open Ufitamahoro opened 2 years ago

Ufitamahoro commented 2 years ago

Learning Objectives

Priorities: πŸ₯š, 🐣, πŸ₯, πŸ” (click to learn more)
There is a lot to learn in this repository. If you can't master all the material at once, that's expected! Anything you don't master now will always be waiting for you to review when you need it. These 4 emoji's will help you prioritize your study time and to measure your progress: - πŸ₯š: Understanding this material is required, it covers the base skills you'll need for this module and the next. You do not need to finish all of them but should feel comfortable that you could with enough time. - 🐣: You have started all of these exercises and feel you could complete them all if you just had more time. It may not be easy for you but with effort you can make it through. - πŸ₯: You have studied the examples and started some exercises if you had time. You should have a big-picture understanding of these concepts/skills, but may not be confident completing the exercises. - πŸ”: These concepts or skills are not necessary but are related to this module. If you are finished with πŸ₯š, 🐣 and πŸ₯ you can use the πŸ” exercises to push yourself without getting distracted from the module's main objectives. ---

πŸ₯š 0. Local Development Without Git

Practice the foundational workflows of software development by learning to write Markdown locally on your own computer using Visual Studio Code (VSCode), the Command Line Interface (CLI), and NPM scripts to automate your code's quality (formatting, linting and spell checking).

πŸ₯š 1. Local Development With Git

Practice using Git to save and organize your development process. You will learn how you can use Git to go back to previous versions of your project, and to work on different changes in parallel.

πŸ₯š 1. Local/Remote Development

Learn how you can connect your local Git repositories with a GitHub repository to add more structure to your development process and to share your projects.

🐣 3. Remote Collaboration

Learn how to collaborate with a group on a single project hosted in a GitHub repository. Practice using GitHub's project management features to organize your group's tasks and to double-check your project's code quality.

πŸ₯ 4. Open Source Development

Explore the wider world of Open Source software by learning how communities of independent developers write and maintain the code we all rely on.

TOP

danielhalasz commented 2 years ago

Week 1

I Need Help With:

What went well?

I get helped by Tamer and Samir, I got to learn what my mistakes are.

What went less well?

It was confusing.

Lessons Learned

Sunday Prep Work

danielhalasz commented 2 years ago

@Ufitamahoro I have moved you checkin comment and my comment here and closing the other issue...please read below

@Ufitamahoro the check-in issue is intended to help keep track of your study progress within each module, and then each week you can add the corresponding label (now it is week-1) to the issue. So there is only one check-in issue per person per module. Within the check-in issue, you should list all the study material that you will go through and gradually tick off the boxes once you complete them, so we see what you have already completed and help accordingly. Can you please explain what was confusing this week?

Ufitamahoro commented 2 years ago

Thank you @danielhalasz . For this week, first I was confused when after cloning my repo, I was running the npm commands and get an error message. After some help, I got to understand that I didn't install node and npm. What I did then.

danielhalasz commented 2 years ago

@Ufitamahoro yes, it is important to install everything that we listed in the precourse module

Ufitamahoro commented 2 years ago

Week 2

I Need Help With:

What went well?

-Cloning the repo, working on the cloned repo, save all the changes and pushing them

What went less well?

-Branching

Lessons Learned

-Linting -Working with VS code -kebabcase concept

Sunday Prep Work

-I am learning more with Agile. It goes a bit quicker because I have worked with Agile so I know a little bit of it -Learning HTML & CSS

danielhalasz commented 2 years ago

@Ufitamahoro