Open in app
Home
Notifications
Lists
Stories

Write
Tikaram Mardi
Tikaram Mardi

Home

Nov 20, 2020

It's all about Error: JavaScript Error and Handling

In general, JS is not robust at error handling. It is having an Error object which can be customized accordingly. We can add and modify… — In general, JS is not robust at error handling. It is having an Error object which can be customized accordingly. We can add and modify error information. When catching error by try-catch we are able to catch the error but not by their type Types of Error JS has eight…

Java Script

2 min read

It's all about Error
It's all about Error

Jun 14, 2020

How to accept the only digit in Form Input Field.

We can do two things to make sure our input only takes numbers. — We can do two things to make sure our input only takes numbers. Either we can give input type as a number like this.

React

2 min read

How to accept the only digit in FormInput Field.
How to accept the only digit in FormInput Field.

May 10, 2020

Let's Go Serverless(Part 2)

In our last article, we set up our demoProject. In this article, we will learn how to set up the database with our serverless application… — In our last article, we set up our demoProject. In this article, we will learn how to set up the database with our serverless application. The database we gonna use is MySQL and Sequelize ORM. Sequelize is a promise-based Node.js ORM for Postgres, MySQL, MariaDB, SQLite, and Microsoft SQL Server…

Serverless

4 min read

Let's Go Serverless(Part 2)
Let's Go Serverless(Part 2)

May 3, 2020

Lets Go Serverless

First of all, we need to install Serverless globally. — First of all, we need to install Serverless globally. Fire up a terminal window and run: npm install -g serverless We have just now installed the Serverless framework globally on our machine. The Serverless commands are now available to us from wherever in the terminal. …

Rest Api

3 min read

Lets Go Serverless
Lets Go Serverless

Aug 6, 2019

Handling Asynchronous Code using Async and Await

Async/await — Async/await Whenever we are doing some sort of asynchronous operation like fetching data from an API or connecting to the database and accessing it we need to handle the code properly. Asynchronous Code can be handled using callback, promise-based approach or by using async/await Here we will handle asynchronous code…

Java Script

2 min read

Handling Asynchronous Code using Async and Await
Handling Asynchronous Code using Async and Await
Tikaram Mardi

Tikaram Mardi

Platform Engineer @Cora Health Care Pvt.Ltd.

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable