My Blogs

  • Understanding React hooks

    June 2022

    Hooks are functions that let you use React state and other react features without writing a class. Hook does not work inside classes but lets you use React without classes.

    Read more
  • Understanding em, rem, px, vh, vw, and % conventions

    May 2022

    We are using frequently some of the conventions in CSS to style our elements. Sometimes we use px, rem, em, and so on. But did you think what are they doing?

    Read more
  • Understanding Temporal Dead Zone!

    March 2022

    Temporal Dead Zone is the area of a block where a variable is not accessible till it gets initialized with a value.

    Read more
  • Making of Emoji Cyclopedia

    September 2021

    Emoji Cyclopedia is created with ReactJs. Here I have explained thoroughly how it is created and concepts, methods, and logic is detailed.

    Read more
  • Cash Register Making

    August 2021

    Cash Register Manager is an application made up of Vanilla JS, HTML5, and CSS3

    In this application we have to give two inputs as: Bill Amount and Cash Amount and we will get the minimum notes as change as a result.

    Read more
  • Important Points in C language

    July 2021

    In this blog I have included important points of C Programming language I learned from a course on Introduction to Computer Science.

    Read more