Code in Poland
الذهاب إلى القناة على Telegram
All opinions are my own and do not represent my employer !
إظهار المزيد186
المشتركون
لا توجد بيانات24 ساعات
-37 أيام
-330 أيام
أرشيف المشاركات
Ҳеч қачон зарарга кирмайдиган инвестиция - одамни ўз билимлари учун қилган инвестицияси !
IT kurslar avval oʻrgatib pul topardi, hozir oʻrgatib qoʻyib, ish topolmayotganlarga tajriba sotaman deb, internshipga pul olyapti.
Kelajakda ishga kira olmaganiz uchun ham pul olishsa ajab emas
©️
CSS is an underrated skill, and those who are genuinely great at it should be very highly regarded in any company. People who think CSS is easy haven't spent enough time working with it
CSS bu - kamroq baholanadigan tajriba hisoblanadi. Uni chinakamiga yaxshi biladiganlar har qanday kompaniyada yuqori baholanishi kerak. CSS ni oson deb hisoblaydiganlar esa hali u bilan ishlashga ko’p vaqt ajratib ko’rishmagan
JavaScript da bilishingiz kerak bo’lgan 3 narsa:
1) Variables
2) Functions
3) Control structures
————————————
Inson har doim muvozanatda ushlashi kerak bo’lgan 3 narsa:
1) Hissiyot
2) Vijdon
3) Aql
#JavaScript
String method lar
1. splet() — textni bo'lib beradi va qaytgan qiymat Array boladi.
2. length — uzunligini aniqlaydi
3. toLocaleLowerCase() — textni kichik harfga alishtiradi.
4. toLocaleUpperCase() — textni katta harfga alishtiradi.
5. indexof() — textni birinchi joylashuvini anqlaydi. Text yoq bo'lsa (-1) qaytaradi.
6. search() — satrni moslik halatini anqlaydi.
7. slice() — textni malum qismini ajratib oladi.
8. includes() — textni bor yoqligini qaytarib beradi .
9. startsWith() — text qaysi so'zdan boshlanganligini tekshiradi.
10. endWith() — text qaysi so'zdan tugaganini tekshiradi.
11. replace() — textni boshqa text bilan alishtirish.
12. trim() — textni chap va o'ng tarafidagi probellarni olib tashlaydi.
13. trimEnd() va trimStart() — o'ng va chapdagi probellarni alohida olib tashlash
©️
It is polite to leave a small portion of your food (Egypt)
Миср да истеъмол қилинган таомни кичик қисмини қолдириб қўйиш яҳши одат ҳисобланаркан
The 15 Essential Skills You Need to Become a Front End Developer
1. HTML
2. CSS
3. JavaScript
4. jQuery
5. JavaScript Frameworks or library )
6. Front End Frameworks
7. CSS Preprocessors
8. RESTful Services/APIs
9. Responsive/Mobile Design
10. Cross-Browser Development
11. Content Management Systems
12. Web Accessibility
13. Testing/Debugging
14. Git/Version Control
15. Problem-Solving
Git da ko'pincha ishlatiladigan komandalar:
#2
git clone <repro_url> - Clone repository
git status - View repository status
git add <file> - Stage changes
git add. - Stage all changes
git commit -m "message" - Commit changes
git branch - List branches
git branch <branch> - Create branch
git checkout <branch> - Switch to branch
git merge <branch> - Merge branch
git remote -v - View remotes
git pull origin <branch> - Pull changes
git push origin <branch> - Push changes
git log - View commit history
git log --oneline - View short commit history
git revert <commit> - Revert commit
git reset <commit> - Reset to commit
git tag - List tags
git tag -a v1.0 -m "tag" - Create annotated tag
git config --global user.name "name" - Set global username
git config --global user.email "email" - Set global email
Why C#?
C# is huge in at least two areas:
One is for Windows desktop apps. Ever since Microsoft introduced C# and .NET around the year 2000, it's been their flagship programming language. It's still arguably the best option if you want to build a pure Windows application that uses the latest and greatest Windows APIs. Because of this it's really big in the Enterprise world - basically software that runs inside large corporations, as opposed to software that's sold to end-users.
The other is for games. Unity is by far the most popular game engine (\~50% market share, the same as all other game engines combined) and the only language you use to program Unity games is C#.
Those are just two areas, though. There are tons of other areas where you can use your choice of language and C# is often one good choice - like web back-end, for example.
PS: .NET o’qiymiz )
