Open in app
Home
Notifications
Lists
Stories

Write
M D PUNEETH REDDY
M D PUNEETH REDDY

Home

Oct 24, 2021

NodeMailer: Send Email from Nodejs Application

Send Emails are becoming important in every application. So, In this article, we will see how we can send Emails in the nodejs applications. I will be using a package called “Nodemailer” to send emails. …

Nodejs

3 min read

NodeMailer: Send Email from Nodejs Application
NodeMailer: Send Email from Nodejs Application

Jul 10, 2021

Promise.all vs Promise.allSettled Javascript

When we are working with promises in Javascript, They are different approaches to do the promises. A most popular way to use Async/await. But there will be some times where we want to get the data or responses parallelly. We already know that javascript is “single-threaded”. So we will see…

Java Script

3 min read

Promise.all vs Promise.allSettled javascript
Promise.all vs Promise.allSettled javascript

Jul 5, 2021

How to manage multiple requests with “Promise.all”

When you are working on the projects, We might have often seen the components or pages needing some Data from APIs or depending on multiple operations. So, we need to get the data from the APIs faster to make our page render correctly. “Promise.all” …

Nodejs

3 min read

How to manage multiple requests with “Promise.all”
How to manage multiple requests with “Promise.all”

Jun 20, 2021

How to create a blog or website with Docusaurus

To create your own pages, the personal website mainly for blogs and documentation of your applications or product “Docusaurus” is one of the open-source technology which helps to build with minimal effort. We can create our own pages or documentation for the projects and deploy them in Netlify which keeps…

Docusaurus

5 min read

How to create a blog or website with Docusaurus
How to create a blog or website with Docusaurus

Jun 18, 2021

Jest: Mock functions or modules using typescript

Jest is one of the popular unit testing frameworks. Mocking the functions and modules is one of the main important things to consider in unit testing. When you are working with more developers to test the functionality of your code, you need to mock the functions which are not yet…

Jest

4 min read

Jest: Mock functions or modules using typescript
Jest: Mock functions or modules using typescript

Jun 10, 2021

Jest Supertest: Unit Testing with Nodejs, Typescript, Sqlite3

In this article, we will see how to add automated unit testing for Nodejs backend applications with typescript using jest and supertest. And also complete guide to adding SQLite to the backend server with CRUD operations. Prerequisites: Nodejs-expressjs server running locally. If you don’t have, please check out https://mdpuneethreddy.com/expressjs-how-to-start-with-nodejs-and-expressjs/ Objectives:

Nodejs

5 min read

Jest Supertest: Unit Testing with Nodejs, Typescript, Sqlite3
Jest Supertest: Unit Testing with Nodejs, Typescript, Sqlite3

Jun 2, 2021

A quick way to create README using readme.so

For every project, you may want to create a ReadMe file about your project. If you want to create blog posts using markup language or for any other purposes, readme.so make our job easy. This blog will see how we can write the markup or readme file easily without much…

Readme

2 min read

A quick way to create README using readme.so
A quick way to create README using readme.so

May 15, 2021

nivobar: Responsive Bar Reactjs and typescript

The charts are very important to visualize the data. There are so many different types of charts to view the data. The bar is one of the important charts which is widely used. In this blog, we will create a responsive nivobar to view the data. …

Nivobar

4 min read

nivobar: Responsive Bar Reactjs and typescript
nivobar: Responsive Bar Reactjs and typescript

May 15, 2021

nivopie: Responsive Pie Reactjs and typescript

The charts are very important to visualize the data. There are so many different types of charts to view the data. pie is one of the important charts which is widely used. In this blog, we will create a responsive nivopie to view the data. …

Nivopie

3 min read

nivopie: Responsive Pie Reactjs and typescript
nivopie: Responsive Pie Reactjs and typescript

May 6, 2021

Antd Table export to CSV, PDF Reactjs typescript

We will export the Antd table to csv and pdf using “react-csv” and “react-to-print”. We will use “react-csv” to export the Antd table to a CSV file. Next, we will use “react-to-print” to export and table to PDF file. Create Antd Table: Check out the official documentation for Antd here. Add antd dependency …

Antd Table

4 min read

Antd Table export to CSV, PDF Reactjs typescript
Antd Table export to CSV, PDF Reactjs typescript
M D PUNEETH REDDY

M D PUNEETH REDDY

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable