Open in app

Sign in

Write

Sign in

Chanuga Tharindu
Chanuga Tharindu

9 Followers

Home

About

Oct 20

React Software Engineer Questions — Part 1

In this article I will be talking about some of the interview questions that could be asked from you in a React Software Engineering interview. This will be the part 1 of the series. In this article I will be talking more about Questions that could be asked related to…

8 min read

React Software Engineer Questions — Part 1
React Software Engineer Questions — Part 1

8 min read


Aug 11

Configure swagger to your node express application

What is swagger ? Swagger, now known as the OpenAPI Specification, is an open-source framework that provides a standardized way to document and define APIs. It allows developers to describe the structure of their APIs, including endpoints, request/response formats, authentication methods, and more. This documentation can then be used to…

3 min read

Configure swagger to your node express application
Configure swagger to your node express application

3 min read


Jul 23

Deploy your node.js application for free to Render

First you must get ready with your node.js application. After that you should visit the render web site. You will redirect to a page like this.

3 min read

Deploy your node.js application for free to Render
Deploy your node.js application for free to Render

3 min read


Jun 11

Make API call in React Redux Toolkit | React Redux

First of all we need to create a react app to start our proceedings. For that you can use npx create-react-app or any other mechanism. Then we need to Install redux to the application using npm install @reduxjs/toolkit react-redux. (You can see more details on redux official page. https://redux-toolkit.js.org/tutorials/quick-start)

6 min read

Make API call in React Redux Toolkit | React Redux
Make API call in React Redux Toolkit | React Redux

6 min read


Jul 7, 2022

Fetch Data In React Application

There are so many methods that we can use to fetch data for an API. Some of them are Fetch API, Axios, Superagent, Request and so on. Fetch API — The Fetch API provides a JavaScript interface for accessing and manipulating parts of the HTTP pipeline, such as requests and responses. It also provides a global fetch() method that provides an easy, logical way to fetch resources asynchronously across the network.

React

1 min read

Fetch Data In React Application
Fetch Data In React Application
React

1 min read


Jun 19, 2021

React useEffect

React useEffect useEffect lets us perform side effects in functional components. Side effects mean all the operations that affect the component and can not be done during rendering. Ex:- Fetch Data, Subscription, or Manually Changing the DOM in the old way we had to use, ComponentDidMount to fetch data from…

React

2 min read

React useEffect
React useEffect
React

2 min read


May 30, 2021

React Life Cycle

React Life Cycle React is following a unidirectional data flow. This means data is going one way exactly. This is the basics of React. To work like this developers made react similar to functional programming. The key rule of functional programming is immutability. Which means can’t change. So how the…

React Lifecycle

2 min read

React Life Cycle
React Life Cycle
React Lifecycle

2 min read

Chanuga Tharindu

Chanuga Tharindu

9 Followers

Software Engineer

Following
  • Shagor Paul

    Shagor Paul

  • bitbug

    bitbug

  • Jinali Pabasara

    Jinali Pabasara

  • Hossain Chisty

    Hossain Chisty

  • coco

    coco

See all (13)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams