Frontend
What are the possible values for the CSS property 'position'?
Which Flexbox property controls the direction of flex items?
What is a hash table?
What projects have you worked on using Next.js?
What is the purpose of a viewport?
What is doctype and what is it used for?
What are the advantages of using Redux?
How do arrow functions differ from regular functions when it comes to the need to use the bind method?
What is the difference between the `<aside>`, `<article>`, and `<section>` elements in HTML?
Which flexbox rule is responsible for arranging flex items in a single line or multiple lines?
What are the methods of optimization to reduce the amount of data transmitted between the frontend and the server?
What is the MVP architectural pattern?
Describe some ways of communication between a server and a client.
In which cases is it preferable to use canvas, and in which cases should you choose SVG?
Why are array functions considered objects in JavaScript?
How do you interact with the event loop?
Who needs semantic markup?
What do you use Vue with?
// [1, 2, 3, [4, [5]]] => [1, 2, 3, 4, 5] function
Do you have experience working with Docker?