Henna SinghComparative Programming: JavaScript and Python (Part 3)This is part 3 of the comparative programming series. In this article, I will focus on Functions and OOPs concepts. The previous parts can…Jun 17Jun 17
Henna SinghComparative Programming: JavaScript and Python (Part 2)This is second part of the comparative programming article. If you have not read the first article, you check it here.May 31May 31
Henna SinghComparative Programming: JavaScript and PythonI started with Diploma in Full Stack Software Development with Code Institute a month ago.May 292May 292
Henna SinghReact101: The Effect HookReact provides a lot of tools to aid web development. The top primary tasks could be:May 27, 2023May 27, 2023
Henna SinghReact101: FormsForms are considered to be React’s weakness, difficult to use and understand. However, it can be made easy by using libraries.May 19, 2023May 19, 2023
Henna SinghReact101: Hooks — Part 2Previously in Hooks-Part1, I introduced the useState hook and how it is used to maintain state values and change them.May 16, 2023May 16, 2023
Henna SinghReact101: State ManagementPreviously in the React101 series, I covered JSX, Components, Props, and Hooks. In this section, I have shared examples using all of them…May 16, 2023May 16, 2023
Henna SinghReact 101: Hooks — Part 1Hooks are important in React as they help to make interactive and dynamic web applications.May 9, 2023May 9, 2023
Henna SinghCreate React AppThe React team has provided a utility called create-react-app. It is the recommended way to scaffold out a new React single-page…Apr 29, 2023Apr 29, 2023
Henna SinghReact 101: PropsReact components interact with each another by passing information . The information passed is called props.Apr 27, 2023Apr 27, 2023