React Js


Chapter 1:Introduction


Chapter 2:Component Based Architecture and How to create new App


Chapter 3:App Folders and Sample Addition program


Chapter 4:React ES6


Chapter 5:Arrow Function using ReactJs


Chapter 6:React JSX


Chapter 7:React Components


Chapter 8:React Js Properties


Chapter 9:React State


Chapter 10:React Lifecycle


Chapter 11:React Lifecycle using Arrow Function


Chapter 12:ComponentDidUpdate() function


Chapter 13:React “This” Keyword


Chapter 14:React Event Handling


Chapter 15:Passing Argument to Event Handling using bind()


Chapter 16:React CSS


Chapter 17:React sass(Styling sheet)


Chapter 18:React Forms


Chapter 19:React Fragments


Chapter 20:React Lists


Chapter 21:React Keys


Chapter 22:React Hooks


Chapter 23:React Router


Chapter 24:React + Redux


Chapter 25:React + Bootstrap


Chapter 26:Send Mail and sign up form Project


Chapter 27:React Todo List App using Hooks


Chapter 28:Creating Website in React JS




Python


Chapter 1:Introduction


Chapter 2:Python Language


Chapter 3:Data Types and Variable


Chapter 4:Operators


Chapter 5:Procedence and Associativity of Operators


Chapter 6:Statements


Chapter 7:Control Statements


Chapter 8:Loops in Python


Chapter 9:Functions


Chapter 10:Module


Chapter 11:Maths


Chapter 12:Strings


Chapter 13:List


Chapter 14:Python Sorting


Chapter 15:Tuple


Chapter 16:Arrays


Chapter 17:Sets


Bootstrap


Chapter 1:Introduction


Chapter 2:Bootstrap List , Table


Chapter 3:Bootstrap Images and Buttons


Chapter 4:Bootstrap button Group


Chapter 5:Bootstrap Glyphicons,Badges and Label


Chapter 6:Bootstrap Progress bar,Pagination


Chapter 7:Bootstrap Bread crumbs,Pager


Chapter 8:Bootstrap Panel,Dropdown


Chapter 9:Bootstrap Collapse,Tabs,Pills


Chapter 10:Bootstrap Dynamic Tabs/pills


Chapter 11:Bootstrap Navbar


Chapter 12:Bootstrap Container paragraph


Chapter 13:Bootstrap Dropdown menu-bottom,Collapse navbar



Recent Posts

Sets

  Sets   SET Data class is similar to that of Sets we use in Arithmetic. It is an in built Data class in python unlike in other Language...

Arrays

  Arrays In Python Array is not an inbuilt Data class like in Other Languages like C,C++ or Java. Unlike a List or Tuple which can contain...

Tuple

  Tuple   This is another Sequence Data Class available in Python. The Tuple object is immutable, that is it cannot be modified like Lis...