Open in app

Sign In

Write

Sign In

Krishnanunny H
Krishnanunny H

114 Followers

Home

About

Published in JavaScript in Plain English

·Pinned

How To Do Natural Language Processing With JavaScript

It’s possible to implement Natural Language Processing in your JavaScript project without integrating external API by using Cereberum.js. About Cereberum.js Cereberum.js is an OpenSource npm package designed to perform advanced Machine Learning operations like Natural Language Processing into your JavaScript project. Mainly NLP is used for making chatbots in the web application…

Chatbots

4 min read

How To Do Natural Language Processing With JavaScript
How To Do Natural Language Processing With JavaScript
Chatbots

4 min read


Published in Geek Culture

·Nov 8, 2021

Tips To Use Postman Better And Easier

The Motive of the article is to show some features of postman which are unknown to many users. First Tip : Using Variables Using variables feature in postman allows you to store a value into a variable and reuses that variable in your request. The advantage is if you need to update the value, you…

Postman

3 min read

Tips To Use Postman Better And Easier
Tips To Use Postman Better And Easier
Postman

3 min read


Published in JavaScript in Plain English

·May 19, 2021

How to Cache API Calls in Next.js

Introduction Redundant calls of the same API from the Next.js application are typical behavior. It could happen while updating the component or by traversing from one page to another. This repeat calling of the same API will cost us more money and affecting the app performance also. We could avoid this…

Nextjs

3 min read

How to Cache API Calls in Next.js
How to Cache API Calls in Next.js
Nextjs

3 min read


Published in JavaScript in Plain English

·May 4, 2021

Create a Blog by Integrating Sanity.io, a Headless CMS, with Next.js

Introduction Next.js is a React framework for making front-end applications, and Sanity.io is a headless CMS. This article aims to provide basic information to create a blog with these two technologies in a simple as possible manner. We won’t make a fully-fledged blog here; we only walk through the required configuration…

Nextjs

3 min read

Create a Blog by Integrating Sanity.io, a Headless CMS, with Next.js
Create a Blog by Integrating Sanity.io, a Headless CMS, with Next.js
Nextjs

3 min read


Apr 23, 2021

i have one question. where can we use this threading?
5
1

Inho

Functions that requires high computation power

Functions that requires high computation power

1 min read

1 min read

Functions that requires high computation power

--

--


Published in JavaScript in Plain English

·Apr 20, 2021

How to Perform Dynamic Import with Next.js

Typically, it is impossible to import modules based on the condition. Whenever a page loads, all the imported modules on that particular page also get loaded. const allowImport = true; if (allowImport) { import DynamicComponent from "../components/hello"; } export default function Home() { return ( <div>…

Java Script

2 min read

How to Perform Dynamic Import with Next.js
How to Perform Dynamic Import with Next.js
Java Script

2 min read


Published in JavaScript in Plain English

·Apr 7, 2021

How To Do Dynamic Routing With Next.js

Dynamic Routing means we don’t want to specify static routes for the pages; it would be dynamically generated using data from API or other means. Consider you build a portfolio site it might have pages like about, contact, and home page we required to define routes for each page statically…

Nextjs

3 min read

How To Do Dynamic Routing With Next.js
How To Do Dynamic Routing With Next.js
Nextjs

3 min read


Published in JavaScript in Plain English

·Mar 10, 2021

Why Next.js Has Better SEO Than Plain React

With plain React, the HTML to render is produced on the client-side, so search engines must execute the JavaScript code for getting the HTML. Next.js has a pre-rendering feature that the HTML supposed to render is produced on the server-side then sent to the client-side. This pre-rendering feature provides improved…

Nextjs

3 min read

Why Next.js Has Better SEO Than Plain React
Why Next.js Has Better SEO Than Plain React
Nextjs

3 min read


Published in JavaScript in Plain English

·Feb 26, 2021

Getting Started with Next.js

A Beginner’s Guide — Why Next.js Creating a react app from scratch required installing Webpack, Babel, React, and connecting React components towards DOM. While using Next.js, the command create-next-app do all the configuration automatically and provides us with a production-ready app. Usually, search engine crawlers fail to extract data from websites built with JavaScript because it…

Nextjs

4 min read

Getting Started with Next.js
Getting Started with Next.js
Nextjs

4 min read


Published in The Startup

·Feb 15, 2021

The Mastery of Selling Art

Earn passive income by selling art Introduction If you are an artist or makes arts as a hobby, this article could guide you on creating passive income by selling your artwork. We are going to cover the following topic : How to make an online store without any cost Marketing your…

Art

4 min read

The Mastery of Selling Art
The Mastery of Selling Art
Art

4 min read

Krishnanunny H

Krishnanunny H

114 Followers

Software Developer at Mozanta Technologies

Following
  • Tim Denning

    Tim Denning

  • Joyce Catamora

    Joyce Catamora

  • Erik Engheim

    Erik Engheim

  • Zulie Rane

    Zulie Rane

  • Jerine Nicole

    Jerine Nicole

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech