626 тысяч подписчиков
142 видео
How to calculate the complexity of an algorithm by BIG O | The clearest explanation!
Binary Search Algorithm | JavaScript
Array Methods: map, reduce, filter, forEach | JavaScript Array Methods
Linked List. Data Structures | Implementation in JS
Task from JS interview - Find the intersection of two arrays | LeetCode
Interview of a Junior Frontend developer. Trainee frontender 19 years old from EPAM
Merge intervals — task from JS interview | Solving LeetCode problems
How to fix the last commit in git
The 10 Most Useful Console API Methods that Every Web Developer Should Know
2 ways to deploy Node.js project in Heroku (free hosting)
Number rounding methods in JS: Math.round, Math.ceil, Math.floor
JS Tasks: How to find a prime number + How to find all prime numbers up to N | Bute-force and Sieve
How to speed up the development process in WebStorm | Andrey Starovoit Team Lead of the WebStorm
Fibonacci numbers problem. JavaScript solution
Для всех тех, кто пишет про 8 лет на Донбасе (цитата из видео Столицы мира)
How to merge properties of two objects in JavaScript
Interview task: Mountain Peak | JS
How to delete branches in git
The most common mistakes with git. How to fix it?
Required Soft Skills. What soft skills should have a developer in 2021
Webinar "Functional programming in JavaScript"
How to make a redirect to URL in pure JavaScript | document.location methods
Git reset: difference between soft, mixed and hard
What a Junior Frontend Developer Should Know in 2021 | Roadmap + Checklist
A popular task from JS interviews: Anagram
How to get request parameters from URL | Get params JS
What a Middle Frontend Developer should Know in 2021 | Roadmap + Checklist
CSS draft: initial-letter
How to get the position of Middle Front-end Developer?
How to remove child-nodes from a DOM element? | Javascript
How to get all the arguments in arrow function in JavaScript
JS interview tasks | FizzBuzz | Online platforms for training problem solving
Free webinar "Git Start"
GIT. Interactive Rebase. How to work with it?
Frontend Interview of a Junior Developer. Freelancer, student, 20 years old
12 functions in Chrome DevTools console that are useful to know! | Command Line API
Important git clone features you didn't know about!
Git clean: cleaning the working directory from unnecessary files
CSS Variables | Part 3 | What is the difference from variables in preprocessors?
Interview of a Middle Frontend developer
The ~ (tilde) operator in JavaScript
How to randomly sort an array? | LeetCode task | JavaScript
How to remove duplicates from a sorted array? | Leetcode task
Interview challenge: Search in sorted and shifted array | JS
Pet-projects. What projects must a beginner front-end developer do?
How to find an uniq number in array | Solution of Leetcode problem with JS
Valid and invalid values of content css property | Before and after pseudo-elements in CSS
How to write a throttle function | Writing a throttle function in Javascript
Does a frontend developer need to understand ui/ux? Is it worth going to frontend courses?
How to write a debounce function | Writing our debounce function in JavaScript
Git cherry pick. How to move commits to another branch