Zahab Kakar

@zahab_k

716 Points 6 Followers

12 Posts

0 Answers

User has not added any information in their about section.

Zahab Kakar · 2 years ago

Learn Javascript __Array

Array You may know that a variable can store only a value at a time, for example, ( var student = "jack", )this is totally fine and we may use it many times while building a proje...
4

Zahab Kakar · 2 years ago

Learn Javascript Functions

Introduction This article explains JavaScript function in detail and followed the previous JavaScript article Learn JavaScript__Part1. Therefore if you are not familiar with JS basics, you...
1

Zahab Kakar · 2 years ago

Learn Javascript - Part 1

Introduction The JavaScript Part 1 is the First article of Learn JavaScript Series which includes the explanation, example of all the basics of JavaScript. So, if you are a developer, who ha...
3

Zahab Kakar · 2 years ago

Top 6 Javascript Chart Libraries

JavaScript is a programming language used to develop dynamic and interactive websites. There are over 1.8 Billion websites in the world, and JavaScript is used on 95% of them. I have compile...
5

Zahab Kakar · 2 years ago

What CSS Framework Should You Learn? CSS vs Bootstrap vs Tailwind CSS

Introduction As a developer, we all deal with plenty of recommendations, various options to choose and having no idea what to choose. One of the most common aspects that provide you job oppo...
1

Zahab Kakar · 2 years ago

Top 40 JavaScript Methods You Must Know!!

JavaScript is a programming language used to create web pages and mobile apps. If you have been studying Javascript for so long and still it looks scary to you, probably you haven't learnt...
5

Zahab Kakar · 2 years ago

5 Ways to Fetch API Data in React.js

This article is a reference guide to strengthen your skills as a React developer and for job interviews. Introduction: Ways of Fetching Data 1. Fetch Data in React Using the Fetch API...
7

Zahab Kakar · 2 years ago

6 Tips and Tricks Every Developer Should Know in Visual Studio Code 🤩

One of the most common text editors used by developers is Visual Studio Code. Microsoft created it to be the first cross-platform programming tool in the Visual Studio family that supported...
8

Zahab Kakar · 2 years ago

Top 5 Useful Packages That Every React Developer Should Know

React JS is a popular JavaScript framework for building front-end applications, such as user interfaces that let people interact with software. When it comes to developing modern React apps...
7

Zahab Kakar · 2 years ago

ES6 Learn Modern JavaScript! Part 1

Let's start with a simple introduction to ES6. ES6 Stands for ECMAScript 6 which is a base language that JavaScript is based on and JS is listed as a major implementation on ES6. ES6 or ECMA...
6

Zahab Kakar · 2 years ago

React Native layout properties!

A simple guide with examples for React Native layout properties! Content flexbox Shadow Prop Types IOS flexbox alignContent Types flex-start flex-end center stretch space-between space-ar...
2

Zahab Kakar · 2 years ago

Const / Let / Var Which One Should You Use?

Difference between var, let and const Var Let's define a function and call it hello. Inside the function, I defined a (for) loop, so for var i we set the value 0 and as long as it's less tha...
8

Loading More Content