Egnyte is hiring Software Engineer
For 2021, 2022, 2023, 2024 gards
Location: Remote
https://jobs.jobvite.com/egnyte/job/oAprvfwF?jvst=Job%20Board&jvsd=LinkedIn
For 2021, 2022, 2023, 2024 gards
Location: Remote
https://jobs.jobvite.com/egnyte/job/oAprvfwF?jvst=Job%20Board&jvsd=LinkedIn
JP Morgan is hiring Software Engineer
For 2021, 2022, 2023 gards
Location: Mumbai
https://jpmc.fa.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_1001/job/210549125
For 2021, 2022, 2023 gards
Location: Mumbai
https://jpmc.fa.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_1001/job/210549125
JPMC Candidate Experience page
Software Engineer I
We have an opportunity to impact your career and provide an adventure where you can push the limits of what's possible
React JS Projects for Beginners - Complete Project Tutorial π€©
Watch Now ππ»
https://youtu.be/LcaHRjO-NBw?si=7-mAal1HWAUMcwum
Watch Now ππ»
https://youtu.be/LcaHRjO-NBw?si=7-mAal1HWAUMcwum
YouTube
React JS Projects for Beginners | Master React JS with These Projects
π Want to master React.js while building real-world projects? In this video, Iβll guide you through 2 beginner-friendly React projects that will help you understand core concepts like components, props, state, hooks, and event handling in a practical way!β¦
Morgan Stanley is hiring Associate Software Engineer (Full stack)
For 2021, 2022, 2023 gards
Location: Bangalore
https://morganstanley.eightfold.ai/careers/job/549783609057-fullstack-developer-associate-software-engineering-bengaluru-karnataka-india?domain=morganstanley.com
For 2021, 2022, 2023 gards
Location: Bangalore
https://morganstanley.eightfold.ai/careers/job/549783609057-fullstack-developer-associate-software-engineering-bengaluru-karnataka-india?domain=morganstanley.com
morganstanley.eightfold.ai
Careers at Morgan Stanley
Careers site
Please Stop Making These JavaScript Mistakes π±
Watch Full Tutorial ππ»
https://youtu.be/Hm-Sg_sl-sY?si=7qNe-rH7fq0wmDUq
Watch Full Tutorial ππ»
https://youtu.be/Hm-Sg_sl-sY?si=7qNe-rH7fq0wmDUq
YouTube
Please Stop Making These JavaScript Mistakes in 2025!
Are you unknowingly making these common JavaScript mistakes? π± Many beginners fall into these traps, leading to bugs, performance issues, and bad coding habits. In this video, Iβll break down the most frequent JS mistakes and show you how to fix them likeβ¦
Coding Master pinned Β«Please Stop Making These JavaScript Mistakes π± Watch Full Tutorial ππ» https://youtu.be/Hm-Sg_sl-sY?si=7qNe-rH7fq0wmDUqΒ»
Infocusp Innovation is hiring Associate Software Engineer
For 2022, 2023, 2024, 2025 gards
Location: Ahemdabad
https://infocusp.keka.com/careers/jobdetails/401?source=linkedin
For 2022, 2023, 2024, 2025 gards
Location: Ahemdabad
https://infocusp.keka.com/careers/jobdetails/401?source=linkedin
How I'd Learn Web Development if I had to Start Over π€©
Watch the Video ππ»
https://youtu.be/QvOZo1xHG6U?si=XzUDf8MqLwGnwoAG
Watch the Video ππ»
https://youtu.be/QvOZo1xHG6U?si=XzUDf8MqLwGnwoAG
YouTube
How Iβd Learn Web Development If I Had to Start Over in 2025!
Are you just starting your web development journey and feeling overwhelmed by tutorials, roadmaps, and endless resources?
In this video, Iβm sharing one powerful tip I wish I knew when I first started - a strategy that wouldβve saved me months of confusionβ¦
In this video, Iβm sharing one powerful tip I wish I knew when I first started - a strategy that wouldβve saved me months of confusionβ¦
π₯ New Podcast Out!
βDSA is NOT enough to crack interviewsβ
I spoke with SDE-2, who shared:
β DSA + System Design roadmap
β Real interview tips
β Mistakes freshers should avoid
Watch now: https://youtu.be/YQpPPdow7DY?si=qjfWk4JJBamnie1W
Must-watch for anyone preparing for tech interviews!
βDSA is NOT enough to crack interviewsβ
I spoke with SDE-2, who shared:
β DSA + System Design roadmap
β Real interview tips
β Mistakes freshers should avoid
Watch now: https://youtu.be/YQpPPdow7DY?si=qjfWk4JJBamnie1W
Must-watch for anyone preparing for tech interviews!
YouTube
Watch This Before Your Next Tech Interview | Interview Tips & Roadmap | Ep. 18
π Is DSA enough to crack tech interviews?
In this power-packed podcast, we sit down with an experienced SDE-2 who shares his real-life interview journey, mistakes to avoid, and why System Design is becoming essential β even for freshers!
π§ Learn how to buildβ¦
In this power-packed podcast, we sit down with an experienced SDE-2 who shares his real-life interview journey, mistakes to avoid, and why System Design is becoming essential β even for freshers!
π§ Learn how to buildβ¦
Coding Master pinned Β«π₯ New Podcast Out! βDSA is NOT enough to crack interviewsβ I spoke with SDE-2, who shared: β
DSA + System Design roadmap β
Real interview tips β
Mistakes freshers should avoid Watch now: https://youtu.be/YQpPPdow7DY?si=qjfWk4JJBamnie1W Must-watchβ¦Β»
Ever spent hours trying to fix unnecessary re-renders or messy form handling in React?
Same here.
But now, React 19 feels like a developerβs wish granted. β¨
Here are 5 changes I absolutely loved:
1οΈβ£ New React Compiler
No more useMemo and useCallback everywhere. React now does smart optimizations automatically. Less code, better performance.
2οΈβ£ Server Actions
Submitting forms? You can now directly run server functions with <form action={...}>. Cleaner and way simpler.
3οΈβ£ useOptimistic Hook
Ever clicked a button and waited forever for feedback? This hook shows instant UI changes before the API even responds. So smooth.
4οΈβ£ Server Components
Split your app between client and server easily. Send less JavaScript to the browser = faster apps!
5οΈβ£ useFormStatus & useFormState
Built-in tools to check if a form is submitting or done. Say goodbye to custom state juggling.
Have you explored these updates yet?
Let me know which one excites you the most π
Same here.
But now, React 19 feels like a developerβs wish granted. β¨
Here are 5 changes I absolutely loved:
1οΈβ£ New React Compiler
No more useMemo and useCallback everywhere. React now does smart optimizations automatically. Less code, better performance.
2οΈβ£ Server Actions
Submitting forms? You can now directly run server functions with <form action={...}>. Cleaner and way simpler.
3οΈβ£ useOptimistic Hook
Ever clicked a button and waited forever for feedback? This hook shows instant UI changes before the API even responds. So smooth.
4οΈβ£ Server Components
Split your app between client and server easily. Send less JavaScript to the browser = faster apps!
5οΈβ£ useFormStatus & useFormState
Built-in tools to check if a form is submitting or done. Say goodbye to custom state juggling.
Have you explored these updates yet?
Let me know which one excites you the most π
How to Install Tailwind V4.0 with Vite in React19 - Full Tutorial π€©
Watch Now ππ»
https://youtu.be/xExL5DnP_lA?si=fKOXOqkTqZzd_-ex
Watch Now ππ»
https://youtu.be/xExL5DnP_lA?si=fKOXOqkTqZzd_-ex
YouTube
Tailwind CSS V4.0 is HERE | The New Way to Install with Vite + React19
Tailwind CSS v4.0 is HERE! And itβs changing the game for developers using Vite and React 19! In this video, Iβll walk you through the new way to install Tailwind CSS v4 with the latest tools, making your development workflow faster and smoother. Whetherβ¦
Rubrik is hiring UI Engineers
For 2024 grads
https://www.linkedin.com/posts/neeraj-nj007_hiring-uiengineering-frontend-activity-7312862440596127745-fDsU?utm_source=share&utm_medium=member_desktop&rcm=ACoAADcYLRgBJmsLNWvacCtmAInFWe0W5S4QEzg
For 2024 grads
https://www.linkedin.com/posts/neeraj-nj007_hiring-uiengineering-frontend-activity-7312862440596127745-fDsU?utm_source=share&utm_medium=member_desktop&rcm=ACoAADcYLRgBJmsLNWvacCtmAInFWe0W5S4QEzg
Linkedin
#hiring #uiengineering #frontend #2024grads #rubrik | Neeraj Ramesh | 31 comments
Calling All UI Engineers!
Weβre still hiring for UI Engineers (G5) at Rubrik! If you have strong frontend skills and are passionate about building intuitive and scalable user interfaces, this is your chance to be part of something amazing.
Eligibility:β¦
Weβre still hiring for UI Engineers (G5) at Rubrik! If you have strong frontend skills and are passionate about building intuitive and scalable user interfaces, this is your chance to be part of something amazing.
Eligibility:β¦
Build & Deploy Animated Portfolio Website using React JS & Tailwind CSS π€©
Watch Full Tutorial ππ»
https://youtu.be/ypSc8HEurGQ?si=RArsnUNPVT6daz-W
Watch Full Tutorial ππ»
https://youtu.be/ypSc8HEurGQ?si=RArsnUNPVT6daz-W
YouTube
Build & Deploy Animated Portfolio Website from Scratch | React JS & Tailwind CSS
Ready to level up your frontend skills? In this step-by-step tutorial, you'll learn how to build and deploy a stunning animated portfolio website using React js and Tailwind CSS - completely from scratch!
Weβll cover everything from project setup, responsiveβ¦
Weβll cover everything from project setup, responsiveβ¦
Coding Master pinned Β«Build & Deploy Animated Portfolio Website using React JS & Tailwind CSS π€© Watch Full Tutorial ππ» https://youtu.be/ypSc8HEurGQ?si=RArsnUNPVT6daz-WΒ»
π± Spring Boot & REST API: Hands-on App Development!
π *What Youβll Get:*
β Hands-on Spring Boot Project
β REST API Fundamentals
β *Quiz + Certificate*
β Project Files & Resources
π Date: *16 April 2025*
β° Time: *7:00 PM*
π Live on YouTube
π Register Now & Join Live!
π https://forms.gle/ZGcZFJ87892xtWB18
π *What Youβll Get:*
β Hands-on Spring Boot Project
β REST API Fundamentals
β *Quiz + Certificate*
β Project Files & Resources
π Date: *16 April 2025*
β° Time: *7:00 PM*
π Live on YouTube
π Register Now & Join Live!
π https://forms.gle/ZGcZFJ87892xtWB18
These Frontend UI Libraries are the Future π±
Watch Full Video ππ»
https://youtu.be/Mm285aKRiUQ?si=2MXrAm8yAT-Arpdl
Watch Full Video ππ»
https://youtu.be/Mm285aKRiUQ?si=2MXrAm8yAT-Arpdl
YouTube
These Frontend UI Libraries are the FUTURE | Better than AI! π₯
β‘οΈ Frontend developers β listen up!
In this video, Iβm revealing the best and most future-ready UI libraries that are making frontend development faster, cleaner, and way more powerful β even Better than AI tools when it comes to building stunning web interfaces!β¦
In this video, Iβm revealing the best and most future-ready UI libraries that are making frontend development faster, cleaner, and way more powerful β even Better than AI tools when it comes to building stunning web interfaces!β¦
Coding Master pinned Β«These Frontend UI Libraries are the Future π± Watch Full Video ππ» https://youtu.be/Mm285aKRiUQ?si=2MXrAm8yAT-ArpdlΒ»
Want to switch to a product based company?
- Get Referrals from Google & Microsoft Engineers β¨
- 100% Placement assistance for top product companies β¨
BONUS: Exclusive Google Interview Cheatsheet π±
Join the Ultimate DSA Program π€©
Book Your 15 Min Career Session for FREE ππ»
https://forms.gle/4K1JGfjS7BHHZrWGA
- Get Referrals from Google & Microsoft Engineers β¨
- 100% Placement assistance for top product companies β¨
BONUS: Exclusive Google Interview Cheatsheet π±
Join the Ultimate DSA Program π€©
Book Your 15 Min Career Session for FREE ππ»
https://forms.gle/4K1JGfjS7BHHZrWGA
Google Docs
Book your Exclusive 1:1 Session! π
π Personalized career guidance for upskillment with MAANG experts.
πΈ Highest CTC - 1.2 Cr | Avg - 27 LPA
β 100% Placement Assistance for 12 Months
πΈ Highest CTC - 1.2 Cr | Avg - 27 LPA
β 100% Placement Assistance for 12 Months
Coding Master pinned Β«Want to switch to a product based company? - Get Referrals from Google & Microsoft Engineers β¨ - 100% Placement assistance for top product companies β¨ BONUS: Exclusive Google Interview Cheatsheet π± Join the Ultimate DSA Program π€© Book Your 15 Min Careerβ¦Β»