Tapas Adhikary

@tapasadhikary

485 Points 8 Followers

17 Posts

1 Answers

I'm on a mission to share my 15+ years of experience to make web development easy for you. Contributing to @freeCodeCamp, technology blogger, opensource, teacher

Tapas Adhikary · 1 year ago

Introducing ReactPlay - Learn, Create, Share ReactJS projects

If I tell you React(aka ReactJS) is one of the leading user interface technology(ok, library) in web development, would you believe it? Most of you will. For the rest of you, let me put forw...
6

Tapas Adhikary · 1 year ago

How to parse JSON in JavaScript

What is JSON? JSON, also known as JavaScript Object Notation, is a text-based data exchange format. It is a collection of key-value pairs with a few rules to keep in mind, The key must be a...

Tapas Adhikary · 1 year ago

ReactJS Virtual DOM and Reconciliation - Explain Like I'm Five

What is DOM? DOM stands for Document Object Model. HTML is the language of web pages. It provides the web page structure with many specialized tags, including the way to link multiple pages...
5

Tapas Adhikary · 2 years ago

React useEffect Hook usages you must know

React is a JavaScript-based user interface library. React components are isolated reusable pieces of code logic with their own UI. Multiple components come together to create a meaningful wo...
2

Tapas Adhikary · 2 years ago

ReactJS useState Hook - lazy initialization and previous state

The State of a Component ReactJS is a component-based user interface library. Each of the components we create should have an individual responsibility. In the real world ReactJS application...
4

Tapas Adhikary · 2 years ago

JavaScript object destructuring usages you must know

Introduction We use JavaScript objects to store data and retrieve it later. We store data(aka information) in key-value pairs. The key-value pair is also known as the object properties. Here...
4

Tapas Adhikary · 2 years ago

Higher-Order Functions(HoF) in JavaScript - Explain Like I'm Five

JavaScript Functions Functions are an integral part of many programming languages, and JavaScript is not an exception. In JavaScript, functions are the first-class citizens. You create them,...
5

Tapas Adhikary · 2 years ago

10 HTML anchor tag usages you must know(in short videos)

As a webdev, you must have used the anchor(a) tag ample times. The regular usages are, linking to a webpage, opening the page in a new tab, or linking to a page section. However, there are o...
4

Tapas Adhikary · 2 years ago

What are Pure Functions and Side Effects in JavaScript?

Introduction to JavaScript Functions A function allows us to place code logically to execute a task. Functions are first-class citizens in the JavaScript programming language. You can create...
2

Tapas Adhikary · 2 years ago

5 tips for beginners to web development

The modern era of web development is fascinating. Plenty of frameworks and libraries to keep us productive. There are thousands of quality resources to read and learn from. Apart from the pl...
5

Tapas Adhikary · 2 years ago

Introducing WebAPIs Playground - An app to play and learn Web APIs

An API(Application Programming Interface) abstracts many complexities from developers. Without APIs, a developer's life will be miserable with no proper access to data and knowing unnecessar...
4

Tapas Adhikary · 2 years ago

5 ways to merge arrays in JavaScript and their differences

An array is a collection of elements or items. We use arrays to store data as elements and retrieve them back when we need them. The array is a data structure widely used in many programming...
5

Tapas Adhikary · 2 years ago

10 VS Code emmet tips to make you more productive

In general, productivity is the ratio between output and input. In software engineering, programming productivity(or development productivity) can be the ratio between the quantity of the so...
2

Tapas Adhikary · 2 years ago

8 resources to start with opensource immediately

An open-source software or application is publicly available for us to use and contribute to it. We can contribute to its source code, documentation, writing articles about it, and many more...

Tapas Adhikary · 2 years ago

A Video Tutorial to Create Newsletter using Next.js, Tailwindcss, and Twitter Revue

Do you have an email Newsletter, or consider starting one? Create a newsletter using the Revue APIs, Next.js API Routes, and Tailwindcss. You can manage this newsletter entirely on your webs...

Tapas Adhikary · 2 years ago

Tips to customize npm init to make it your own

If you found this article helpful, you will most likely find my tweets useful too. So here is the Twitter Link to follow me for information about web development and content creation. This a...
4

Tapas Adhikary · 2 years ago

10 Git usages, you should know to avoid

If you found this article helpful, you will most likely find my tweets useful too. So here is the Twitter Link to follow me for information about web development and content creation. This a...
4

Loading More Content