Open AzimaKai opened 2 years ago
For now everything is understandable for me, just sometimes have problems with Git
Faced with problems about branches, still confused need to delete already used branches or not.
One time I did push updated backlog.md file but my file was not there, I mean there were nothing updated.
I have learned many stuff about Agile development and it was not easy to understand all of it at first, but step by step and day by day with discussing with colleges gives me a nice experience at the end and still gives 😄
I will definitely prepare myself for the Sunday Class till Sunday
Hi Azima, When you push your file and don't find it on Github, you need to check;
git add file name
, write git status
One time I did push updated backlog.md file but my file was not there, I mean there were nothing updated.
For a moment i dont have problems, we are working good with team
Meetings with team goes very good, every time we learn from each other new things and planning new strategy for each day.
Timing problems sometimes are big issue
Better follow Agile Development Strategy, better understanding with each Sunday classes and during the week with team.
Slowly preparing myself for Sunday class
For a moment i dont have problems, we are working good with team
Meetings with team goes very good, every time we learn from each other new things and planning new strategy for each day.
Timing problems sometimes are big issue
Better follow Agile Development Strategy, better understanding with each Sunday classes and during the week with team.
Slowly preparing myself for Sunday class
We are trying to build HYF redesign website by ourselfs, and trying to solve problems, cause thats the way to learn i think by mistakes and fixing problems even if it seems very very hard 🥲
Me and Brian this week we did very good, we help each other a lot and work as a real team to finish our project, i did mostly css styling and i did learn a lot of css stuff, but still not enough. I think this week i.ve spent 7-10 a day to figure it out css tasks, because if i do something it should be right and properly done.
This week most of our team members were busy working and studying, but still we are slowly going to finish our project, but last days gonna be so hard..
How i mentioned above I've learned CSS box sizing, CSS Grid, Flex-box worked a lot with borders and background images a lot. But still have questions and still greedy for the css lessons and building a projects 😄
When I'll finish my tasks for today, I'll immediately start with preparation to Sunday class.
Learning Objectives
0. Developing HTML & CSS
Practice with the skills, tools, and workflows you will need to efficiently develop websites written with HTML & CSS.
npm run format
to format all the code in your repositorynpm run lint:css
script to find mistakes in your CSS, and you can fix the mistakes.npm run validate:html
script to find mistakes in your CSS, and you can fix the mistakes.1. Following Plans
Practice working together in a group to build small websites in incremental steps according to a plan. You will be given final code, a detailed plan to rebuild it, and will need to work as a group following the processes in Planning and Collaborating.
2. Writing Plans
Practicing writing your own plans as a group. You will be given only the final code for HTML/CSS web pages, your group will need write a detailed plan for rebuilding the website in small steps.
3. Adapting Plans
Even the best plans are not perfect, it's not possible to know everything ahead of time! You may be able to plan everything ahead of time when the web pages you build are very small and you have the code ahead of time, but it's a whole different thing when you need to build a larger web page over a longer period of time.
In this chapter you will practice full Agile Development by developing a larger, open-ended web pages and adapting your plans as you go. Your team will need to make an initial plan, but the plan will change! Practice having regular meetings with your group to review the website's progress, review your plan, and make any changes in the plan that are necessary to keep the project on schedule.