Thank you for this opportunity to learn!
I don't understand why these chapters have been divided into 2 parts and I did all the exercises in one go. 😅
Coursera https://www.coursera.org/learn/introduction-git-github
I studied the materials of the Coursera course and received the certificate. It was an interesting experience due to the lab works.
Learn Git Branching https://learngitbranching.js.org/
I opened for myself a command cherry-pick
. I have not met it before in tutorials 🙃
And understood the difference between rebace
and merge
.
I also highlighted the interesting things about git fetch/pull/push origin source:destination
Quiz1 there was the new commands for me pwd
and more
.
Quiz2 almost all commands were new to me except chmod
. But here I was able to understand what these 9 symbols mean and how to edit them.
Quiz3 learned that the command cat
not only displays the contents of a file, but can also merge files.
Quiz4 at this stage all the commands were new. It was educational!
Coursera https://www.coursera.org/learn/html-css-javascript-for-web-developers/
It was a discovery for me that div
can be placed inside a
I understood how units of measurement work em
I saw what would happen if I didn't specify meta name="viewport"
CodeAcademy HTML https://www.codecademy.com/learn/learn-html
Learned about the attribute scope
for th
and attribute pattern
for validation form
CodeAcademy CSS https://www.codecademy.com/learn/learn-css
The presented materials turned out to be familiar to me, so I cannot single out anything new for myself