According to Kottans Front-End Course

  ᴧ_ᴧ
=(ᴧ.ᴧ)=
(")_(")

My progress:

General Basics

Front-End Basics

Advanced Topics

Git intro

udacity.com - How to use Git and GitHub

Git and GitHub are perfect features, I'll use it.

Linux CLI, and HTTP

codecademy.com: Learn the Commant Line

Very interesting course about Bash Commandline, but too heavy informations about HTTP Protocols.

Git Collaboration

udacity.com - Version Control with Git

udacity.com - GitHub and Collaboration

Mostly repiting of the Git intro at stage 0 with couple remarks.

Intro to HTML and CSS

udacity.com - Intro to HTML and CSS

Some basic info.

htmlacademy.ru - HTML and CSS basics

Very good free materials and lubs.

Responsive Web Design

udacity.com - Responsive Web Design Fundamentals

I've met a large number of sites on the network without any optimization for mobile devices, which makes it impossible to use them. I hope the acquired knowledge will help to make the interface convenient for people.

flexboxfroggy.com - CSS Game

Funny game! 🐸

HTLM & CSS Practice (Google popup menu)

My project - #Demo

JS Basics

udacity.com - Intro to JavaScript

learn.freecodecamp.org - Basic JavaScript

So many useful things about arrays and objects.

learn.freecodecamp.org - ES6

Array's functions, spread array method, class.

learn.freecodecamp.org - Basic Data Structure

Topics about how to handle with objects ans arrays.

learn.freecodecamp.org - Basic Algorithm Scripting

Tasks how to use your knowledge. The execution of these tasks took me quite a long time, but it was worth it. Now I approach the solution of problems more pragmatically. Also I saved a lot of gists for my use.

learn.freecodecamp.org - Functional Programming

Good introductory material about principles of the functional programming. Also good practical taskts, durring which I worked with arrays methods. Also, I'm really happy that understand array.reduce() method! 📓

learn.freecodecamp.org - Intermediate Algorithm Scripting

It took a lot of time to manage with String methods. Not all clear with RegExp.

DOM

udacity.com - JavaScript and DOM

Learned so many tools to work with document. And understand what is javascript execution process of functions (Call Stack, Event Loop , Tasks)

learn.freecodecamp.org - Intermediate Algorithm Scripting

Perform my skills with arrays and strings.

Practical task

DOM - #Demo

A Tiny JS World

A Tiny JS World - #Demo

Object-Oriented JavaScript

udacity - Object Oriented JavaScript The last task on udacity is beyond me :(

Codewars

OOP exercise (A Tiny JS World OOP)

A Tiny JS World OOP - #Demo