Explain what responsive design is
це практики створення веб-сайтів, які адаптуються та реагують на різні розміри екрана та підлаштовуються під формат пристрою, забезпечуючи оптимальний UI i UX.
What is the difference between CSS library and Pre-processor?
Бібліотеки CSS надають готові стилі та компоненти для швидкої розробки, тоді як препроцесори CSS розширюють можливості CSS за допомогою таких функцій, як змінні, вкладення та міксини для покращення модульності коду та зручності обслуговування.
Amazon Cloud service, used for hosting images and large files
S3
What is the latest language model under the hood of ChatGPT?
What game engine is most popular right now?
Unreal Engine 5
What is a bridge in React Native?
it's a communication layer between framework and Javascript programming language
What is the CSS library, that adds lots of different transitions to plain CSS?
Animate.css
Which tool is commonly used in DevOps for automating the deployment of applications?
Docker
Which field of AI focuses on teaching machines to learn from data and improve their performance over time?
Machine Learning
What does "Agile" mean in the context of software development?
It's an iterative and flexible approach to software development, focusing on customer collaboration and responsiveness to change.
Name 2 popular testing frameworks for JSX code
+100 if name any additional
Jest, Mocha, Cypress, Puppeteer, Playwright, Jasmine
What is PostCSS, and what its purpose is?
Це постпроцесор, що приймає стандартний CSS як інпут, виконує різні перетворення та виводить оптимізований та вдосконалений CSS.
Name 3 frameworks of Javascript (except Angular, React, Vue, Node, and Svelte)
Ember, Meteor, Deno, Vit, Preact, Gatsby, jQuery
What is the main purpose of a chatbot powered by AI?
The main purpose of a chatbot is to simulate conversation with users, providing them with automated responses and assistance.
What game engine is best for building 2D games?
Unity
How do developers typically test their mobile apps on different devices without physical devices?
Using emulators or simulators.
What types of tests exist within Javascript ecosystem?
Unit, integration, UI testsing
What is Websockets/Socket.io purpose in web dev?
Main goal is to provide a seamless and efficient way to establish a persistent connection between the client and the server, allowing them to exchange data in real-time
How do developers get access to ChatGPT in order to build app around it?
What is the purpose of a version control system like Git?
To track changes in source code and enable collaboration among developers.
What architecture approach would be best for mobile app MVP?
What is Tailwind CSS and what it's purpose is?
The purpose of Tailwind CSS is to give developers a comprehensive set of utility classes that cover a wide range of design and layout needs. In simple terms - ease up and speed up CSS development process
What is the difference between ECMAScript and Vanilla JS
ECMAScript is vanilla JS #
What is a "neural network" in the context of AI?
It's a model inspired by the human brain's structure, used for pattern recognition and decision-making.
What programming language is commonly used to create AAA (large-budget) games?
C++