Comparative 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 17, 2024Jun 17, 2024
Comparative 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 31, 2024May 31, 2024
Comparative Programming: JavaScript and PythonI started with Diploma in Full Stack Software Development with Code Institute a month ago.May 29, 20242May 29, 20242
React101: The Effect HookReact provides a lot of tools to aid web development. The top primary tasks could be:May 27, 2023May 27, 2023
React101: 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
React101: 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
React101: 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
React 101: Hooks — Part 1Hooks are important in React as they help to make interactive and dynamic web applications.May 9, 2023May 9, 2023
Create 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
React 101: PropsReact components interact with each another by passing information . The information passed is called props.Apr 27, 2023Apr 27, 2023