A Software Engineer
A Software Engineer
  • 36
  • 258 621
Write A Function To Check if string is a Palindrome [ COMMON Interview Question ]
Javascript Coding Interview: Palindrome
This video shows 3 different solutions to the question `Write a function that determines if a string is a palindrome`. This may show up in your following job interview.
Code: codepen.io/angelo_jin/pen/RwgPVwr
Next recommended video:
10 React Coding Exercises - th-cam.com/video/VzNNjNmbXpY/w-d-xo.html
Buy Me A Coffee: If you want to support me and thank you in advance!
www.buymeacoffee.com/letscode77
มุมมอง: 561

วีดีโอ

Write A Function That Will Reverse A String [ Very Common Question ]
มุมมอง 4502 ปีที่แล้ว
Javascript Coding Interview: Reverse A String This video tutorial will provide 3 different solutions to the question `Write a function that will reverse a string`. This is a widespread interview question and you may asked be solve this. Code: codepen.io/angelo_jin/pen/LYBPrKo Next recommended video: Coding Exercise: Is Palindrome - th-cam.com/video/Ze7fqHLUJL0/w-d-xo.html Buy Me A Coffee: If yo...
Write A Function That Will Count Vowels in a String [3 Solutions, Modern]
มุมมอง 1.4K2 ปีที่แล้ว
Javascript Coding Interview: Count Vowels This video is to show different solutions to the question `Write a function that will count vowels in a sentence`. This may show up on your next job interview. Code: codepen.io/angelo_jin/pen/zYzYdmQ Next recommended video: Reverse A String - th-cam.com/video/Ol-vKinc6s0/w-d-xo.html Buy Me A Coffee: If you want to support me and thank you in advance! ww...
NextJS Conference 2022 Highlights | Recap
มุมมอง 1592 ปีที่แล้ว
This video will summarize the previous NextJS 2022 Conference in under 2 minutes. Some new innovations on this version are NextJS version 13, Turbopack bundler, image component, and font component. NextJS Keynote: nextjs.org/conf NextJS Conference Talks: th-cam.com/play/PLBnKlKpPeagll1CCK08EvjqgCq0C_dXZq.html
BEST WAY to do SERVER Request in ReactJS
มุมมอง 8542 ปีที่แล้ว
Alternative way of request data using ReactJS In this video, I will show you an alternative for handling API/server requests instead of the old useEffect way. Using a library for data fetching is efficient especially if you need to add functionality like loading screen, pagination, retries, timeout and many more. We will be using react-query as a library and you will see how easy to use and cle...
5 Ways To Style ReactJS Apps
มุมมอง 1.2K2 ปีที่แล้ว
How to Style ReactJS Apps In this video, we will look at the 5 different ways to write CSS in ReactJS applications. Next recommended video: A BETTER Way to do SERVER Request in ReactJS - th-cam.com/video/CTIwrO1DYxk/w-d-xo.html Timestamps: 0:00 Introduction 0:16 Plain CSS 0:42 Inline CSS 1:25 CSS Framework (SASS) 2:02 CSS Modules 2:58 CSS in JS Code: Plain CSS: codesandbox.io/s/vanilla-css-i1tg...
ReactJS: 3 Ways Components Passes Data (Complete Tutorial w/ Demo)
มุมมอง 39K2 ปีที่แล้ว
In this video we will explore the 3 ways to pass data between components in ReactJS which are the following: 1. Parent to Child component 2. Children to Parent component 3. Children to Children component Code: codepen.io/collection/xKqoMB Next recommended video: th-cam.com/video/24iJhakfIcQ/w-d-xo.html (5 Different Ways To Style ReactJS Apps)
Build a CALCULATOR (Awesome Mini Project 😍)
มุมมอง 4.3K2 ปีที่แล้ว
In this video, I will show you a step-by-step tutorial on how to build a MAC Calculator using CSS Grid. This mini-project can be added to your portfolio or can show to your co-workers and friends. Next Recommended Video: - 3 Ways To Center HTML Elements: th-cam.com/video/QPr8uBohiBM/w-d-xo.html Codepen: codepen.io/angelo_jin/pen/wvpOEJO
3 MODERN Ways To Center HTML Elements
มุมมอง 5762 ปีที่แล้ว
In this video, we will see how to center HTML Element using CSS. We will utilize CSS translate/transform, flexbox and grid. Next Recommended Video: Create Web RESPONSIVE Layout - th-cam.com/video/9irWj9SrQDE/w-d-xo.html Codepen: codepen.io/collection/MgJxRk (In case you want to play around with the code) Timestamps: 0:00 Introduction 0:07 Small HTML and CSS Setup 0:56 Approach #1: CSS Transform...
Create RESPONSIVE Layout (1 Column / 3 Columns)
มุมมอง 4.4K2 ปีที่แล้ว
This video tutorial will show you three approaches to creating a responsive layout with CSS. We will look at CSS float, flexbox and grid. Codepen: codepen.io/collection/pgbEQM Recommended Next Video: th-cam.com/video/zYbvNMT0b80/w-d-xo.html (CSS Interview Questions) Timestamps: 0:00 Introduction 0:27 CSS Float 1:31 CSS Flexbox 1:55 CSS Grid 2:27 Outro - Please like and subscribe to help me reac...
Optional Chaining && Nullish Coalescing (ES2020)
มุมมอง 4272 ปีที่แล้ว
Javascript ES2020 Features - Optional Chaining and Nullish Coalescing This video will discuss why both Javascript Optional Chaining and Nullish Coalescing exist and compare them to the old way of coding in javascript. They are amazing and we should use them. Next recommended video: Array.prototype.at - th-cam.com/video/QT948ViUSqo/w-d-xo.html Browser Compatibility: Nullish Coalescing - develope...
The BEST Use Case of Array.at 💥💯 (ES2022)
มุมมอง 3422 ปีที่แล้ว
Javascript Array.prototype.at This video will show the use case of this array method and the problem it solves. Please let me know if you like this short video tutorial like this one. Next recommended video: Object Equality - th-cam.com/video/2j8L8RsHQpM/w-d-xo.html
ReactJS Tic Tac Toe (FAST and MODERN Tutorial)
มุมมอง 24K2 ปีที่แล้ว
This video will show you one way to create a Tic Tac Toe game application using the ReactJS library. Next recommended video: ReactJS: 3 Ways to Pass Data Between Components (th-cam.com/video/e2OLRdJKnEg/w-d-xo.html) Codepen: React Tic tac toe exercise and solution - codepen.io/collection/Wvoxyg Timestamps: 0:00 Introduction 0:26 Create Square Component 0:57 Create Board Component 1:22 Display X...
10 Tips For FASTER React App
มุมมอง 31K2 ปีที่แล้ว
10 Tips to make ReactJS application faster This video will show ten tips and techniques that you can use to speed up the performance of your react applications. We will look at react lazy, react suspense, memorizing store, using local state, react fragments, and others. Next recommended video: React Tic Tac Toe - th-cam.com/video/w8V ZBzh7w/w-d-xo.html Timestamps: 0:00 Introduction 0:08 Tip#1: ...
JavaScript: Are TWO OBJECTS Equal [3 Solutions]
มุมมอง 2K3 ปีที่แล้ว
JavaScript Interview Question: Are two objects equal? In this video, we will simulate an interview where we will write 3 possible solutions that will verify if two objects are equal in javascript. This problem can be applied to real websites or applications or even can be asked in an interview. It is extremely tricky and hard especially if one is unprepared. Alternative Question: Write a functi...
10 React Coding Exercises (CODING INTERVIEW Prep - 2022)
มุมมอง 36K3 ปีที่แล้ว
10 React Coding Exercises (CODING INTERVIEW Prep - 2022)
ADVANCE REACT Interview Questions [ 2022 ]
มุมมอง 18K3 ปีที่แล้ว
ADVANCE REACT Interview Questions [ 2022 ]
COMMON REACT Interview Questions [ 2022 ]
มุมมอง 15K3 ปีที่แล้ว
COMMON REACT Interview Questions [ 2022 ]
Best VISUAL CODE Shortcuts [ 2022 ]
มุมมอง 1813 ปีที่แล้ว
Best VISUAL CODE Shortcuts [ 2022 ]
40+ MOST COMMONLY Asked Questions [JS, CSS, HTML]
มุมมอง 45K3 ปีที่แล้ว
40 MOST COMMONLY Asked Questions [JS, CSS, HTML]
PRACTICE JS Challenges Prior Interview (2022)
มุมมอง 9K3 ปีที่แล้ว
PRACTICE JS Challenges Prior Interview (2022)
Javascript Interview: Balanced Parenthesis [Very Common]
มุมมอง 1.1K3 ปีที่แล้ว
Javascript Interview: Balanced Parenthesis [Very Common]
Javascript Interview: Get Maximum Character In A String [Challenging😓]
มุมมอง 5743 ปีที่แล้ว
Javascript Interview: Get Maximum Character In A String [Challenging😓]
Javascript Interview: Capitalize All Words [Not Easy]
มุมมอง 4793 ปีที่แล้ว
Javascript Interview: Capitalize All Words [Not Easy]
Javascript Interview: Fizz Buzz
มุมมอง 5753 ปีที่แล้ว
Javascript Interview: Fizz Buzz
Javascript Interview: Anagram
มุมมอง 7543 ปีที่แล้ว
Javascript Interview: Anagram
Javascript Interview: Find Min and Max [3 Solutions]
มุมมอง 8693 ปีที่แล้ว
Javascript Interview: Find Min and Max [3 Solutions]
Javascript Interview: Remove Duplicates [Commonly Asked Question]
มุมมอง 8393 ปีที่แล้ว
Javascript Interview: Remove Duplicates [Commonly Asked Question]
CSS Interview Questions [2022]
มุมมอง 3.7K3 ปีที่แล้ว
CSS Interview Questions [2022]
HTML Interview Questions [2022]
มุมมอง 2K3 ปีที่แล้ว
HTML Interview Questions [2022]

ความคิดเห็น

  • @anandgomaskar2210
    @anandgomaskar2210 หลายเดือนก่อน

    all exercises is most important ..........thanku ,,,,,,,,,,,,,,,

  • @mr.RAND5584
    @mr.RAND5584 5 หลายเดือนก่อน

    Is there nested callback?

  • @keycv4470
    @keycv4470 6 หลายเดือนก่อน

    whats the function of (str) =>{ } does str take both parameters from stringA and String B? Im begginer so dont be rude

  • @twsaif
    @twsaif 7 หลายเดือนก่อน

    code of closure in not working as you shown in the screenshot it is giving undefined

  • @VisheshPawar-ew9nx
    @VisheshPawar-ew9nx 9 หลายเดือนก่อน

    it shows callback is not a function

    • @ASoftwareEngineer
      @ASoftwareEngineer 9 หลายเดือนก่อน

      here is the collection i used so you can see the difference between your code and mine - codepen.io/collection/xKqoMB

    • @ASoftwareEngineer
      @ASoftwareEngineer 9 หลายเดือนก่อน

      here is the collection of what I have done for the video - codepen.io/collection/xKqoMB you can compare what you have vs mine and you should be able to spot quickly

    • @GuteuYT
      @GuteuYT 2 วันที่ผ่านมา

      I had the same problem, the issue was that I rendered the child component instead of the parent component, and since the parent component doesnt differ from the child, I thought it wasnt working.

  • @ronaldwerk4007
    @ronaldwerk4007 9 หลายเดือนก่อน

    what editor u use here?

  • @Samuelson-ts1bz
    @Samuelson-ts1bz 9 หลายเดือนก่อน

    How did you learn all these

    • @ASoftwareEngineer
      @ASoftwareEngineer 9 หลายเดือนก่อน

      from experience. been interviewed and I have been interviewed numerous times. :)

  • @sumanthachark
    @sumanthachark 10 หลายเดือนก่อน

    Great video!

    • @ASoftwareEngineer
      @ASoftwareEngineer 10 หลายเดือนก่อน

      Glad you enjoyed it. thank you

  • @romyt9816
    @romyt9816 10 หลายเดือนก่อน

    Extremely clear the concept of props bottom-up, I really grasp it thanks to your video.

    • @ASoftwareEngineer
      @ASoftwareEngineer 10 หลายเดือนก่อน

      Glad it helped! Thanks for dropping a comment. ❤️

  • @EnzoAuditore
    @EnzoAuditore ปีที่แล้ว

    Thank you for this mate

    • @ASoftwareEngineer
      @ASoftwareEngineer ปีที่แล้ว

      Any time! Thanks for dropping a comment. This video should remain relevant for years to come.

    • @EnzoAuditore
      @EnzoAuditore ปีที่แล้ว

      @@ASoftwareEngineer I am sure it will!

  • @DeekshiWithDaddy
    @DeekshiWithDaddy ปีที่แล้ว

    Super

  • @lindam9848
    @lindam9848 ปีที่แล้ว

    This short video gave me a hope to keep learning react. Deep thanks for.

    • @ASoftwareEngineer
      @ASoftwareEngineer ปีที่แล้ว

      Glad it was helpful! I would say build small apps and try to pass around data. 1. Parent to child 2. Child to Parent 3. Sibling to Sibling Do this couple times and you will get it. If you get lost, re-watch the video again. You will get it with enough mentality and practice. You got this!

  • @sairamirza5237
    @sairamirza5237 ปีที่แล้ว

    If you don't use background music then it will easy for us to understand.

  • @DastageerHC-b5q
    @DastageerHC-b5q ปีที่แล้ว

    you areby far the the best web dev tutorial channel i have every come across.

    • @ASoftwareEngineer
      @ASoftwareEngineer ปีที่แล้ว

      thanks for the sweetest comment ever! :)

    • @DastageerHC
      @DastageerHC ปีที่แล้ว

      Hey Just An Update I was preparing for an interview that day, and surprisingly the same question was asked, your animations and explainaions made it very easy to understand, and thanks to you i cleared that round. Keep up the good work.

    • @ASoftwareEngineer
      @ASoftwareEngineer ปีที่แล้ว

      @@DastageerHC congrats! I am happy to hear that my effort producing this video is fruitful to you. Please let me know if you get the role. Good luck.

  • @incarnateTheGreat
    @incarnateTheGreat ปีที่แล้ว

    Thanks for the video. Just curious: if we set a React Fragment instead of a UL for LI elements, what will generate in the DOM? If it's not a UL automatically, then that defeats the purpose of using the correct semantic markup. Fragments are usually best when they replace generic tags like Divs. All of your other points are great. It's pretty standard stuff, but it wouldn't hurt for Devs to review this every now and again.

    • @ASoftwareEngineer
      @ASoftwareEngineer ปีที่แล้ว

      Fragments let you group a list of children without adding extra nodes to the DOM. for you question `Just curious: if we set a React Fragment instead of a UL for LI elements, what will generate in the DOM? If it's not a UL automatically, then that defeats the purpose of using the correct semantic markup.` the result will be a bunch of LI only. your second point - `Fragments are usually best when they replace generic tags like Divs. `. It doesn't replace Divs. You can think on fragment as invisible container and when the component renders, it removes the fragments.

  • @Serdar-h8e
    @Serdar-h8e ปีที่แล้ว

    very short, and clearly video i have ever seen thanks bro!

    • @ASoftwareEngineer
      @ASoftwareEngineer ปีที่แล้ว

      You're welcome! Tried to edit heavily so video is as concise as possible. Thanks for the comment.

  • @mahaveervm7020
    @mahaveervm7020 ปีที่แล้ว

    That's a great information brother ❤

  • @alvinacosta2312
    @alvinacosta2312 ปีที่แล้ว

    i used reduce for my first solution, and for loop and push for my 2nd solution. it's amazing how many different solutions are possible

    • @ASoftwareEngineer
      @ASoftwareEngineer ปีที่แล้ว

      Yes! There are many solutions indeed on a problem. We just have to chose which is more optimized and readable at times.

  • @rubylnic
    @rubylnic ปีที่แล้ว

    Thank you so much! Very useful

    • @ASoftwareEngineer
      @ASoftwareEngineer ปีที่แล้ว

      Glad it was helpful! Thank you for dropping a comment.

  • @ElyGebran
    @ElyGebran ปีที่แล้ว

    straight to the point, thank you so much !! do you have any angular course?

  • @smohammadhn
    @smohammadhn ปีที่แล้ว

    Thanks for creating this concise yet rich coding challenge list

    • @ASoftwareEngineer
      @ASoftwareEngineer ปีที่แล้ว

      absolutely. I would say this video is the favorite and get lots of love. thanks for providing comment

  • @DanZdan99
    @DanZdan99 ปีที่แล้ว

    Hello sir, can you show how to make the "x" and "o" text changing color when clicked? I already try to do some edit in square and board component but I'm still confuse. Btw, nice tutorial sir

    • @ASoftwareEngineer
      @ASoftwareEngineer ปีที่แล้ว

      yes, it is possible. I update the Square component to add additional class where if it is clicked, i will add a class called `square--active`. That will set the background-color to something we desire. Lastly, is to add a css rule to `square--active`. You can see my implementation below. codepen.io/angelo_jin/pen/wvNaQPw

  • @plamenaivanova2631
    @plamenaivanova2631 ปีที่แล้ว

    Definitely got my hands on the keyboard and was fun! Good job 🎉

    • @ASoftwareEngineer
      @ASoftwareEngineer ปีที่แล้ว

      getting your hands dirty is the only way to test your knowledge and build something. glad to hear that you do these exercises.

  • @blackswann9555
    @blackswann9555 ปีที่แล้ว

    Great!!!!!!!!!!!!!!!! 🙌😁

  • @swesteve
    @swesteve ปีที่แล้ว

    Great video! Just as a note, it looks like you missed defining the "Relative" position on Question 7 for CSS.

  • @gauravvishwakarma7840
    @gauravvishwakarma7840 ปีที่แล้ว

    Cool

  • @ulugbekmirmukhamedov4188
    @ulugbekmirmukhamedov4188 ปีที่แล้ว

    thank you so much. refreshed a lot of things.

  • @siddharthbagai6459
    @siddharthbagai6459 ปีที่แล้ว

    The questions were so nice clear and cool, gave a real confidence boost !

    • @ASoftwareEngineer
      @ASoftwareEngineer ปีที่แล้ว

      I am so glad to hear! Good luck on your interview. You got this.

  • @priyanshimahajan5453
    @priyanshimahajan5453 ปีที่แล้ว

    In Sum of Two Numbers question, you used +e (+e.target.value), why? What is the significance of using +e. When I am not using + sign the numbers are behaving as strings.

    • @ASoftwareEngineer
      @ASoftwareEngineer ปีที่แล้ว

      `+` is a quick way to convert a string to a number. Number(e.target.value) or parseInt(e.target.value, 10) are the alternatives

    • @priyanshimahajan5453
      @priyanshimahajan5453 ปีที่แล้ว

      @@ASoftwareEngineer Hi, thanks for clarifying. But why were the numbers behaving as string on the first place.

    • @ASoftwareEngineer
      @ASoftwareEngineer ปีที่แล้ว

      @@priyanshimahajan5453 it is because text/strings are the type of values coming from the input fields by default

    • @priyanshimahajan5453
      @priyanshimahajan5453 ปีที่แล้ว

      @@ASoftwareEngineer but didn't we specified the input type as number?

  • @sahil_yadav.99
    @sahil_yadav.99 ปีที่แล้ว

    If i want round grid what should i do??

  • @mahirafathima3879
    @mahirafathima3879 ปีที่แล้ว

    How you will put grid-template-column:1f 1 fr 1 fr 1fr(4 times why because we have 5 column in this calculator thats why pls clarify my doubt)

    • @ASoftwareEngineer
      @ASoftwareEngineer ปีที่แล้ว

      there are 4 columns and not 5 column. You may be looking at vertical lines which is not correct. Here is additional visual for you to play around.

  • @boymatin5845
    @boymatin5845 ปีที่แล้ว

    extra context at 02:59 : the keyword "children" is a reserved name, it looks for every time a component in this case Parent has a nested child component, we can see this inside the App component: <Parent> <Child /> </Parent> child is nested inside parent and that is how the {children} props given to App() knows who is the child. Just wanted to clarify that this is not magic for those who didn't know, like myself😁

    • @ASoftwareEngineer
      @ASoftwareEngineer ปีที่แล้ว

      really great ReactJS that one should know. This enables composition pattern.

    • @maysummer-d9h
      @maysummer-d9h ปีที่แล้ว

      Thank you, I was trying to make sense of why no other variable name worked

  • @sindhun-co8tl
    @sindhun-co8tl ปีที่แล้ว

    This is cool...thanks for sharingg!!

    • @ASoftwareEngineer
      @ASoftwareEngineer ปีที่แล้ว

      You are so welcome Sindhu! I am starting a ReactJS course and hope you find that useful as well.

  • @gauthamnookala1776
    @gauthamnookala1776 ปีที่แล้ว

    Great video, thank you.

    • @ASoftwareEngineer
      @ASoftwareEngineer ปีที่แล้ว

      Glad you liked it! Thank you very much and I hope you will like some of my other videos as well

  • @jam_4769
    @jam_4769 ปีที่แล้ว

    nice job man when i saw you have only 2k subs i was amazed. the quality of the video is impressive and it hold great educational power. wish you best of luck hope your channel grows big in the future <3

    • @ASoftwareEngineer
      @ASoftwareEngineer ปีที่แล้ว

      Hi Jam! Thank you for the kindest words. I will keep at it and provide more educational content like this. 👊

  • @aartikadam1461
    @aartikadam1461 ปีที่แล้ว

    such a Good Content ,Thanks☺

  • @wadetait475
    @wadetait475 ปีที่แล้ว

    great video! Anyone know what tool was used to produce the dependency usage visualization at ~2:43?

    • @ASoftwareEngineer
      @ASoftwareEngineer ปีที่แล้ว

      the one I used is called - Webpack Bundle Analyzer but there are other alternatives too as you can see here - blog.bitsrc.io/6-tools-and-techniques-to-analyze-webpack-bundle-size-817337f8cf91

  • @TechExplorer-mw7xn
    @TechExplorer-mw7xn ปีที่แล้ว

    Thanks :)

  • @nikhilpal4561
    @nikhilpal4561 2 ปีที่แล้ว

    Hello Please start a React course..?

    • @ASoftwareEngineer
      @ASoftwareEngineer 2 ปีที่แล้ว

      ok. that seems to be a great idea. thank you for the comment👊👌

  • @nikhilpal4561
    @nikhilpal4561 2 ปีที่แล้ว

    Hello I am confused to decide which front end language best for me for better career React Js or angular.

    • @ASoftwareEngineer
      @ASoftwareEngineer 2 ปีที่แล้ว

      AngularJS trend seems to be dying, every single year. ReactJS would be the best choice for you.

    • @nikhilpal4561
      @nikhilpal4561 2 ปีที่แล้ว

      @@ASoftwareEngineer thank you for the reply I am go for react js🫡

  • @Rpayalvlogs
    @Rpayalvlogs 2 ปีที่แล้ว

    Hi Sir. Could you please make a video for Vue.js interview questions and answer for advance level.

    • @ASoftwareEngineer
      @ASoftwareEngineer 2 ปีที่แล้ว

      We will try. thanks for the comment

    • @Rpayalvlogs
      @Rpayalvlogs 2 ปีที่แล้ว

      Bro. Could you please crate a ecommerce using vue js(concept wise not all pages) . Please🙏 bro

  • @nikhilpal4561
    @nikhilpal4561 2 ปีที่แล้ว

    Please make a video for front end developer interview question answer in 2023 included react and angular question🎉

    • @ASoftwareEngineer
      @ASoftwareEngineer 2 ปีที่แล้ว

      Hi Nikhil, i have below videos already made. These will stay relevant as tech doesn't change too much front end interview questions here - th-cam.com/video/npcNFM9SQTg/w-d-xo.html react common interview questions: th-cam.com/video/v6Myf4WoL00/w-d-xo.html react advance interview questions: th-cam.com/video/mYnsLOAIOCc/w-d-xo.html

  • @nikhilpal4561
    @nikhilpal4561 2 ปีที่แล้ว

    Please make a video for angular interview questions

    • @ASoftwareEngineer
      @ASoftwareEngineer 2 ปีที่แล้ว

      i can look on making angular interview questions but i feel like it is a dying technology. Most tech firms utilizes ReactJS

  • @nonhan1801
    @nonhan1801 2 ปีที่แล้ว

    the way you visualized reduce, hilarious yet really captures what it does.

  • @onlydev4099
    @onlydev4099 2 ปีที่แล้ว

    nice one. I try to adapt this reactjs code to angular Thank you

    • @ASoftwareEngineer
      @ASoftwareEngineer 2 ปีที่แล้ว

      thanks. absolutely! practicing your craft gets us to mastery level. good luck and i appreciate the comment always 👊

  • @ashuvssut
    @ashuvssut 2 ปีที่แล้ว

    Nice

    • @ASoftwareEngineer
      @ASoftwareEngineer 2 ปีที่แล้ว

      Thanks very much for the comment and I am glad that you liked the video👌👊

  • @misadahali5311
    @misadahali5311 2 ปีที่แล้ว

    Please do react js

    • @ASoftwareEngineer
      @ASoftwareEngineer 2 ปีที่แล้ว

      I have them available on my channel Common React JS Interview Questions: th-cam.com/video/v6Myf4WoL00/w-d-xo.html Advance React JS Interview Questions: th-cam.com/video/mYnsLOAIOCc/w-d-xo.html Please let me know what you think. Thanks in advance

  • @aniketbhalla1521
    @aniketbhalla1521 2 ปีที่แล้ว

    Please make a course on react query if possible❤ Would love that. And what are your thoughts on RTK Query? Should we use it?

    • @ASoftwareEngineer
      @ASoftwareEngineer 2 ปีที่แล้ว

      You can opt to use RTK Query if you are planning on using React Query AND you are already using Redux Toolkit. I think if you need a powerful fetching library i would definitely go with React Query or RTK Query as it has a lot of helpful built-in things that developer may need but it kinda depends on your application use case. Glance at React Query apis and see if you need some of them and if you do you can use it.

  • @ASoftwareEngineer
    @ASoftwareEngineer 2 ปีที่แล้ว

    Next recommended video: 10 React Coding Exercises - th-cam.com/video/VzNNjNmbXpY/w-d-xo.html

  • @fullstackdeveloperckay
    @fullstackdeveloperckay 2 ปีที่แล้ว

    Good job