Dev thinking loud
1.68K subscribers
119 photos
8 videos
3 files
321 links
Dasturlash boyicha video darslar, subyektiv fikrlar, kundalik misollar, bahsli mavzular.

Youtube kanal: https://www.youtube.com/@ravshansbox

Muallif: @ravshansbox
Download Telegram
Keyingi post yoki videolar nima haqida bo’lishini hohlardiz?
Anonymous Poll
25%
JavaScript
40%
TypeScript
17%
React
19%
Testing
❀3πŸ‘1πŸ”₯1
TypeScript: resurslar bilan tanishuv

https://youtu.be/-CRLBlucnTU
πŸ‘23❀3πŸ”₯3
Rewrite git history

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
πŸ‘11πŸ”₯4
TypeScript through docs: The Basics

https://youtu.be/etl4UrBb2qc
πŸ”₯21πŸ‘3
YouTubeda 1000ta bo'ldik πŸŽ‰
πŸ”₯75πŸ‘12❀1
Consoleda nima chiqadi?

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:
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
πŸ‘19πŸ”₯7
Funksional dasturlashda "Function Composition" tushunchasi bilan tanishib chiqamiz

https://youtu.be/OpO5Hrp77Z8
πŸ”₯15
TypeScript through docs: Functions

https://youtu.be/Pgkjn6LfSL0
πŸ‘9πŸ”₯1
TypeScript through docs: Objects

https://youtu.be/KW9wtWsZvuI
πŸ”₯11πŸ‘3
TypeScript through docs: Generics

https://youtu.be/4_DXeWUscf4
πŸ‘11πŸ”₯3
Quyidagi qatorning nanijasi qanday bo'ladi:
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
TypeScript through docs: keyof, typeof, indexed access

https://youtu.be/y_8ZlYI5enE
❀7πŸ”₯3πŸ‘1
TypeScript through docs: Conditional Types

https://youtu.be/B7scqzfOKYw
πŸ‘9❀3πŸ”₯1