Styled components, styled systems and how they work. #article#js#react#css @thedevs https://kutt.it/PmwHMK
TGINSIGHT SIMILAR POSTS
Найти похожее
Источник @procode404 · Post #2995 · 28 апр.
👨💻Цикл событий JavaScript простым языком — [14:38] Наверняка многие задумывались, как NodeJS способен обрабатывать такие серьёзные нагрузки, учитывая, что он работает всего в одном потоке. На самом деле, правда заключается в том, что большая часть времени, которую сервер тратит на обработку одного клиента, — это ожидание. Либо ожидание ответа от клиента, либо сама отправка запроса через сеть. NodeJS умеет делать все эти операции ожидания неблокирующими. То есть, пока он ждёт завершения какого-то системного вызова или завершения операции с сетью, он может обрабатывать другие соединения и благодаря этому не проигрывать, а порой даже выигрывать серверы, написанные в пусть и многопоточном, но блокирующем стиле. В этом видео вы узнаете, как это работает и почему это очень круто. #js#nodejs
Найдено 315 похожих постов
Общий глобальный поиск
Faast.js, Serverless batch computing made simple. #tools#js#serverless @thedevs https://kutt.it/zT1BMk
Hashtags
The complete JavaScript handbook. #article#book#tutorial#js @thedevs https://kutt.it/UGegLX
Algorithms and data structures implemented in JavaScript with explanations and links to further readings. #resources#js#algorithm @thedevs https://kutt.it/uY8kr8
Hashtags
@dasturlash_hayoti · Post #4073 · 25.11.2025, 11:39
#JavaScript#LocalStorage#FrontEnd#JS#Dasturlash 👨💻 JavaScript’da LocalStorage nima va qanday ishlatiladi? LocalStorage – bu brauzerda ma’lumotlarni saqlash imkonini beruvchi vosita. Saytni yopib ochganingizda ham ma’lumotlar saqlanib qoladi. Asosiy xususiyatlari: 🔹Ma’lumot string sifatida saqlanadi 🔹Brauzer yopilsa ham o‘chmaydi. 🔹Faqat hozirgi domen uchun amal qiladi. Eng ko‘p ishlatiladigan metodlar: // Ma'lumot qo'shish localStorage.setItem('ism', 'Jonibek'); // Ma'lumotni olish let ism = localStorage.getItem('ism'); console.log(ism); // Jonibek // Ma'lumotni o'chirish localStorage.removeItem('ism'); // Hammasini tozalash localStorage.clear(); 💡 Agar obyekt yoki massiv saqlash kerak bo‘lsa, JSON.stringify va JSON.parse dan foydalaning: let user = { name: 'Jonibek', age: 20 }; localStorage.setItem('user', JSON.stringify(user)); let getUser = JSON.parse(localStorage.getItem('user')); console.log(getUser.name); // Jonibek 💡LocalStorage – bu saytlar uchun “xotira” bo‘lib, foydalanuvchi ma’lumotlarini uzoq muddat saqlash imkonini beradi. 💻@dasturlash_hayoti— Dasturchilar hayoti, motivatsiya va IT olamidagi eng foydali maslahatlar shu yerda!
@repo_science · Post #3192 · 15.05.2023, 22:03
#Python#NodeJs#Taller 🌐 Ejercicios de programación con Python y Node JS 📢#EDteam 🔗Link ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
State of JavaScript 2018 results are out. #resources#survey#js @thedevs https://kutt.it/ssBLWA
Hashtags
The state of JavaScript 2018 survey. #survey#resources#js @thedevs https://kutt.it/mjDfvR
Hashtags
@frontend_dev_news · Post #193 · 12.10.2017, 02:08
Ember 3.0 is released! #ember#js https://goo.gl/y4Qh4K
Common tasks of managing HTML DOM with vanilla JavaScript. #resources#tutorial#js#html @thedevs https://kutt.it/VXHU3x
Hashtags
You don't need a build step. #article#js#deno @thedevs https://thedevs.link/08ene0
Deno 1.0 is out. A secure runtime for JavaScript and TypeScript. #article#js#deno @thedevs https://kutt.it/EBd2nP