Giter Club home page Giter Club logo

Comments (12)

gelilaa avatar gelilaa commented on August 22, 2024

@aviv82 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 out this issue

from home.

aviv82 avatar aviv82 commented on August 22, 2024

@aviv82 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 out this issue

sure thing. thanks for the input!

from home.

aviv82 avatar aviv82 commented on August 22, 2024

Week 1

Check-In

good busy week. learned a lot about npm and working remotely in a group dynamic

  • watched a lot of coding train, including github for poets.

  • printed out the cheat sheet

  • started vsc on vsc tutorial

  • read nvm "command not found" (not going to pretend i understood)

I Need Help With:

troubleshoots with formatting, linting and especially spell-check

What went well?

working in a group is fun, and its nice to have support and be able to pull resources together

What went less well?

PRs and scheduling. wish i had more time to review and look at more materials outside of immediate objectives

Lessons Learned

enriched technical vocabulary, working with deliverables, checklists, markdown

Sunday Prep Work

make sure everything is linked and submitted properly. finalize merging in group repo. go over materials/flashcards

from home.

colevandersWands avatar colevandersWands commented on August 22, 2024

(not going to pretend i understood)

#wisdom

working in a group is fun, and its nice to have support and be able to pull resources together

: )

from home.

colevandersWands avatar colevandersWands commented on August 22, 2024

troubleshoots with formatting, linting and especially spell-check

Are you having trouble locally or on GitHub? Both?

from home.

colevandersWands avatar colevandersWands commented on August 22, 2024

PRs and scheduling

Working with a group is really hard. If I could summarize the first 5 weeks of the course into a single goal it would be just that - planning and collaborating. So no rush here, you're expected to have all sorts of challenges at first. Each project in the coming weeks will be too quick to finish - the goal is to practice getting together as a group to plan a project and start dividing tasks. You'll get more time to finish projects later on

wish i had more time to review and look at more materials outside of immediate objectives

Part way through Agile Development I think you'll start settling into a routine and finding more time for this

from home.

aviv82 avatar aviv82 commented on August 22, 2024

troubleshoots with formatting, linting and especially spell-check

Are you having trouble locally or on GitHub? Both?

locally. with the linting/formatting i find that sometimes it works, but sometimes even after i fix the problems in the vsc "problems" tab the file doesn't change. then with the spell check i add the new words to the dictionary file, but sometimes the spell-check still picks the same words afterwards.

from home.

colevandersWands avatar colevandersWands commented on August 22, 2024

Aha, the "problems" tab is a little different. it's logging things picked up by linters or formatters installed as VSCode extensions, the NPM scripts are stand-alone software installed by npm install and following configuration files in the repo.
this make sure that everyone's code is checked the same way regardless of how their VSCode is set up.
The "problems" tab will likely show something different than the results of npm run lint:md and that's ok, it's just the lint:md script that matters for the GitHub action (you can see that because the action file uses npm run lint:md exactly like you do locally).

but sometimes even after i fix the problems in the vsc "problems" tab the file doesn't change

Do you fix the problems by editing the file?

from home.

colevandersWands avatar colevandersWands commented on August 22, 2024

then with the spell check i add the new words to the dictionary file, but sometimes the spell-check still picks the same words afterwards.

Don't worry so much about the spell check, it's more brittle. The GitHub checks don't use the spellcheck, it's just a helpful tool for you when editing locally.

from home.

aviv82 avatar aviv82 commented on August 22, 2024

Do you fix the problems by editing the file?

not directly. i guess that's what i'm doing wrong... i just clicked on the little "lightbulbs" next to the errors in the "problems" tab and chose "fix".

from home.

colevandersWands avatar colevandersWands commented on August 22, 2024

That will catch some errors, but not all the same ones as the linting script. You can use the lightbulbs to help with mistakes as you're writing, and the linting script every time you take a little break to go back and review all the files

from home.

aviv82 avatar aviv82 commented on August 22, 2024

Week 2

Check-In

busy week. much more collaborative than week 1

  • watched mostly css tutorials and some html

  • stalked coaches on github to see what their development & planning process looks like 😈

I Need Help With:

not sure about issues.md. what is it for? also having a weird problem with checkmark boxes on my .md files

What went well?

group collaboration for the most part. very productive work session on wednesday. got a lot done.

What went less well?

still some issues with ssh and local-remote work.

Lessons Learned

better understanding of development process. basic html and css

Sunday Prep Work

finish writing code, make sure page is up and running, make sure all files/issues/prs/etc. are linked correctly

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.