🍾 I am happy to announce that I have finally got a job offer for the Associate Software Developer position at Exadel Internation IT company after a 2-month internship.
Ten Years of TypeScript
Making a fast website is SUPER EASY 😏
Every Programmer Should Know 🤔
HTML Tips
Microfrontends: Microservices for the Frontend
Don’t worry, Nobody is Replacing Node, not Even Bun and Even less Deno
Making a fast website is SUPER EASY 😏
Every Programmer Should Know 🤔
HTML Tips
Microfrontends: Microservices for the Frontend
Don’t worry, Nobody is Replacing Node, not Even Bun and Even less Deno
Microsoft News
Ten Years of TypeScript
Today is TypeScript’s birthday! But this birthday is a special one – 10 years ago today, on October 1st, 2012, TypeScript was unveiled publicly for the first time. The Early Days When TypeScript first debuted, there was a lot of skepticism –
Forwarded from 70+ Alumni BIS (Mansur Isakov)
👋 Heyo
Today, I’d like to share some useful resources to find job, internships and opportunities.
If u ask me,
- I’m ready to find a job, where can i find one?
IT Market - channel supported by IT Park where u can find open vacanies.
IT Jobs, Tashkent - chat with all actual positions (even Vasiliy aka uses it), also u can send ur resume to the group.
UzDevs Jobs - less popular channel, but still a lot of HRs use it to find talents!
IUT Jobs - channel from our IUT friends, where u can find jobs that suit u.
- I’m not sure about my experience, would be great to have internship first
- No more words.
WIUT Career Center - this channel mostly focus on all courses, but sometimes they can find some useful stuff for CS students.
WUT Career Center - my favorite career center among all the unis, u can find a lot of opportunities on this channel.
IUT Career Center - the main focus of the channel is CS students, so here we go.
RS School - online platform where u can start coding, btw school is sposored by EPAM
- I want to find hackathons/contests and also find like-minded ppl to participate together
- buddy, specially for that we launched “engage+” club, where u can info about competiotions and find teamates.
Also, dont forget about the most important platform - LinkedIn, where u can tons of information, make connection with HRs and find unique opportunities. Design ur profile and make it look outstanding!
Send me connection - https://www.linkedin.com/in/mansur-isakov/
Post made w/ love,
Mansur
@SeventyPlusBIS5
Today, I’d like to share some useful resources to find job, internships and opportunities.
If u ask me,
- I’m ready to find a job, where can i find one?
IT Market - channel supported by IT Park where u can find open vacanies.
IT Jobs, Tashkent - chat with all actual positions (even Vasiliy aka uses it), also u can send ur resume to the group.
UzDevs Jobs - less popular channel, but still a lot of HRs use it to find talents!
IUT Jobs - channel from our IUT friends, where u can find jobs that suit u.
- I’m not sure about my experience, would be great to have internship first
- No more words.
WIUT Career Center - this channel mostly focus on all courses, but sometimes they can find some useful stuff for CS students.
WUT Career Center - my favorite career center among all the unis, u can find a lot of opportunities on this channel.
IUT Career Center - the main focus of the channel is CS students, so here we go.
RS School - online platform where u can start coding, btw school is sposored by EPAM
- I want to find hackathons/contests and also find like-minded ppl to participate together
- buddy, specially for that we launched “engage+” club, where u can info about competiotions and find teamates.
Also, dont forget about the most important platform - LinkedIn, where u can tons of information, make connection with HRs and find unique opportunities. Design ur profile and make it look outstanding!
Send me connection - https://www.linkedin.com/in/mansur-isakov/
Post made w/ love,
Mansur
@SeventyPlusBIS5
A small rebranding of my channel. Now I’ll share my progress and useful links on a weekly basis. Thus, I will try to bring consistency to my channel.yo<
Despite the fact that I study Business Information Systems that are close to computer science, I lack knowledge about cs concepts. That's why I decided to take some time to study these concepts. As always, I leave links that I found useful.
Map of Computer Science
For react enjoyers,
React I Love You, But You’re Bringing Me Down
As u may notice, i started solvin’ leetcode problems, first u think that the problem is easy, then u r sitting 3-4 hours on it.
Also, this week I studied the technology by its documentation, a little bit difficult, for me articles are the best source for understanding the material when the author puts himself in the position of a student.
thats about my week<
Despite the fact that I study Business Information Systems that are close to computer science, I lack knowledge about cs concepts. That's why I decided to take some time to study these concepts. As always, I leave links that I found useful.
Map of Computer Science
For react enjoyers,
React I Love You, But You’re Bringing Me Down
As u may notice, i started solvin’ leetcode problems, first u think that the problem is easy, then u r sitting 3-4 hours on it.
Also, this week I studied the technology by its documentation, a little bit difficult, for me articles are the best source for understanding the material when the author puts himself in the position of a student.
thats about my week<
YouTube
Map of Computer Science
The field of computer science summarised. Learn more at this video's sponsor https://brilliant.org/dos
Computer science is the subject that studies what computers can do and investigates the best ways you can solve the problems of the world with them. It…
Computer science is the subject that studies what computers can do and investigates the best ways you can solve the problems of the world with them. It…
yo<
Let’s talk about monorepos, this architecture aims to manage all ur code in one super respository, instead of keeping multiple smaller repos, in the article u can find out the prons and cons of using this approach.
Guide to Monorepos for Front-end Code
Next, again about frontend architecture, have u heard about trendy term “micro frontend”, basically it’s splitting ur projects (by feature, page, or section) which can be managed by different teams. This approach is recommended when u r working on big applications, to make our code easier to read and manage.
Angular - Micro Frontend
Article is about how to hire Angular Developers.
Recently, we talked about function overloading/overriding (in university), here is the article about overloading in TypeScript.
10 bad TypeScript habits to break this year
thats about my week<
Let’s talk about monorepos, this architecture aims to manage all ur code in one super respository, instead of keeping multiple smaller repos, in the article u can find out the prons and cons of using this approach.
Guide to Monorepos for Front-end Code
Next, again about frontend architecture, have u heard about trendy term “micro frontend”, basically it’s splitting ur projects (by feature, page, or section) which can be managed by different teams. This approach is recommended when u r working on big applications, to make our code easier to read and manage.
Angular - Micro Frontend
Article is about how to hire Angular Developers.
Recently, we talked about function overloading/overriding (in university), here is the article about overloading in TypeScript.
10 bad TypeScript habits to break this year
thats about my week<
Toptal
Guide to Monorepos for Front-end Code
A monorepo or monorepository is a code management and architectural concept whereby you keep all your isolated bits of code inside one super repository instead of managing multiple smaller repositories—like a single repository for your website and mobile…