Frontend
09 November 2025 17:44
#motivation #frontend
Day One ➡️ One Day@
Читать полностью…
Frontend
08 November 2025 12:30
#ts #webGpu #frontend
🎚
TypeGPU kutubxonasi yordamida yaratilgan "jelly slider" animatsiyasiTypeGPU - bu TypeScript-ga asoslangan kutubxona, u JavaScript kodini
WebGPU uchun WGSL ga aylantiradi. "use gpu" direktivasi JavaScript funksiyalarini GPU-da bajarish imkonini beradi.
const add = (a, b) => {
"use gpu";
return a + b;
}
Slider:
Kodga havola@
Читать полностью…
Frontend
07 November 2025 19:28
💡
@
Читать полностью…
Frontend
31 October 2025 19:32
#css #ux #frontend
🤖 O'sha trendga chiqayotgan NEO roboti veb saytidagi qiziqarli va ajoyib UX⬅️ Karuselning "Next/Previous" tugmalariga odatdagidan boshqacharoq CSS orqali yechim.
aria-label atributidan foydalanib, tugmalarni aniq tanlash mumkin. Bunday uslub UX'ni yaxshilaydi va a11y uchun ajoyib.
Oddiy CSS:
button[aria-label="Next slide"] {
cursor: url(chev-right.png), auto;
}
button[aria-label="Previous slide"] {
cursor: url(chev-left.png), auto;
}
@
Читать полностью…
Frontend
29 October 2025 10:04
#trend #css #frontend
💧 Liquid sliderTo'liq kod:
https://codepen.io/jh3y/pen/qEbYRVgSiz ham loyihalarda sinab ko'rdingizmi?
@
Читать полностью…
Frontend
23 October 2025 20:41
#mem #developer
Avval poydevor, keyin freymvork va AI-----
Foundation first, then the framework and AI
@
Читать полностью…
Frontend
23 October 2025 20:04
Bunga amal qilyapsizlarmi?
Читать полностью…
Frontend
13 October 2025 07:55
#reactNative #mobile
👩💻 React Native 0.82 to‘liq yangi arxitektura’ga o'tdiAsosiy yangiliklar:
- Hermes V1 (eksperimental): bundle yuklash tezligi real loyihalarda 3–9% gacha tezlashgan
- React 19.1.1: “owner stacks” to‘liq qo‘llab-quvvatlanadi; useDeferredValue va startTransition
- Web Performance API’lari (canary): performance.now(), PerformanceObserver
- Android debugOptimized: odatdagi debug ~20 FPS o‘rniga ~60 FPS atrofida tezlashdi
- Breaking: tutilmagan Promise rad etishlari endi console.error orqali aniq ko‘rinadi
Batafsil:
React native 0.82-----
React Native 0.82 has fully moved to the New ArchitectureKey updates:
- Hermes V1 (experimental): bundle loading is 3–9% faster in real projects
- React 19.1.1: full support for “owner stacks”; useDeferredValue and startTransition
- Web Performance APIs (canary): performance.now(), PerformanceObserver
- Android debugOptimized: ~60 FPS instead of ~20 FPS in regular debug
- Breaking: uncaught Promise rejections are now clearly reported via console.error
More details:
React Native 0.82@
Читать полностью…
Frontend
30 September 2025 08:35
#ai #prompt #frontend
OpenAI tomonidan, turli rollar uchun tayyor prompt
to‘plamlari taqdim etildi.
“ChatGPT for Engineers” paketi arxitektura vizualizatsiyasi, debugging, hujjatlashtirish va tezkor tahlillarni soddalashtiradi.
ChatGPT prompt packs:
link@
Читать полностью…
Frontend
27 September 2025 21:52
Frontend System Design Mock Interview
Kandidat: Diyorbek Sadullaev (@)
Intervyu oluvchilar:
- Umar Sadullayev (@)
- Shahzod Tursunov (@)
Vaqt: 30-sentyabr, 21:00
YouTube link: https://youtube.com/live/wvonyNuhmHI
Komponent arxitekturasi, state management'dan tortib, performance optimizatsiya, scalability mavzularigacha savollar bo'ladi.
Yetakchi tech kompaniyalarda senior va lead lavozimlarida ishlab kelyotgan mutaxassislardan o'rganamiz!
Frontend tizim dizayni kursiga qo'shiling: https://42.uz/course/frontend-tizim-dizayni
Читать полностью…
Frontend
23 September 2025 16:50
#interview #frontend
Suhbatga tayyorlanish uchun
qo'llanma.
@
Читать полностью…
Frontend
11 September 2025 07:50
#mem
Sizda ham shundaymi?
@
Читать полностью…
Frontend
03 September 2025 16:20
#nuxt #upgrade #frontend
👩💻 Nuxt 4.1 chiqdi!Qisqacha yangiliklar:
- Build qilish jarayoni tezlashdi
- Hash/chunk yaxshilandi → 404’lar kamayadi
- Rolldown bilan tezroq bundling
- Nuxt 3.19 ham shu yangiliklarning ko‘pini oldi
---
Nuxt 4.1 is out!Brief updates:
- The build process has been accelerated
- Hash/chunk has been improved → 404s will decrease
- Faster bundling with Rolldown
- Nuxt 3.19 also received most of these updates
Read more:
https://nuxt.com/blog/v4-1@
Читать полностью…
Frontend
28 August 2025 17:02
#mem
Al agent tegni yopib berishini kutayotgan men
🤦♂️@
Читать полностью…
Frontend
20 August 2025 21:42
#gemini #copilot #frontend
👩💻 Gemini 2.5 Pro Copilotga qo'shildi
-----
Gemini 2.5 Pro added to Copilot
@
Читать полностью…
Frontend
08 November 2025 12:42
ChatGPT va Claude'da limitingiz qolmagan bo'lsa Kimi K2'ni ham sinab ko'rsangiz bo'ladi. Ko'rsatkichilari chatgpt, claude bilan bemalol raqobatlashmoqda, ba'zi tomonlari yaxshiroq ham.
@
Читать полностью…
Frontend
08 November 2025 11:40
#update #nuxt #frontend
👩💻 Nuxt Image v2 chiqdi- TS'ni to'liq qo'llab-quvvatlash($img, useImage())
- IPX v3 - ishlash tezligi yaxshilandi
- Server tomonida ishlatish - useImage()
- Yangi Shopify va GitHub provayderlari
Nuxt Image v2 versiyasi 3.1 va undan yuqori versiyalarda ishlaydi.
Batafsil:
Nuxt image v2@
Читать полностью…
Frontend
05 November 2025 10:50
#debugging #frontend
No comment
@
Читать полностью…
Frontend
31 October 2025 14:40
#VsCode #update #frontend
👩💻 VS Code'ga yangi "Plan" xususiyati qo'shildiEndi murakkab vazifalarni (masalan, autentifikatsiya qo'shish yoki testlar yozish) AI yordamida avval rejalashtirib olasiz. U loyihangizni tahlil qiladi, qadamlarga bo'ladi va "to-do" ro'yxatini avto yangilaydi. Natijada kod sifati oshadi, xatolar kamayadi va ishlash samaradorligingiz tezlashadi.
Hozircha
VS Code Insiders'da qo'shilgan. Tez orada barcha versiyalarda ko'rinadi.
ENNew "Plan" Feature Added to VS Code
Now you can plan complex tasks (like adding authentication or writing tests) in advance with AI assistance. It analyzes your project, breaks it down into steps, and automatically updates the "to-do" list. As a result, code quality improves, errors decrease, and your productivity speeds up.
Currently added to VS Code Insiders. It will appear in all versions soon.
@
Читать полностью…
Frontend
25 October 2025 14:50
#update #nuxt #vueJS
👩💻 Nuxt 4.2 chiqdi!Asosiy yangilanishlar:
-
Abort control: useAsyncData/useFetch da AbortController bilan so'rovlarni bekor qilish
-
Dev error pages: xatoliklar sahifasi va texnik debug paneli
-
Async data extraction: JS bundle 39% ga kichrayadi (statik saytlar uchun)
-
TS Plugin (eksperim.): VS Code'da komponent va import navigatsiyasi yaxshilandi
- Vite API, Nitro refactor, performance boost
Batafsil:
https://nuxt.com/blog/v4-2ENNuxt 4.2 is out!
Main updates:
- Abort control: Cancel requests with AbortController in useAsyncData/useFetch
- Dev error pages: Error pages and technical debug panel
- Async data extraction: JS bundle shrinks by 39% (for static sites)
- TS Plugin (exp.): Improved component and import navigation in VS Code
- Vite API, Nitro refactor, performance boost
Details: https://nuxt.com/blog/v4-2
@
Читать полностью…
Frontend
23 October 2025 20:11
#update #nuxtUI #vueJS
👩💻 Nuxt UI v4.1 chiqdi!- Yangi Empty komponent
- Katta datasetlar uchun virtualizatsiya
- Komponentlarni avto aniqlash va CSS ni aqlli bog'lash
-----
Nuxt UI v4.1 is out!- New Empty component
- Virtualization for large datasets
- Auto-detect components and smart CSS bundling
Details:
https://github.com/nuxt/ui/releases/tag/v4.1.0@
Читать полностью…
Frontend
21 October 2025 20:51
#openAI #browser
OpenAI yangi AI brauzer chiqardi: ChatGPT Atlas!macOS uchun yuklab olish mumkin (chatgpt.com/atlas), Windows va mobil versiyalar tez orada chiqarilar ekan.
Batafsil ma'lumot /
Yuklab olish@
Читать полностью…
Frontend
02 October 2025 21:15
#react #update #frontend
👩💻 React 19.2 chiqdi<Activity/>, useEffectEvent, cacheSignal (RSC), Partial Pre-rendering, DevTools Performance Tracks, SSR’da Suspense batching + Web Streams, useId → _r_
Batafsil:
react.dev@
Читать полностью…
Frontend
27 September 2025 22:00
Bu suhbat orqali soha mutaxasislaridan o'zingiz uchun yangi bilimlar olasiz degan umiddaman)
Читать полностью…
Frontend
25 September 2025 07:51
#typeScript #frontend
This is JS
@
Читать полностью…
Frontend
16 September 2025 10:38
#mem
Dasturlash evolyutsiyasi
-----
The evolution of programming
@
Читать полностью…
Frontend
04 September 2025 12:50
#css #tools #frontend
🖌 PatternCraft150+ bepul, zamonaviy fon patternlari va gradientlar to'plami bor ajoyib resurs. “live preview” va bitta click'da CSS/Tailwind kodini nusxalab olsangiz bo'ladi. Hero va card'lar uchun juda qulay.
-----
An awesome resource with a collection of 150+ free, modern background patterns and gradients. It offers a “live preview,” and you can copy the CSS/Tailwind code with one click. Super handy for hero sections and cards.
Link:
https://patterncraft.fun@
Читать полностью…
Frontend
29 August 2025 14:20
#nuxt #css #frontend
Nuxt 4 bilan yaratilgan loyihalarda dasturchilar orasida kichik muammo ya'ni style(css) fayllarni ulashda muammoga duch kelishmoqda. Yangiliklarni kuzatib bormagani uchunmi yoki AI'ga bog'lanib qolib docs/google search qilmaslik natijasida muammoni hal qilishlari uchun ko'p vaqt sarflab qo'yishmoqda.
Endi esa muammoga yechimcha berib ketsam.
Styles fayllarini noto‘g‘ri joyga joylashtirish va noto‘g‘ri yo‘l bilan import qilish orqali css'laringiz ishlamayotgan.
- Style fayllarni app/assets/ ichida saqlang
- nuxt.config.ts → css: ['~/assets/scss/main.scss']
Nuxt 4 da kodlaringiz “app/” papkasida bo'lishi kerak. Ya’ni barcha UI bilan bog‘liq papkalar: assets, components, composables, layouts, middleware, pages, plugins, utils — endi app/ ichida yozing.
“~” alias endi app/ ni ko'rsatadi
Batafsil docs:
havola@
Читать полностью…
Frontend
27 August 2025 17:36
HR: Sizga tez orada a'loqaga chiqamiz
Shu vaqt Resumeyingiz)
Eng yaxshi Frontend vakansiyalar:
💼 @ 👈
Читать полностью…
Frontend
11 August 2025 13:01
👀
Bunday veb-saytlar qanday yaratiladi?
-----
How are such websites created?
@
Читать полностью…