Skip to content

Instantly share code, notes, and snippets.

View Bajarangj's full-sized avatar

Bajarang Jadhav Bajarangj

  • Pune
View GitHub Profile
@Bajarangj
Bajarangj / README.md
Created September 30, 2025 14:46 — forked from piyushgarg-dev/README.md
Kafka Crash Course
@Bajarangj
Bajarangj / info.md
Last active October 12, 2022 11:32
NPM packages you must know

NPM packages and websites you must know

Packages

  1. framer-motion
  2. react-top-loading-bar
  3. react-topbar-progress-indicator
  4. react-loading-skeleton
  5. react-use
  6. react-scroll-motion
  7. react-reveal
@Bajarangj
Bajarangj / VS-code-packages.md
Last active March 18, 2022 11:03
Visual Studio code useful packages

List of useful packages of Visual Studio Code:

  1. Git Graph
  2. Quokka
  3. Live Server
  4. Live Share
  5. ES7+ React/Redux/React-Native snippets
  6. Prettier
  7. vscode-styled-components
@Bajarangj
Bajarangj / react-router-dom-v6.md
Last active March 29, 2022 14:36
React Router DOM V6 Updates

React Router DOM V6:

1. Switch is Replaced by Routes

2.

<Route path='/welcome'>
    <Welcome />
</Route>

and

@Bajarangj
Bajarangj / Chatbot.md
Last active April 7, 2020 05:55
Approaches to build chatbot

We can define the chatbots into two categories, following are the two categories of chatbots:

1. Rule-Based Approach -

This chatbot uses predefined input patterns and responses. It then uses some type of heuristic approach to select the appropriate response. It is widely used in the industry to make goal-oriented chatbots where we can customize the tone and flow of the chatbot to drive our customers with the best experience.

2. Self Learning Approach -

Blockchain architecture and Workflow

Blockchain network consists of blockchain wallet users and miners nodes.

The complete workflow of blockchain :

@Bajarangj
Bajarangj / razorpay-readme.md
Last active March 3, 2020 10:27
Razorpay Quick Document