Серверное программирование веб-сайтов - Изучение веб-разработки | MDN
Тема Динамические веб-сайты – серверное программирование состоит из ряда модулей, рассматривающих создание динамических веб-сайтов; сайтов, которые доставляют персонализированную информацию в ответ на HTTP запрос. Этот модуль предоставляет общее введение в серверное программирование, наряду со специальными руководствами начального уровня о том, как использовать Django (Python) и Express (Node.js/JavaScript) веб-фреймворки для создания простых приложений.
JavaScript has a runtime model based on an event loop, which is responsible for executing the code, collecting and processing events, and executing queued sub-tasks. This model is quite different from models in other languages like C and Java.
Layout and the containing block - CSS: Cascading Style Sheets | MDN
The size and position of an element are often impacted by its containing block. Most often, the containing block is the content area of an element's nearest block-level ancestor, but this is not always the case. In this article, we examine the factors that determine an element's containing block.
Hey there! My name is Arsh. Across the cyberspace, you’ll also find me as @RinkiyaKeDad in many places. I enjoy building software, technical content, and communities!
🚀 Visualizing memory management in V8 Engine (JavaScript, NodeJS, Deno, WebAssembly) - DEV Community
Let us take a look at how the V8 engine for JavaScript & WebAssembly manages memory for Browsers and NodeJS. Tagged with javascript, typescript, webassembly, node.
🙏 Please Add .gitattributes To Your Git Repository - DEV Community
Article explaining why .gitattributes is important for configuring a consistent end of file ending in a git repository used by multiple team members on different OSes. Tagged with git, beginners, codenewbie.
In times of great adversity and chaos, we need to stay optimistic, adapt to the circumstances, and... Tagged with backend, frontend, hiring, beginners.
This practical introduction to web performance helps you approach projects with page speed in mind, showing you how to test and benchmark design choices against page speed.