Sabokhat K | Tech blog 🇵🇸
1.22K subscribers
171 photos
20 videos
4 files
187 links
Download Telegram
Escaped high-rise buildings, and found this peaceful neighborhood🫠
Tech Women 2025 - Not happening:

- Your application will not be processed for now.
- IIE will not be able to answer any questions regarding this suspension.
- If the situation changes, they will notify applicants and provide updates on the process.

…Maybe, it is “not meant to be” for me…

Let’s share similar opportunities/scholarships in tech field in the comments👇
How to get promoted at workplace

Share your advice👇
Israel is attacking Gaza again. Around 300 people were killed, 1000+ injured
#interview #tips #job

Here is what I learned by being the interviewer in Frontend Tech Interviews:

(This post is about Code Pairing round)

📝 Planning is the most important part:
1) Take your time to understand the task.
2) Create “your own” list of requirements to make sure you really understand the question
3) Think about edge cases (this gives you huge bonus points)
4) Talk through your solution before coding

🗂️ Divide the code into smaller chunks that does only 1 thing:
1) Separate calculations from UI logic (for frontend tasks)
2) Separate API logic
3) Separate your tests


🎯 Think ahead:
1) Think about how you are gonna test what you are building (Learn about Test Driven Development)
2) Write production ready code at each step: UI, api, tests…

Fellow interviewees and interviewers, share your tips & feedback 👇
Please open Telegram to view this post
VIEW IN TELEGRAM
Ramadan Challenge: Share & Win!

💡 What’s one habit you’re trying to improve this Ramadan?

Comment below and share how you’re making the most of this blessed month! One participant will be randomly selected to win a special Ramadan gift. 🎁🌙

Winner will be announced on 25th of March
Please open Telegram to view this post
VIEW IN TELEGRAM
Eid Mubarak!🌙

Alloh bizdan va sizdan qabul qilsin. Ramazon Hayiti Muborak bo'lsin! 🎊🎉


How I celebrate EID in Dubai:
Nah, I come back to Uzbekistan. The best celebration is with the family❤️
Only program that’s stopping me from travelling to the US. (They don’t consider candidates that have been to the US)

But I still got rejected)

Those who pass, what’s your secret?👀
Forwarded from Bintu Sodiq
This media is not supported in your browser
VIEW IN TELEGRAM
"Шу соҳада биринчиси бўламан"

АНОНС

⚡️Премьера
Эфир вақти: 20 апрель якшанба 20:00да.
📹"YouTube"даги саҳифамизда.

"Мен ҳам олима бўламан"

@BintuSodiq
With every 20 line of code you add to a codebase, you are most likely introducing a new bug. That is, if you are an average skilled developer.

Less code, less bugs
#go #learning

One cannot recover from the trauma of learning go after JS🤯

JS: “You want to mutate a variable 5 times in one line while dynamically changing its type? Go for it!”

Go: “Declare your types. Handle every error. No unused variables. No exceptions.”

What tech skills are you currently learning?