Hi Guys, Himanshu Khosla this side. An enthusiastic lead software developer by profession and YouTuber (cum mentor) turned by passion. For the past 5 years, I have been actively working as a Frontend Developer with several tech companies and have trained a few Developers along the way.
My vision is to bridge the skill gap between industry and active developers by guiding them and helping them make an upward career trajectory in their careers. I want to teach everyone how they can upskill themselves with the level of a developer working in a product company and build a kickass product.
I will come back every week with a new video related to frontend development, technical know-hows and lifestyle. If you are interested in learning more about them DO FOLLOW MY CHANNEL.
Level Up Frontend
What's the Output of this Javascript Question? ⬇️ (Post 3)
--> What are the three phases of event propagation?
⭐ Watch my Series on "Javascript Machine Coding Interview Questions for Dream Job" Episode 2 to understand "Event Bubbling, capturing" concepts from an experienced developer and grow in your career. - www.youtube.com/playlist?list...
#promise #javascript #interviewquestion
10 months ago | [YT] | 63
View 1 reply
Level Up Frontend
hat's the Output of this Javascript Question? ⬇️ (Post 2)
const firstPromise = new Promise((res, rej) => {
setTimeout(res, 500, 'one');
});
const secondPromise = new Promise((res, rej) => {
setTimeout(res, 100, 'two');
});
Promise.race([firstPromise, secondPromise]).then(res => console.log(res));
------------------------------------------------------------------------------------------------------------------
⭐ Watch my Series on "Javascript Machine Coding Interview Questions for Dream Job" to understand concepts from an experienced developer and grow in your career. - www.youtube.com/playlist?list...
#promise #javascript #interviewquestion
10 months ago | [YT] | 187
View 3 replies
Level Up Frontend
What's the Output of this Javascript Question? ⬇️ (Post 2)
const myPromise = () => Promise.resolve('I have resolved!');
function firstFunction() {
myPromise().then(res => console.log(res));
console.log('second');
}
async function secondFunction() {
console.log(await myPromise());
console.log('second');
}
firstFunction();
secondFunction();
------------------------------------------------------------------------------------------------------------------
⭐ Watch my Series on "Javascript Machine Coding Interview Questions for Dream Job" to understand concepts from an experienced developer and clear interview to grow in your career. - youtube.com/playlist?list=PL2...
#promise #javascript #interviewquestion
10 months ago | [YT] | 35
View 2 replies
Level Up Frontend
What's the Output of this Javascript Question? ⬇️
const promise1 = Promise.resolve('First')
const promise2 = Promise.resolve('Second')
const promise3 = Promise.reject('Third')
const promise4 = Promise.resolve('Fourth')
const runPromises = async () => {
const res1 = await Promise.all([promise1, promise2])
const res2 = await Promise.all([promise3, promise4])
return [res1, res2]
}
runPromises()
.then(res => console.log(res))
.catch(err => console.log(err))
------------------------------------------------------------------------------------------------------------------
⭐ Watch my Series on "How to get Hired in 2024". It is the only way to get hired in 2024 due to very less jobs - www.youtube.com/playlist?list...
#promise #javascript #interviewquestion
11 months ago | [YT] | 13
View 2 replies
Level Up Frontend
Job Oppourtunity Alert ⬇️
Role - InsuranceDekho - Software Development Engineer I - Frontend Technologies (1-3 yrs)
Note - Direct Apply will not get you hired, do make sure you understand and follow my steps to get hired in 2024 - www.youtube.com/playlist?list...
Click here to apply - www.hirist.tech/j/insurancedekho-software-developm…
#job #fresher #frontenddeveloper
11 months ago (edited) | [YT] | 24
View 5 replies
Level Up Frontend
I am making an-series on most asked Javascript Interview Questions to help out the community in understanding the concepts in a better way and also make you understand whats the level of javascript you should know.
So, i want input from you guys about your professional working experience with Frontend or Javascript. I will fill more questions based on my audiance. Thanks, do let me know if you face any other problems during javascript interviews - will make it easy for you.
11 months ago | [YT] | 20
View 2 replies
Level Up Frontend
Recently, Gave a Microsoft Interview Round for Senior Frontend Developer Role to my senior - Chirag Goel (Frontend Engineering Manager at Microsoft). It was a Javascript based round and i am happy to share that i was able to crack it with just the javascript concepts.
The interview mostly covered topics around:-
1. Currying and chaining Functions
2. Apply, Call, bind and lexical this of Javascript
3. Two - Way Data binding concept of Javascript that framework uses
Although it was a mock interview round for youtube but the rush to give a mock interview for your dream company is sure thrilling. Do watch complete video as it covers solutions as well and learn from it and my mistakes.
Video - https://youtu.be/_tNErId8xlc
Please see, i was also nervous due to no preperation but fortunately it went well. Should i take mock interviews too for freshers on my channel?
#frontendinterview #javascriptquestions #fresher
11 months ago | [YT] | 38
View 1 reply
Level Up Frontend
Applying directly to any job posting will get you rejections only because of very high supply. There is only 2-3 ways to get hired and get your job to move ahead in life.
I am back with my series of ‘How to get hired in 2024’ after switching my own job and i have made this series from my own learning and also my friends job switch journey in the market.
I really hope this will help you out i have also shared how i got the job using referrals, meetups, resources and hacks i used in this video. So do watch it completely.
Thanks
Your big brother
1 year ago | [YT] | 6
View 0 replies
Level Up Frontend
Hello guys, I was away from Youtube for 6 months to Change my Job in 2024. Dont worry, i am alive and fine.
I know the market condition is pretty bad no one is able to get an interview and change it. I have had my fare share of experience of 6 months struggle to get into a good product based company. The shocking part was even not getting a callback from HR after resume review, even though mine is pretty heavy resume. Still, made some alterations and got back on the road.
Now its time to help you out guys from my learning and how help you answer your doubts. I am going to make a series from next week and i need you input in it. I have listed down the real problems faced in job market by me, would request you to please add your problems too that you are facing in finding a job, will answer them asap.
Problems I faced:-
1. Very less Jobs in market. Even a opening comes online, it get closed within 2-3 days.
2. New Interview criteria is there for frontend hiring at intermediate level
3. No company is offering any good pay, even most of them have reduced their pay level.
4. There is a very strict criteria for a job with specific skills
5. Getting no referall or a message from recrutier on naukri.com or personal messages
6. Lot of demotivation from IT sector is there and no right resources to follow
7. To be added
1 year ago | [YT] | 12
View 10 replies
Level Up Frontend
Following my previous poll on how to help you become a Pro developer and get a full time job this year.
I am thinking of starting a web series to help you guys with anything that you face problem in your interview journey. Please help me out in selecting the most common problem you face in interviews.
Please be as a detailed as possible. I will try to solve all your problems in a very organised way by making a free course for you guys.
1 year ago | [YT] | 25
View 9 replies
Load more