Giter Club home page Giter Club logo

Comments (11)

AlinaTaoRao avatar AlinaTaoRao commented on August 22, 2024 1

@gelilaa
Yeah, sure. I've done what you asked for. Please let me know whether I did it right.

from home.

AlinaTaoRao avatar AlinaTaoRao commented on August 22, 2024 1

@colevandersWands
Thanks for your advice. I'll try.

from home.

gelilaa avatar gelilaa commented on August 22, 2024

@AlinaTaoRao could you move your check-in to a comment in this issue? The issue will be easier to understand if you have only your study plan in the main description and your check-ins + our discussions in the comments.

Let us know what you have covered in your study plan from the list of suggested-study

for reference check this issue

from home.

AlinaTaoRao avatar AlinaTaoRao commented on August 22, 2024

Week 1

Check-In

I Need Help With:

  • npm run spell-check conflict: code ELIFECYCLE
  • pull request conflict

What went well?

  • create a new issue
  • create a pull request

What went less well?

  • tracking/manage my issue
  • tracking a issue from someone other's(if I have the same question/problem)

Lessons Learned

  • git command
  • npm command

Sunday Prep Work

  • My retrospective for workflow-module/week-2

from home.

colevandersWands avatar colevandersWands commented on August 22, 2024

Please let me know whether I did it right.

99.9% right! We're just in week 1, not week 2

from home.

colevandersWands avatar colevandersWands commented on August 22, 2024

npm run spell-check conflict: code ELIFECYCLE

Give a try with these steps, that should help. Let us know if it doesn't

pull request conflict

100% what you should be struggling with these weeks! perfect. The best way to deal with conflicts is to have them all locally on your computer and only to push code once there are no conflicts. You can do this by following this workflow:

  • pull main to your local computer
  • merge main to your branch locally - now you'll get conflicts. conflicts are much easier to resolve locally using VSCode than on GitHub (some conflicts can only be solved locally)
  • push your branch after resolving the conflicts, and now you should have no problems with your pull request.

Now you'll certainly have some troubles resolving your conflicts locally, that's normal. So let us know when that happens and someone will be able to help

from home.

colevandersWands avatar colevandersWands commented on August 22, 2024

tracking/manage my issue

Working with issues is one part learning the GitHub interface, and one part building discipline in your work habits. Both of those will take time, and there's plenty of time to practice in the coming modules as well.

tracking a issue from someone other's(if I have the same question/problem)

The best tip for this is learning how to use the search feature for issues in GitHub. Besides that it's also everyone's responsibility to use helpful labels and to make sure they aren't opening many issues with the same question - there should only be one issue per topic and it should be easy to find.

If you start seeing many issues with the same question you can always mention the other issue in a comment and suggest closing one. This is common enough that it's even in the GitHub docs

from home.

AlinaTaoRao avatar AlinaTaoRao commented on August 22, 2024

Week 2

Check-In

I Need Help With:

development strategy: analysis, strategy formation.
How to set a development strategy of a website including several webpages. I need a good example.

What went well?

What went less well?

about git branch

Lessons Learned

Sunday Prep Work

from home.

colevandersWands avatar colevandersWands commented on August 22, 2024

How to set a development strategy of a website including several webpages. I need a good example.

My tip for planning one is to think in user stories and priorities (must, could, should) instead of in pages. Write a development strategy for all the must-have user stories, and just mention in each task's issue which page it should be a part of. This way your website will be gradually grow one important feature at a time, and each page will grow larger only when an important feature is added to it.

Next module you'll get a chance to build 2 multi-page websites.

from home.

colevandersWands avatar colevandersWands commented on August 22, 2024

analysis, strategy formation.

not much to say here but time and practice, this will be the main focus of Agile Development - how to create, follow and adapt a development strategy. This is not easy and it's a never-ending learning process. When you reach Separation of Concerns and beyond you'll learn more about how to fit JS into your strategies

from home.

AlinaTaoRao avatar AlinaTaoRao commented on August 22, 2024

Thanks for your advice.

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.