Keyingi post yoki videolar nima haqida boβlishini hohlardiz?
Anonymous Poll
25%
JavaScript
40%
TypeScript
17%
React
19%
Testing
β€3π1π₯1
YouTube
TypeScript through docs: Intro into resources
π23β€3π₯3
Rewrite git history
Adashib asosiy branchga commit va push qilib qoydingiz mi? Havotirga oβrin yoβq, quyidagicha orqaga qaytaramiz:
Adashib asosiy branchga commit va push qilib qoydingiz mi? Havotirga oβrin yoβq, quyidagicha orqaga qaytaramiz:
git checkout main
git reset --soft HEAD
git push origin main --force
git checkout new-branch
git add .
git commit -m "commit to new branch"
git push origin new-branch
π₯53π23β€4
Zed for Linux
Linux foydalanuvchi dasturchilarga hushxabar. Zed linuxga ham release bo'ldi (to'g'risi o'zim tekshirib ko'rishga imkoniyatim bo'lmadi).
https://zed.dev/linux
Linux foydalanuvchi dasturchilarga hushxabar. Zed linuxga ham release bo'ldi (to'g'risi o'zim tekshirib ko'rishga imkoniyatim bo'lmadi).
https://zed.dev/linux
Zed
Zed on Linux is here!
We've stabilized our Linux build, download it today!
π11π₯4
YouTube
TypeScript through docs: The Basics
π₯21π3
Consoleda nima chiqadi?
console.log(Boolean('true'), Boolean('false'));
console.log(Boolean('true'), Boolean('false'));
Anonymous Quiz
11%
false false
6%
false true
28%
true false
56%
true true
π₯8π6β€2
Updating packages
Eskirgan paketlarni korish uchun:
Ularni "upgrade" qilish uchun:
ishlatishingiz mumkin
#tips_and_tricks
Eskirgan paketlarni korish uchun:
npm outdated
Ularni "upgrade" qilish uchun:
npx npm-check-updates -i
ishlatishingiz mumkin
#tips_and_tricks
β€16π16
Funksional dasturlashdagi "Currying" tushunchasi bilan tanishib chiqamiz
https://youtu.be/WwfoUoUUWkg
https://youtu.be/WwfoUoUUWkg
YouTube
FP: Currying
π19π₯7
Funksional dasturlashda "Function Composition" tushunchasi bilan tanishib chiqamiz
https://youtu.be/OpO5Hrp77Z8
https://youtu.be/OpO5Hrp77Z8
YouTube
FP: Function Composition
π₯15
TypeScript 5.6 beta release boβldi. Yangiliklar bilan tanishib olamiz
https://devblogs.microsoft.com/typescript/announcing-typescript-5-6-beta/
https://devblogs.microsoft.com/typescript/announcing-typescript-5-6-beta/
Microsoft News
Announcing TypeScript 5.6 Beta
Today we are excited to announce the availability of TypeScript 5.6 Beta. To get started using the beta, you can get it through NuGet, or through npm with the following command: npm install -D typescript@beta Hereβs a quick list of whatβs new in TypeScriptβ¦
π10π₯3
YouTube
TypeScript through docs: Functions
π9π₯1
YouTube
TypeScript through docs: Objects
π₯11π3
YouTube
TypeScript through docs: Generics
π11π₯3
Quyidagi qatorning nanijasi qanday bo'ladi:
console.log(Object.keys([1,2,3]));
console.log(Object.keys([1,2,3]));
Anonymous Quiz
36%
[0, 1, 2]
35%
['0', '1', '2']
13%
[1, 2, 3]
16%
['1', '2', '3']
π5
YouTube
TypeScript through docs: Conditional Types
π9β€3π₯1