dev-resources.site
for different kinds of informations.
AppWorks School - Week 1
Published at
7/26/2024
Categories
bootcamp
webdev
git
Author
ivavay
Main Article
Author
6 person written this
ivavay
open
Top learnings đ recap sessions
- From design file, pay close attention to which containers are dynamic and which ones are fixed with viewport changes
- An HTML structure is considered good if it can allow adding/changing elements in the future
- Git merge vs rebase
- Merge shows all commit history of both branches and is ideal for collaboration
- Rebase integrate changes from the main branch into feature branch
- Donât use rebase if youâre collaborating with other people, because youâll accidentally change other peopleâs work
Git commands â¨ď¸
-
git checkout feature-branch
->git fetch origin
? ->git rebase main
-
git checkout main
->git merge feature-branch
(to see feature-branch work in main)
How this past week went đď¸
â What was working? Why?
- Taking the time to visualize how you want to tackle the task and break into smaller to-doâs before actually diving into code.
- Console logging a lot! Especially in and outside of code blocks to see whatâs actually being run. Indicate what youâre logging out too, not just the item itself.
- Giving ChatGPT very specific git branching scenarios to know with confidence which git commands to give and in what order to keep things up-to-date.
đ đťââď¸ What didnât work? Why?
- Just throwing your blocks of code at ChatGPT to debug without thinking about what exactly you want it to check before
- Being too fixated on a bug for more than 2 hours. Stand up and go take a breath of air. Itâll help reframe your perspective once you come back.
- Donât code when youâre too tired because youâll make stupid mistakes.
Top learnings đ project
- Try to think ahead early on and plan for future implementations so you wonât have to refactor your logic drastically later to make it work
- Edge cases like error messages matter for a smooth user experience
- Make there arenât redundant (donât repeat yourself) or unnecessary code
- Your commits should be concise and descriptive as to what you changed/added/refactored/deleted
- Learned that PRâs should have test cases for what you want the reviewer to test out on their end manually!
Reminders to self đ đź
Habits lead to consistency. Consistency leads to growth.
- If you want to grow, then develop good habits đŞđź
- Youâre here at the bootcamp for only 4 more months. Prioritize whatâs important and what you want to get out of it
Links:
Whatâs my viewport
Postman
GitLens Chrome Extension
bootcamp Article's
30 articles in total
Hey Guys I just heard about this interesting bootcamp!
read article
surviving coding bootcamp: project planning
read article
How I stayed motivated to ACE my Full-Stack Coding Bootcamp!
read article
Bootcamping 01: An Unexpected Behavior of Mongoose
read article
Bootcamp for Brazilian Developers!
read article
Check out mock interviews, boot camps, shout out etc. on https://bediactiverightnow.com/ .
read article
surviving coding bootcamp: lessons learned
read article
What has Changed? - CodingDojo
read article
Do I Take Anything Back From the Past Posts? - YES!!!
read article
Considerations on how to Start Career in Data Science: Advice aimed at Turning Beginners into Prosđ
read article
Finished prework study guide
read article
AppWorks School - Week 2
read article
AppWorks School - Week 1
currently reading
Top 5 Best Backend Bootcamps and Why (2024)
read article
AppWorks School - Week 0
read article
capstone debugging: learnings
read article
Mustard and serving hatches (or 'How I explain what I'm learning to my parentsâŚ')
read article
Starting a bootcamp
read article
Bootcamp De ServiceNow Gratuito Com Chance De Contratação
read article
OracleBootCamp - 4 May 2024
read article
ÂżMe conviene un Bootcamp TecnolĂłgico?
read article
University over Bootcamp: Why I Chose Traditional Education for My Tech Journey
read article
Embracing Change: My Journey into Software Engineering with TripleTen
read article
SQL Bootcamp: Beginner to Advanced Course
read article
Data Science Bootcamp - Full Course for Beginners
read article
HTML and GIT
read article
OracleBootCamp - 20 Jan 2024
read article
Higher Order Functions
read article
Northcoders Week 2: Shut up and take my money! đˇ
read article
Where does the code live?
read article
Featured ones: