Open in app
Home
Notifications
Lists
Stories

Write
Alwaz Qazi
Alwaz Qazi

Home
About

Published in Enlear Academy

·Nov 3, 2021

React Hooks: How useReducer Hook Works

What is useReducer Hook and How It Works — Q: What’s the most important thing in React? A: State Management. Yes, React is all about managing states therefore, the useReducer hook is also used for (complex) state management. In this blog, I’m going to explain the complete flow of “how this hook actually works.” Without further ado Let’s jump…

React

3 min read

React Hooks: How useReducer Hook Works
React Hooks: How useReducer Hook Works

Sep 22, 2021

Merge Sort

Merge sort is one of the most important sorting technique that works on Divide and Conquer algorithm, that means it works when we breaks down a problem into multiple subproblems recursively until they become simple to solve. The Time Complexity of Merge sort is O(n*Log n). Let’s learn this by…

Merge Sort

5 min read

Merge Sort
Merge Sort

Aug 30, 2021

Linked Lists — what’s that?

Hey Dear Readers…!!! Welcome to another blog. The topic I’m going to cover today is Linked List. So if you don’t know what is it then stay tune because by the end of this blog you’ll be able to traverse through a Linked List. Let’s get started… Linked List is…

Datastrucutre

3 min read

Linked Lists — what’s that?
Linked Lists — what’s that?

Aug 17, 2021

JavaScript “Promises” — Simply Explained

JavaScript promises are same as the promises we make in real life. The commitment we make to someone. Example: “I promise I will code daily.” Now this promise has two results. You either fulfill it (resolved). or You’ll break it. (rejected). Now, let’s have a look at the syntax. Syntax: Promise…

Java Script

2 min read

JavaScript “Promises” — Simply Explained
JavaScript “Promises” — Simply Explained

Published in Nerd For Tech

·Jul 29, 2021

How to modify Tuples in Python. The Work Arounds.

Just like List and dictionaries Tuple is another data type in python which is used to store multiple items in a single variable. But the thing that makes it different from lists and dictionaries is Tuples are “immutable”. Lets understand the difference between list and tuple with an example. list…

Python

3 min read

How to modify Tuples in Python. The Work Arounds.
How to modify Tuples in Python. The Work Arounds.

Jun 23, 2021

JavaScript ‘Strict Mode’.

Have you ever seen someone’s code and noticed ‘use strict’ written at the top or anywhere else?

Java Script

4 min read

JavaScript ‘Strict Mode’.
JavaScript ‘Strict Mode’.

Apr 20, 2021

Work Hard and have “FUN” with Your “FRIENDS”.

This blog is gonna be a bit different because this is a self reflection blog. This is about something, I realized went missing from my life or I was ignoring it. It’s about Having Fun with friends. It all started last week when one of my friend(Tribe member) shared some…

Friends

2 min read

Work Hard and have “FUN” with Your “FRIENDS”.
Work Hard and have “FUN” with Your “FRIENDS”.

Apr 10, 2021

Creating a Weather App using API-JavaScript.

This is my favorite project so far because this taught me how to fetch frikin data from a server by using JavaScript. Okay so when my tribe member told us we have to make a project based on API calling I freaked out a lil bit because I had no…

API

5 min read

Creating a Weather App using API-JavaScript.
Creating a Weather App using API-JavaScript.

Apr 3, 2021

Github Collaborations.

Collaborating on GitHub can be hard when doing for the first time but don’t worry this blog will clear your queries as I have written step by step procedure on how to do it. Github Collaboration is where developers from all around the word can contribute/work on a single project. …

Github

1 min read

Github Collaborations.
Github Collaborations.

Mar 20, 2021

Week 6- We’ll Ace it together.

Ahhh what a busy week. Make sure to read till the end as I’m writing this at 3:00 a.m . If not then make sure to read the last paragraph. (ツ) This week we dive deeper into Java Script by learning. Functions DOM Manipulation event listeners Functions Functions, a very important…

Oop Concepts

3 min read

Week 6- We’ll Ace it together.
Week 6- We’ll Ace it together.
Alwaz Qazi

Alwaz Qazi

I share what I learn.

Following
  • laiba Memon

    laiba Memon

  • Editor at Enlear

    Editor at Enlear

  • Marwa Khan

    Marwa Khan

  • Voice of Code Editorial

    Voice of Code Editorial

  • Areeba Shakir

    Areeba Shakir

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable