Satish C J
Satish C J
  • 400
  • 2 137 192
How React Works ? - Actual Dom Vs Virtual Dom - Diffing Algorithm - State- useState Hook
In this session we will understand the following concepts in React
Difference between Actual DOM and Virtual DOM
React Diffing Algorithm
Managing State in Functional Components
UseState Hook in React
Переглядів: 189

Відео

React Router v6 - Demo
Переглядів 1342 місяці тому
In this session we will look at the following concepts with React Router in ReactJS BrowserRouter Routes Route Link Outlet
ReactJS Event Handling - event.type, event.target,event.target.value
Переглядів 1882 місяці тому
In this session we will look at how to handle events in react and the use of event object.
Props Validation in React - propTypes and defaultProps
Переглядів 2962 місяці тому
In this session we will understand how to validate props using propTypes and also how to mention default props for a function component in React. We will look at the validation of objects, arrays using propTypes and defaultProps
Props in React - Passing Variables, Objects, Arrays to Function Components
Переглядів 2262 місяці тому
In this session we will look at the following concepts What are props How to pass variables , objects, arrays as props to function components in react
ReactJs Hooks - useState Hook Explained
Переглядів 1862 місяці тому
In this session we will take a a look at the following concepts in ReactJS What are Hooks ? How to manage states within Function Components using useState Hook .
ReactJS - Component Lifecycle Methods - Managing State in Class Components
Переглядів 1902 місяці тому
In this session we will look at the use of React Class Component Life Cycle Methods . The following methods are discussed componentdidmount, componentdidupdate, componentwillunmount Managing State in Class Components
Class Components in ReactJS and Props with Class Components
Переглядів 1822 місяці тому
In this session we will look at the following Introduction to Reactjs Class Components Passing Props to Class Components Link to lecture on React Function Components ua-cam.com/video/I5So-hfWb0M/v-deo.html
ReactJS - Function Components - JSX - Styling Components and Props
Переглядів 2752 місяці тому
In this session we will learn the following concepts What are Components in React? Functional Components JSX Styling Components Props
Introduction to ReactJS and create-react-app
Переглядів 3462 місяці тому
In this session we will understand the following concepts Why React? Tools of create-react-app Import and Export in React
JavaScript Regular Expressions - Learn how to perform Password Validation using Regular Expressions
Переглядів 2632 місяці тому
In this session we will look at the following concepts on regular expression in JavaScript What you'll learn: The fundamentals of regular expressions: Discover the syntax, special characters, and quantifiers that make regex tick. Building powerful patterns: Learn how to craft regular expressions for common tasks like matching emails, phone numbers, dates, and more. Essential techniques: Master ...
JavaScript addEventListener() and removeEventListener() Method
Переглядів 2443 місяці тому
In this session we will look at the following concepts in JavaScript JavaScript addEventListener() and removeEventListener() Methods We will also take up examples for addEventListener and removeEventListener methods.
querySelector and querySelectorAll Methods in JavaScript
Переглядів 1683 місяці тому
In this session we will understand the use of queryselector and queryselectorAll methods in JavaScript with a demonstration
JavaScript Date Object
Переглядів 1063 місяці тому
In this session we will look at the following concepts with respect to Date object in JavaScript Creating Date Setting Date Getting Date Computing age from Date of Birth
JavaScript Destructuring
Переглядів 783 місяці тому
In this session we will look at Array Destructuring in JavaScript
Nested Functions in JavaScript
Переглядів 723 місяці тому
Nested Functions in JavaScript
Callback Functions in JavaScript
Переглядів 853 місяці тому
Callback Functions in JavaScript
Arrow Functions in JavaScript
Переглядів 823 місяці тому
Arrow Functions in JavaScript
Function Expression in JavaScript
Переглядів 783 місяці тому
Function Expression in JavaScript
JavaScript Array Methods Session 2 - filter, map, forEach, reduce, reduceRight, every, some and sort
Переглядів 1283 місяці тому
JavaScript Array Methods Session 2 - filter, map, forEach, reduce, reduceRight, every, some and sort
Objects - Nested Objects - Array of Nested Objects in JavaScript
Переглядів 1463 місяці тому
Objects - Nested Objects - Array of Nested Objects in JavaScript
NaN in JavaScript
Переглядів 1233 місяці тому
NaN in JavaScript
JavaScript Symbols
Переглядів 1313 місяці тому
JavaScript Symbols
Data Types in JavaScript
Переглядів 1313 місяці тому
Data Types in JavaScript
JavaScript - Array Methods - Basic Methods - Session 1
Переглядів 914 місяці тому
JavaScript - Array Methods - Basic Methods - Session 1
JavaScript -Arrays - Introduction - Declaration and Accessing Elements
Переглядів 984 місяці тому
JavaScript -Arrays - Introduction - Declaration and Accessing Elements
JavaScript - if , if else and else if Statements - Demo
Переглядів 854 місяці тому
JavaScript - if , if else and else if Statements - Demo
JavaScript - for , for in, for of, while and do while loops - Demo
Переглядів 804 місяці тому
JavaScript - for , for in, for of, while and do while loops - Demo
Javascript - Switch Case & Nested Switch Case Statements - Demo
Переглядів 1074 місяці тому
Javascript - Switch Case & Nested Switch Case Statements - Demo
JavaScript Operators - Arithmetic , Assignment, Comparison and Logical Operators - Demo
Переглядів 1264 місяці тому
JavaScript Operators - Arithmetic , Assignment, Comparison and Logical Operators - Demo

КОМЕНТАРІ

  • @user-jd7ni9gb4s
    @user-jd7ni9gb4s 2 дні тому

    ❤❤🇲🇦🇲🇦god

  • @mea.CodeWord
    @mea.CodeWord 9 днів тому

    Thank you, and I really appreciate it.

  • @AbdulWahab-by1cu
    @AbdulWahab-by1cu 18 днів тому

    And one more thing is, if we are using the irredicval polynomial the value of the polynomial can same

  • @AbdulWahab-by1cu
    @AbdulWahab-by1cu 18 днів тому

    Can you tell me when we need to use irredicval polynomial, in every step or when we're in state of x8.

  • @mithavijaya5539
    @mithavijaya5539 18 днів тому

    thank you :-) sir

  • @PPSVietnamTroly
    @PPSVietnamTroly 19 днів тому

    Cool. But what is the application of this?

  • @mohammednurirashid6729
    @mohammednurirashid6729 25 днів тому

    Thanks very much. This helps a lot

  • @leonardchola1777
    @leonardchola1777 27 днів тому

    How did you get 81??

  • @learnandroiddev2927
    @learnandroiddev2927 Місяць тому

    thanks so much after understanding your previous video on primitive roots and discrete log problem this just clicked in

    • @SatishCJ
      @SatishCJ 28 днів тому

      You are most welcome

  • @learnandroiddev2927
    @learnandroiddev2927 Місяць тому

    5 is a primitive root of mod 7 You can try verifying with this python code # check if 5 is a primitive root of mod 7 num = 5 mod = 7 results = [] for i in range(1, mod): result = (num**i) % mod if result in results: print(f'{num} is a NOT primitive root') break results.append(result) if i == mod - 1: print(f'{results} == {num} is a primitive root')

  • @dhivyarj1728
    @dhivyarj1728 Місяць тому

    one small doubt.. y u r using .js file instead of .jsx.. if react means we type HTML in jsx only

  • @Kaizen-th7ns
    @Kaizen-th7ns Місяць тому

    4 years and still these videos are helpful.. Hope you are fine sir

    • @SatishCJ
      @SatishCJ 28 днів тому

      Yes I am doing well..Thanks for the nice feedback

  • @khankhan-nw7ec
    @khankhan-nw7ec Місяць тому

    Clear explanation, thanks.

  • @user679jk7
    @user679jk7 Місяць тому

    Nice explanation!

  • @nadarjanjeyakumar5063
    @nadarjanjeyakumar5063 Місяць тому

    Sir. Very nice. Patience in explaining step by step. Long video, but I deserved the time for explanation.

  • @johnvardy9559
    @johnvardy9559 Місяць тому

    Great Video

    • @SatishCJ
      @SatishCJ Місяць тому

      Thanks for the visit

  • @user-nz4vf8mk3n
    @user-nz4vf8mk3n Місяць тому

    I enjoyed this. However, I'd like to ask the following questions: 1. How were the values in the S-box table generated? 2. How do you carryout the decryption processes. Thank you.

  • @alielbermawy9256
    @alielbermawy9256 Місяць тому

    some body tell this legened to keep doing

  • @p.swathilakshmi9145
    @p.swathilakshmi9145 Місяць тому

    Sir it shows social engineering tool kit is not running as a root

  • @gowthamgowtham9643
    @gowthamgowtham9643 Місяць тому

    Very useful sir, But i couldn't install router.I tried the same which you showed in this video

  • @love_in_nature8616
    @love_in_nature8616 Місяць тому

    21BCE3340

  • @imil6798
    @imil6798 Місяць тому

    i am bachelor sutdent from Indonesia, all ur videos very helpfull, Sir.

    • @SatishCJ
      @SatishCJ Місяць тому

      Glad to hear that. Thanks for the feedback 👍

  • @sumalatha24
    @sumalatha24 Місяць тому

    Nice explanation with numerical.Thank you for videos sir

    • @SatishCJ
      @SatishCJ Місяць тому

      Always welcome

  • @harshmeshram4308
    @harshmeshram4308 Місяць тому

    🎯 Key Takeaways for quick navigation: 30:11 *💾 Loading the JDBC driver is crucial for MySQL connection.* 30:26 *🔗 Define connection with URL, username, and password.* 32:48 *🤝 Close connection after use to free resources.* 34:14 *🛠️ Handle exceptions like SQLException and ClassNotFoundException.* 38:07 *➕ Use `executeUpdate` to insert records with matching data types.* 40:32 *📝 Close statement and connection after record insertion.* Made with HARPA AI

  • @imil6798
    @imil6798 Місяць тому

    Thank you very much, Sir. This hidden gems video for me.

    • @SatishCJ
      @SatishCJ Місяць тому

      You are most welcome

  • @BrotherDevious
    @BrotherDevious Місяць тому

    Repetitive, exhaustive... perfect! There's no ambiguity in this lesson! Thank you!

    • @SatishCJ
      @SatishCJ Місяць тому

      Glad it was helpful!

  • @Mo6ix_datix
    @Mo6ix_datix 2 місяці тому

    Sir the link is not opening on my sever what should I do

  • @bhuvanb2204
    @bhuvanb2204 2 місяці тому

    Great Video. Made it very easy to understand

    • @SatishCJ
      @SatishCJ 2 місяці тому

      Glad it helped!

  • @gowthamgowtham9643
    @gowthamgowtham9643 2 місяці тому

    Thank you sir

  • @BLRHualthansanga
    @BLRHualthansanga 2 місяці тому

    Thank u so much.... Sir❤❤

  • @SpeedySpudnick
    @SpeedySpudnick 2 місяці тому

    IF THIS DOES NOT WORK AND YOUR VM “FREEZES” BUMP YOUR PROCCERS TO 9 WAITED 4 VIDEOS TO FIGURE THIS OUT

  • @admiral44
    @admiral44 2 місяці тому

    Thank you for this tutorial . Definitely got a new subscriber

    • @SatishCJ
      @SatishCJ 2 місяці тому

      Thanks for the sub!

  • @KaviSenthilkumar
    @KaviSenthilkumar 2 місяці тому

    Sir,could you please upload 25.04.2024 class lecture

    • @SatishCJ
      @SatishCJ 2 місяці тому

      I have posted the lectures 👍

  • @youstinagerges3054
    @youstinagerges3054 2 місяці тому

    Yes, Thank you!

    • @SatishCJ
      @SatishCJ 2 місяці тому

      You're welcome!

  • @alexeysloty7812
    @alexeysloty7812 2 місяці тому

    indian teacher the best

  • @prabhusubramanianlectures4307
    @prabhusubramanianlectures4307 2 місяці тому

    Hello ji

  • @gowthamgowtham9643
    @gowthamgowtham9643 2 місяці тому

    very useful sir

  • @bs_cuber3693
    @bs_cuber3693 2 місяці тому

    From VIT-AP, 2K24. Your Videos are apart from normal lectures and Outstanding. Thanks for sharing

    • @SatishCJ
      @SatishCJ 2 місяці тому

      Wow, thanks!

  • @itsme-zr2pk
    @itsme-zr2pk 2 місяці тому

    Sir , i would be greatful if u share the ppts because in my clg they are not providing any notes for us

  • @forensicrl
    @forensicrl 2 місяці тому

    Great! Very helpful honestly

    • @SatishCJ
      @SatishCJ 2 місяці тому

      Glad to hear it!

  • @rajkumars3220
    @rajkumars3220 2 місяці тому

    Good presentation sir

    • @SatishCJ
      @SatishCJ 2 місяці тому

      Thanks for the feedback Sir

  • @ishaqahmad
    @ishaqahmad 2 місяці тому

    Its an amazing and excellent explanation. I have one question that is for round 1 you have selected round constant 1 in the constant table, for round 2 you have written round constant 2 then why not for round 3 the round constant should be 3 and for round 4 should have round constant 4 while there is 4 for round 3 and for round 4 is a round constant 8

  • @user-sy5kp8pe4c
    @user-sy5kp8pe4c 2 місяці тому

    This tutorial was awesome!!

    • @SatishCJ
      @SatishCJ 2 місяці тому

      Glad you liked it

  • @learnerforlife1338
    @learnerforlife1338 2 місяці тому

    Thankyou for these videos. These are excellent and the only good ones available.

    • @SatishCJ
      @SatishCJ 2 місяці тому

      Glad you like them!

  • @m.h.wasimelahi3878
    @m.h.wasimelahi3878 2 місяці тому

    sir also give solved examples plz

  • @muthalifk9091
    @muthalifk9091 2 місяці тому

    Hello Sathish, This is good start-up for XML, Schema,Xpath and XSLT. Please share editor which you have used in demo for XSLT transformation to get output. It is free version or any paid version

  • @kiirnyok6736
    @kiirnyok6736 2 місяці тому

    Thanks a lot sir, AES was really hard for me to understand but i understood it now!

    • @SatishCJ
      @SatishCJ 2 місяці тому

      Most welcome!

  • @mohammedalharbi158
    @mohammedalharbi158 2 місяці тому

    😂 students pay for universitys thousands while these vids exists in youtube. Whats wrong

  • @user-xh2le7lx9r
    @user-xh2le7lx9r 2 місяці тому

    Thank you it was very clear

  • @CS090Srikanth
    @CS090Srikanth 2 місяці тому

    Thank you sir I like your way of explaining which made me the topic clear.

    • @SatishCJ
      @SatishCJ 2 місяці тому

      You are most welcome