Skip to content

Latest commit

 

History

History
72 lines (45 loc) · 2.14 KB

README.md

File metadata and controls

72 lines (45 loc) · 2.14 KB

kottans-frontend

Stage 0. Self-Study

General

Front-End Basics

  • Intro to HTML & CSS
  • Responsive Web Design
  • HTML & CSS Practice
  • JavaScript Basics
  • Document Object Model - practice

Advanced Topics

  • Building a Tiny JS World (pre-OOP) - practice
  • Object oriented JS - practice
  • OOP exercise - practice
  • Offline Web Applications
  • Memory pair game — real project!
  • Website Performance Optimization
  • Friends App - real project!

Git Basics

I understood that I hadn't realize all advantages of using GIT.
This multipurpose tool helps us manage different versions of our project, track changes in any files and save them in the local or/and remote repositories.

The most difficult part of course was figuring out how to resolve merge conflicts.

Snapshots

Udacity Git Course

LearnGit Main Course

LearnGit Remote Course


Linux CLI, and HTTP

Wow! That was fairly difficult and interesting at the same time to undestand things I haven't known about HTTP before. So it became more clear how HTTP requests/responses work. I've learned new Metods (like TRACE), Status Codes and some usefull Headers. In addition to this, I read some articles about CORS and how to solve CORS-problem.

Snapshot

Linux Survival


Git Collaboration

I regret I haven't passed this course right after Git Basics. Interacting with remote repositories has become more understandable. Need more practice using a powerful rebase command (done) :D

Snaphots

Udacity Git Collaboration

LearnGit Main Course

LearnGit Remote Course