- Видео 59
- Просмотров 62 955
Coding Insanely
Добавлен 26 окт 2023
Hi Everyone,
My name is Rizwan Khan and I am here to teach software development in Hindi Language. I will be sharing my Work Experience from India's top tech companies Such as Paytm and MakeMyTrip. I have expertise on app development which run on JavaScript.
You can connect with me on Social Media Platform
Instagram: imrizwankhan_official
LinkedIn: www.linkedin.com/in/rizwankhan2/
My name is Rizwan Khan and I am here to teach software development in Hindi Language. I will be sharing my Work Experience from India's top tech companies Such as Paytm and MakeMyTrip. I have expertise on app development which run on JavaScript.
You can connect with me on Social Media Platform
Instagram: imrizwankhan_official
LinkedIn: www.linkedin.com/in/rizwankhan2/
Solving Frontend Interview Question | Building a Carousel Image Component in ReactJS | Microsoft
Hi Everyone,
Preparing for a Microsoft frontend interview? 🚀 In this video, we tackle a common interview question: building a carousel image component from scratch. Follow along as we demonstrate how to create a fully functional and responsive carousel, covering essential frontend development techniques and best practices.
What you'll learn:
How to structure the HTML for a carousel component
Styling the carousel with CSS for a sleek and responsive design
Implementing carousel functionality with JavaScript
Tips for making your carousel accessible and user-friendly
In this tutorial, we'll cover:
Setting up the HTML structure for the carousel
Styling the carousel using CSS and ensuring responsiveness...
Preparing for a Microsoft frontend interview? 🚀 In this video, we tackle a common interview question: building a carousel image component from scratch. Follow along as we demonstrate how to create a fully functional and responsive carousel, covering essential frontend development techniques and best practices.
What you'll learn:
How to structure the HTML for a carousel component
Styling the carousel with CSS for a sleek and responsive design
Implementing carousel functionality with JavaScript
Tips for making your carousel accessible and user-friendly
In this tutorial, we'll cover:
Setting up the HTML structure for the carousel
Styling the carousel using CSS and ensuring responsiveness...
Просмотров: 487
Видео
Microsoft Frontend Interview Questions | Build Microsoft Teams Interface
Просмотров 6814 месяца назад
Hi Everyone, Are you preparing for a Microsoft frontend interview? 🚀 In this video, we take on a real interview challenge: building a Microsoft Teams chat interface. We'll guide you step-by-step through the process, following essential frontend guidelines and best practices. What you'll learn: How to structure the layout using CSS Grid and Flexbox The importance of semantic HTML elements for a ...
Frontend Interview Question (Microsoft) | Creating Tic Tac Toe Game | Javascript Interview Questions
Просмотров 8225 месяцев назад
Hi Everyone, Ready to ace your Microsoft frontend interview? 🚀 In this video, we tackle a real Microsoft interview question by building a Tic Tac Toe game from scratch. Follow along as we solve the question step-by-step, offering you a clear understanding of the problem-solving process and key strategies for success. What you'll learn: 1 - Detailed solution to Microsoft's Tic Tac Toe game inter...
Frontend Interview Question (Airbnb) | Creating Star Rating Widget | Javascript Interview Questions
Просмотров 9935 месяцев назад
Hi Everyone, Get ready to ace your Airbnb Frontend Interview with our latest video! 🚀 In this comprehensive tutorial, we solve a real Airbnb frontend interview question, providing you with step-by-step solutions and insights. But that's not all-we also discuss essential strategies for clarifying questions, effectively interacting with your interviewer, and showcasing your problem-solving skills...
Solving Airbnb Frontend Machine Coding Questions: Strategies, Tips, and Approach
Просмотров 4615 месяцев назад
Hi Everyone, Ready to tackle Airbnb's frontend machine coding questions with confidence? 🚀 In this video, we dive deep into solving a real Airbnb frontend machine coding question, offering you a step-by-step guide to ace it. We'll discuss essential tips, strategies, and approaches to help you understand and solve complex coding challenges effectively. What you'll learn: Detailed solution to an ...
Cracking the Airbnb Frontend Interview: Tips, Solutions, and Interaction Strategies
Просмотров 9055 месяцев назад
Hi Everyone, Get ready to ace your Airbnb Frontend Interview with our latest video! 🚀 In this comprehensive tutorial, we solve a real Airbnb frontend interview question, providing you with step-by-step solutions and insights. But that's not all-we also discuss essential strategies for clarifying questions, effectively interacting with your interviewer, and showcasing your problem-solving skills...
Javascript DOM Manipulation: Building a Todo Application from Scratch
Просмотров 1205 месяцев назад
Hi Everyone, Join us in our latest video as we delve into the world of JavaScript DOM manipulation and create a Todo application from scratch! 🚀 In this hands-on tutorial, we explore the various types of selectors available in JavaScript, empowering you to efficiently target and manipulate elements within the DOM. From basic selectors like getElementById and querySelector to more advanced techn...
Javascript DOM: Understanding the Document Object Model in 5 Minutes
Просмотров 1345 месяцев назад
Welcome to our latest video, where we embark on a journey into the heart of JavaScript DOM! 🚀 In this comprehensive tutorial, we dive deep into the Document Object Model (DOM), unraveling its structure, representation, and the role it plays in web development. Learn about the DOM object and its relationship with HTML documents, and discover the different types of nodes that form the DOM tree. W...
Asynchronous Javascript using async/await: From Callback Hell to Elegant Code
Просмотров 1275 месяцев назад
In our latest video, we demystify the complexities of asynchronous JavaScript programming with async/await! 🚀 Join us as we explore the evolution of asynchronous code from callback-based structures to promises, and finally to the elegant simplicity of async/await. Learn how async/await provides a more intuitive and readable way to handle asynchronous tasks, making your code cleaner and more mai...
Javascript Promises: Solving Asynchronous Challenges and Mastering Promise Methods
Просмотров 1066 месяцев назад
Step into the world of JavaScript promises with our comprehensive tutorial! 🚀 In this in-depth video, we start by unraveling the intricacies of asynchronous operations in JavaScript, shedding light on the challenges posed by callback-based code structures and the need for a more elegant solution. Next, we dive deep into the concept of promises, exploring how they provide a cleaner, more readabl...
Mastering Asynchronous JavaScript: Harnessing the Power of Non-Blocking Code
Просмотров 956 месяцев назад
Ready to take your JavaScript skills to the next level? Dive deep into the world of asynchronous programming with our latest video! 🚀 In this comprehensive tutorial, we'll demystify the concepts of synchronous and asynchronous JavaScript, and show you how to transform blocking code into non-blocking code. Say goodbye to slow, unresponsive applications as we explore real-world examples of blocki...
Is the Era of Software Engineers Coming to an End? AI vs Software Engineers
Просмотров 1036 месяцев назад
Hi Everyone, Are software engineers becoming obsolete? Dive into the debate as we explore a groundbreaking AI technology claiming to replace human expertise. Join us as we debunk the myths and shed light on why nothing can truly replace the ingenuity and creativity of human minds. Watch now and join the conversation! You can connect with me on this RUclips Channel: Coding Insanely Linkedin: lin...
Inheritance in Javascript | Prototype and Prototypal Inheritance
Просмотров 886 месяцев назад
Hi Everyone, Join us in our latest video as we unravel the intricacies of inheritance in JavaScript! 🚀 In this comprehensive tutorial, we delve deep into the concept of inheritance, providing detailed explanations and practical examples to help you grasp this fundamental concept. From prototypal inheritance to class-based inheritance, we explore various approaches to implementing inheritance in...
Closure in Javascript | Encapsulation, Data Persistance & Module Pattern
Просмотров 1057 месяцев назад
Hi Everyone, Unlock the full potential of JavaScript with our latest video on closures! 🚀 In this comprehensive tutorial, we dive deep into the concept of closures and explore how they enable powerful techniques like encapsulation and data privacy in your code. Whether you're a beginner or an experienced developer, understanding closures is essential for writing clean, efficient, and maintainab...
this keyword in JavaScript | Tips and Interview Questions
Просмотров 1737 месяцев назад
this keyword in JavaScript | Tips and Interview Questions
Scope Chain in Javascript | Local Scope, Lexical Scope or Parent Scope
Просмотров 1867 месяцев назад
Scope Chain in Javascript | Local Scope, Lexical Scope or Parent Scope
How does Javascript Code Execute | Best Explanation of Javascript Execution Context
Просмотров 4217 месяцев назад
How does Javascript Code Execute | Best Explanation of Javascript Execution Context
Javascript Tutorial For Beginners | Full Course | Ep - 03
Просмотров 3357 месяцев назад
Javascript Tutorial For Beginners | Full Course | Ep - 03
Javascript for beginners | 2024 | Ep - 01
Просмотров 2688 месяцев назад
Javascript for beginners | 2024 | Ep - 01
Introduction to Javascript | Javascript for Beginners | 2024 | Ep - 02
Просмотров 1658 месяцев назад
Introduction to Javascript | Javascript for Beginners | 2024 | Ep - 02
Fastest Way To become Frontend Developer in 2024 | Stop Wasting Time and Land Your Dream Job
Просмотров 7 тыс.8 месяцев назад
Fastest Way To become Frontend Developer in 2024 | Stop Wasting Time and Land Your Dream Job
How to Create a VIDEO Chat App | WebRTC Crash Course
Просмотров 7 тыс.8 месяцев назад
How to Create a VIDEO Chat App | WebRTC Crash Course
How to get Internship as Software Engineer in 2024 | Internship Kyu nhi mil rahi hai | 5 Mistakes
Просмотров 14 тыс.8 месяцев назад
How to get Internship as Software Engineer in 2024 | Internship Kyu nhi mil rahi hai | 5 Mistakes
Frontend Interview in Flipkart 🎉 | 🚀 Round 1 se 4 tak Sab Kuch | html css javascript
Просмотров 15 тыс.9 месяцев назад
Frontend Interview in Flipkart 🎉 | 🚀 Round 1 se 4 tak Sab Kuch | html css javascript
CSS Box Shadow in Hindi | Elevate Your Web Design Skills
Просмотров 1269 месяцев назад
CSS Box Shadow in Hindi | Elevate Your Web Design Skills
How I got My First Internship (Software Engineering)
Просмотров 7 тыс.9 месяцев назад
How I got My First Internship (Software Engineering)
Code Like A Pro 🔥 Build Udemy Clone using HTML & CSS From Scratch 😍 😍
Просмотров 2,1 тыс.9 месяцев назад
Code Like A Pro 🔥 Build Udemy Clone using HTML & CSS From Scratch 😍 😍
🚀 Create a Responsive Navigation Bar using HTML & CSS 🔥 🔥
Просмотров 2609 месяцев назад
🚀 Create a Responsive Navigation Bar using HTML & CSS 🔥 🔥
CSS Layout 03 | CSS Flexbox Grow, Shrink and Basis
Просмотров 699 месяцев назад
CSS Layout 03 | CSS Flexbox Grow, Shrink and Basis
DSA round is just for filtering the candidates
you could include real examples like Blink, Gecko, v8, spider monkey...
Sir webrtc ka full course chahye plz bana dijiye😢
This video is pure gold. I was struggling with the concepts and code for 4-5 days and this vid solved it allllllllllllllllll. Thanks a lot sir.
@@rishujain0721 your most welcome 😎
brother you are making great content go ahead
is it okay to use tailwind ?
I appreciate your work on this video. Congrats for the content !
Please make a video on how much DSA is required for Frontend or Full Stack role in not that much big companies except FAANG.
Better than any in RUclips. Keep it up
Thanks brother
bhai ye socket.io.js file browswr par work nhi kar rhi hai or client side load bhi nhi ho rhi hai
Help me there is no audio even after all the permissions are allowed
Why there are no videos since 3 months?
@@VK-sn3sn People has no interest watching long form video they only want to watch shorts that’s why I stopped uploading content 😢
very very good explanation, but too much sliding is giving headache
@@pursuingperfectionn ok I will avoid
Achha hai video pura samajh aa gaya mujhe kya karna hai thank you for making this video 🎉
will this work for mobile?
Was system design interview specific to frontend ?
great work!
❤❤❤❤
Best explanation! Please do more videos on tricky interview questions. Answering these tricky interview questions will help clear up JavaScript fundamentals for every developer.
@@mayureshbande5515 thank you so much I will keep uploading such videos please like share and subscribe
instead of express can I use spring boot , which is my backend server
Yes you can use your spring boot with compatible socket library
Bhai awesome 🙌
Bhaia aap ye to batao ki aapne kaise. Padha tha
@@AyushGupta29164 MDN web docs
❤
❤
Thanku sir
Why you have placed the music in between, you would have clearly explain the code and components. You have choosen a very good question but its the music, that take away everything.... You would have explain the concept in mean while
I m explaining after music end
@@CodingInsanelyPlease avoid music in every upcoming video....
@@irfananaaz1896 sure
Thanks
Bro instead of music,you can explain your thoughts process of building we are here to see your approach and thought process
I have explained all the important parts of it after the music but I will avoid this in upcoming videos
Really helpful. Keep it up!
Thank you so much
Upload more
ek number explanation, best video out there for webRTC in terms of explanation of concepts and the best thing is that he gives an explanation before writing the code block. short and crisp for a topic like webRTC
Thanks ☺️ for the appreciation
Great video, preping for airbnb interview now, could we if subtitle in English or have it all in English, please? Thank you!
As of now I don’t have fully in English but I will add subtitle for you 😎
Thank you for bringing so much good content. I always waiting for your videos.Thanks you sir for your effort.
Your most welcome please share this in your network
Ye freshers ke liye hai ? 😶
Yes, there are other companies who ask this type of question to fresher very often but there expectation wont be like this, you just complete the UI that’s it
Please can you also make one video for architectural round / system design. Thank you
Sure, will upload soon 🔜
Thanks for indepth explanation. Highly Appreaciated! What about some drag&drop Machine Coding
Great suggestion! Will upload soon
thanks for explanation...please explain bit slow
You can change the playback speed of the video to 0.75x to watch slow
You can change the playback speed of the video to 0.75x to watch slow 🙂
Thanks sir for making such awesome content. I really appreaciate your effort. Keept it up sir.
Thanks for your comment it will keep me motivated 💫💫
Nice video bro
Thank you 🤩
16:30 adding eventlistener on each li is not right way to do it. we can use event delegation to make it better
Thank you for pointing out but I have done it knowingly because I know the count of star is fixed so it is not a large list but still it’s upto you, having a delegation is good idea Correction I misunderstood the context here , Above reply is based on my star rating widget video and for this video, yes you are right we should use event delegation instead of li click, here probably your interview will ask you this question and then you can come up with event delegation solution
Really enjoyed it. What about some intermediate DS based machine coding questions like TicTacToe or Drag n Drop
Will upload soon
Tooo good🎉
Thanks 🤩
Great work keep growing ❤
Enough motivation for next video 😍
Really nice explanation
Thanks for appreciating, enough motivation for creating more such video
Company Wise Frontend Interview Series: ruclips.net/p/PLsxce0BX76ueVK_jnFqJNElxRdykgoU8M
Company wise frontend Interview Series: ruclips.net/p/PLsxce0BX76ueVK_jnFqJNElxRdykgoU8M
Frontend Interview Series: ruclips.net/p/PLsxce0BX76ueVK_jnFqJNElxRdykgoU8M
Frontend Interview Series: ruclips.net/p/PLsxce0BX76ueVK_jnFqJNElxRdykgoU8M
Had an interview with MMT having 3.6 years of experience , but got rejected in the first round, how did you prepare for mmt
I didn’t prepare specifically for mmt, it just happened by chance and I did well in technical interview what helps me is that my past experience and knowledge which I gained through lot of self developed projects. Hope it helps you too
@@CodingInsanely I work for a product based company but in their internal system so there is only client side rendering and very less performance issues, how can I learn all that if not working on those things in my company
@@shivagiri5313 I learned lot of things which are not part of my work so if I can learn you can too, just pick some nice project and finish it end to end
@@CodingInsanely any such project recommendations ?
🙌
🙌
amazing explanation...thanks fr teaching
Your welcome 🤩