Suhail Kakar

@suhailkakar

1317 Points 13 Followers

45 Posts

3 Answers

💻 A Developer from Afghanistan who loves to code and share valuable tips for new programmers on this blog | Full Stack Software Developer | 📚 #JavaScript, #React, #Node, #Python, #ReactNative

Suhail Kakar · 2 years ago

Web 3.0 Terms and Their Definitions in Plain English

You've probably heard about Web3 unless you've been living under a rock. Web 3.0 is the next step in the web's growth, and it aims to make the internet more intelligent. In this article, we...
1

Suhail Kakar · 3 years ago

How To Solve Captcha in JavaScript Using 2Captcha

You may already solve many captchas while submitting a form or signing up for a website. The basic Captcha goal is to check whether the user is a human or a bot. Captcha stands for Completel...
6

Suhail Kakar · 3 years ago

What Are DApps: A Complete Guide To Decentralized Applications

A decentralized app (dApp) is a digital application or a program that resides and executes on a blockchain or peer-to-peer network of computers rather than a single computer and is independe...
7

Suhail Kakar · 3 years ago

Top 20 Most Used AWS Services Explained

Amazon Web Services (AWS) is the most comprehensive and widely used cloud platform in the world, with over 200 fully-featured services available from data centers all around the world. In th...
7

Suhail Kakar · 3 years ago

Integrate Auth0 with React JS - A step by step tutorial

Auth0 is a drag-and-drag solution for integrating authentication and authorisation into your apps.In this article, we will take a look on how to integrate auth0 into a react app Creating a r...
8

Suhail Kakar · 3 years ago

How I use ClickUp to efficiently organize my day

We all deal with projects, whether we're project managers, members of project teams, or regular developers. If you work in the corporate world, you know how easily large projects may get dis...
1

Suhail Kakar · 3 years ago

An Ultimate Guide to Docker - From What is Docker to Dockerizing a Node.js Application

Docker is an open-source platform that allows us to create, deploy, and manage containerized applications. In this article, we will look at What is Docker Benefits of Using Docker Perf...
5

Suhail Kakar · 3 years ago

A Beginner's Guide To Solidity - Blockchain Development

Solidity is an object-oriented, high-level programming language for creating smart contracts on the blockchain that automate transactions. The language was created by participants to the Eth...
6

Suhail Kakar · 3 years ago

The Ultimate Guide to Web 3.0 - Everything you need to know about Web 3.0 before learning it

You've probably heard about Web3 unless you've been living under a rock. Web 3.0 is the next step in the web's growth, and it aims to make the internet more intelligent. Before learning more...
9

Suhail Kakar · 3 years ago

Top Free React Dashboards to Use for Your Next Project

It is not necessary to spend a lot of money to create a professional-looking dashboard for your website or app. That's why, in this post, we will look at some of the great react admin panels...
6

Suhail Kakar · 3 years ago

10+ Projects You Can Do to Become a Frontend Master

Learning to code can be challenging and perplexing, especially if you don't know where to begin. The greatest approach to improve your programming abilities is to use them to create coding p...
10

Suhail Kakar · 3 years ago

6 Ways to Host Your React JS App For Free

Deploying an application created with a framework like React, Vue, or Angular differs significantly from deploying a website built with HTML, CSS, and JavaScript. Choosing a hosting provider...
2

Suhail Kakar · 3 years ago

Add An Advanced File Uploader To Your React.js App - Upload Care

Overview In this article, we are going to integrate Upload Care ( An Advanced File Uploader ) which includes drag-and-drop image uploader, direct link image uploader and etc.. in our react.j...
6

Suhail Kakar · 3 years ago

Top 10 Visual Studio Code Extensions That Every Developer Should Use It

Visual Studio Code is by far one of the most popular code editors for web, mobile, and hardware developers. More than 2,600,000 people use VS Code every month, up by over 160% in the last ye...
5

Suhail Kakar · 3 years ago

An Ultimate Guide To Gatsby - Everything You Need To Know Before Starting with Gatsby

Gatsby websites are getting popular day by day. Nowadays most of the popular websites use Gatsby because of its speed, SEO and etc, and if you don't know anything about Gatsby, It is probabl...
7

Suhail Kakar · 3 years ago

5 Quick and Effective Ways to Learn JavaScript

If you've been studying JavaScript or web development in general but still feel inadequate in your knowledge of the topic. Perhaps you're having trouble remembering or applying all you've le...
5

Suhail Kakar · 3 years ago

7 Trending projects on GitHub for JavaScript developers

Web Development for Beginners - A Curriculum Azure Cloud Advocates at Microsoft are created a 12-week, 24-lesson curriculum all about JavaScript, CSS, and HTML basics. Each lesson includes p...

Suhail Kakar · 3 years ago

An Ultimate Guide to Git and Github

As a developer, we all know a little about Git and GitHub but there are some developers who still have doubt and question about Git and GitHub. Therefore in this article, I am going to break...
2

Suhail Kakar · 3 years ago

Building a Restful CRUD API with Node JS, Express, and MongoDB

Application Programming Interface is the abbreviation for API. An API is a software interface that enables two apps to communicate with one another. In other words, an API is a messenger tha...
5

Suhail Kakar · 3 years ago

Remove all console.log() from your project in less than a minute

Introduction console.log() is a debugging tool that can assist you to figure out what your code is doing. You may follow along as your code executes by displaying a message that contains eit...
3

Suhail Kakar · 3 years ago

How To Use Google Like A Pro

Google is such a dominant force in the search engine industry that it is the default search engine for Android smartphones and web browsers such as Chrome. To put it frankly, Google has beco...
5

Suhail Kakar · 3 years ago

Design Resources for Developers - II

Are you searching for the best design resources? This is a collection that every developer should bookmark since it contains the greatest resources for creating an eye-catching and aesthetic...
1

Suhail Kakar · 3 years ago

Stop Using ../../../ While Importing Components, Instead Use This Method

Introduction 📚 When you go to GitHub and see some other developers code, most of them are importing their components like this👇 import Button from "../../../components/Buttons/Button&...
7

Suhail Kakar · 3 years ago

Top Chrome Extensions That You Wish You Knew It Earlier

Chrome is a fantastic browser — it's quick, well-designed, and jam-packed with useful features – but that's only the beginning. Chrome's true strength lies in its vast library of add-ons, wh...
6

Suhail Kakar · 3 years ago

How I Increased My Blogs Traffic To Over 29,000 Page Views In My First 20 Days Blogging

The most typical question asked by new bloggers is, "How can I gain more visitors to my blog?" It's been around 20 days since I started blogging on Hashnode ( My main blog ), DEV,...
1

Suhail Kakar · 3 years ago

JavaScript Cheat Sheet For Beginners - 2021

JavaScript is a programming language used primarily by Web browsers to create a dynamic and interactive experience for the user. Most of the functions and applications that make the Internet...
7

Suhail Kakar · 3 years ago

3 Best Courses to Learn React Native For Free

Originally published at blog.suhailkakar.com Introduction If you want to work on open-source software that runs on the majority of devices across the world, React Native is an excellent choi...
6

Suhail Kakar · 3 years ago

Integrate Twilio With Node JS - A Beginner's Guide

Originally published at blog.suhailkakar.com Introduction Node.js is an open-source, JavaScript runtime environment on Chrome’s V8 that lets you effortlessly develop fast and scalable web ap...
4

Suhail Kakar · 3 years ago

Let's Create YouTube Clone Using React Native - Part 1

Originally published at blog.suhailkakar.com Introduction YouTube is a free video-sharing website that makes watching video clips easy. You may even make your own videos and post them to enj...
5

Suhail Kakar · 3 years ago

Introducing Tomorrow - A New Look for Code Editor

Originally published blog.suhailkakar.com Introduction Visual Studio Code is by far one of the most popular code editors for web, mobile, and hardware developers. More than 2,600,000 people...
1

Loading More Content