Jyoti KarmakarReact JS — Functional Components and Hooks (Part 3)It is simple javascript functions that accept properties(props) in function and return HTML(JSX). It doesn’t have any state and lifecycle.Jun 26, 2021Jun 26, 2021
Jyoti KarmakarReact Js — Components(Day 2)Components are the building block of React Js. It is like bricks of building, custom Elements(like div, span) of HTML with…Jun 26, 2021Jun 26, 2021
Jyoti KarmakarUnderstanding CORS preflight requestAs a developer, we often face CORS issue in browser. From the Postman the API looks working but with the browser, we get the error message…Mar 24, 2021Mar 24, 2021
Jyoti KarmakarREST API Basics(Part 4 Methods)Methods of REST service are like the verb in the sentence. They describe the actions that the service is performing on the given resource…Mar 11, 2020Mar 11, 2020
Jyoti KarmakarKafkaApache kafka is use for communication of multiple application. It use as a real-time data storage. Kafka is a publisher-subscriber message…Mar 11, 2020Mar 11, 2020
Jyoti KarmakarAngular Tutorial 1Client Side Technology,i.e. it execute in browser.Mar 10, 2020Mar 10, 2020
Jyoti KarmakarREST API Basics(Part 3 URLs)Under REST principles, a URL identifies a resource.Dec 21, 2019Dec 21, 2019