Channel Avatar

Front-end Science with Sergey Puzankov @UCmI5YBB9KJ0xLtFtgBX8rfw@youtube.com

62K subscribers - no pronouns :c

✅SUBSCRIBE TO OUR CHANNEL❗️ Hi, my name is Sergey Puzankov.


08:06
Для всех тех, кто пишет про 8 лет на Донбасе (цитата из видео Столицы мира)
01:41:08
The first interview of a self-taught frontender (30+). Solved more than 2000 problems on Codewars
16:01
Merge intervals — task from JS interview | Solving LeetCode problems
35:49
Linked List. Data Structures | Implementation in JS
14:35
2 ways to deploy Node.js project in Heroku (free hosting)
08:40
Task from JS Interview: The Best Time to Buy Stocks # 2
01:22:27
Becoming a Frontender After 30: From Circus Arcobat to Front-End Developer
52:40
Materials for pet projects: a must have for a fresh frontender
33:08
Pet-projects. What projects must a beginner front-end developer do?
24:45
LeetCode task about collecting rainwater | JavaScript interview
11:34
Task from a front-end interview: Finding the largest container of water | JavaScript
08:23
How to make changes in a file invisible to git
06:59
How to fix the last commit in git
06:36
Important git clone features you didn't know about!
06:55
How to delete branches in git
04:20
Git clean: cleaning the working directory from unnecessary files
10:05
How to save temporarily changes in GIT using git stash (without committing)
08:54
Git reset: difference between soft, mixed and hard
01:39:47
Frontend interview. Ilnura, the first job right after Yandex Practicum
01:13:32
How to speed up the development process in WebStorm | Andrey Starovoit Team Lead of the WebStorm
15:46
Solving the problem from JS interview — The valid sequence of brackets | LeetCode problems
08:58
Task from JS Interview: The best time to buy stock #1 | Tasks from LeetCode
25:44
How to calculate the complexity of an algorithm by BIG O | The clearest explanation!
10:19
Interview Task: Brick Wall | JavaScript
08:21
Task from JS interview - Find the intersection of two arrays | LeetCode
01:31:35
Frontend Interview of a Junior Developer. Freelancer, student, 20 years old
08:49
Problem from JS interview: The first unique character in a string.
10:31
Task from JS interview: Count the number of islands in the matrix | Number of Islands
29:57
Required Soft Skills. What soft skills should have a developer in 2021
01:16:43
Interview of a Junior Frontend developer. Trainee frontender 19 years old from EPAM
17:31
What a Middle Frontend Developer should Know in 2021 | Roadmap + Checklist
08:13
Interview challenge: Search in sorted and shifted array | JS
01:29:53
Interview of a Middle Frontend developer
10:42
Interview task: Mountain Peak | JS
12:34
What a Junior Frontend Developer Should Know in 2021 | Roadmap + Checklist
13:00
Array Methods: map, reduce, filter, forEach | JavaScript Array Methods
06:30
Binary Search Algorithm | JavaScript
06:00
Git cherry pick. How to move commits to another branch
10:20
How to randomly sort an array? | LeetCode task | JavaScript
03:21
6 worst commit messages in GIT. And how to compose a proper commit message in GIT.
14:49
How to find substring palindrome? Task from frontend job interview | LeetCode | JavaScript
11:17
Numeric palindrome | Solve the LeetCode problem in JavaScript
33:43
Sudoku problem (Hard) | Solve problems with Leetcode
03:27
How to describe correctly special skills in a resume?
17:02
GIT. Interactive Rebase. How to work with it?
13:45
LeetCode task: Fill the matrix with zeros | JavaScript
10:47
GIT: Merge or Rebase? What's the difference?
14:36
Leetcode task. finding the maximum distance to the nearest neighbor in the cinema | JS
16:35
The most common mistakes with git. How to fix it?
09:29
How to find an uniq number in array | Solution of Leetcode problem with JS
04:36
How to remove child-nodes from a DOM element? | Javascript
01:54
We are 4000 subscribers on the channel! We're going to stream!
14:08
Should you start in front-end in 2021? | Answer to your questions
09:42
How to remove duplicates from a sorted array? | Leetcode task
16:57
Sum of three | Solving a problem from Leetcode
10:29
How to find two numbers in array that together will give a desired sum? | Sum of Two | JS
18:33
JS Tasks: How to find a prime number + How to find all prime numbers up to N | Bute-force and Sieve
11:27
How to write a throttle function | Writing a throttle function in Javascript
10:46
How to write a debounce function | Writing our debounce function in JavaScript
27:26
The problem about an ATM. Version 2 | JS interview