PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Zahab Kakar

@zahab_k

731 Points 6 Followers

12 Posts

0 Answers

User has not added any information in their about section.

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 project...

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, wh...

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...

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  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:](#introduction) - [Ways of Fetching Data](#ways-of-fetchi...

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...

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...

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 E...

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...