Open in app

Sign In

Write

Sign In

Varad Shevade
Varad Shevade

2 Followers

Home

About

2 days ago

AWS S3 static website with SSL certificate

In this tutorial we will deploy a static website on AWS and secure it with a SSL/TLS certificate. We will be using following services in the given order for hosting. S3: to store your static website’s files. Route 53: For managing your domain related activities. ACM: For creating SSL/TLS certificate. …

Hosting

6 min read

AWS S3 static website with SSL certificate
AWS S3 static website with SSL certificate
Hosting

6 min read


Jan 13

Using InfluxQL(SQL) with InfluxDB 2.x.x

What is InfluxDB? It is a time series database thus deals with timestamped data points. It handles large amounts of data efficiently because of a faster data ingestion rate. Retires Data based on a Life Cycle policy (days, weeks). It uses Buckets(combo of database + retention policy) to store measurements(like a table in…

Database

2 min read

Using InfluxQL(SQL) with InfluxDB 2.x.x
Using InfluxQL(SQL) with InfluxDB 2.x.x
Database

2 min read


Aug 7, 2020

A simple beginner’s guide to Node.Js and Npm (Part 2)

Basics of writing Asynchronous Codes in Node.js Here we will see the 3 most common ways to handle asynchronous methods. Through Callbacks: One of the most primitive and still widely used approaches. Example: Following is a simple example to print current time every 1000 milliseconds. function cb() { console.log(new Date().toLocaleTimeString()); } setInterval(cb…

Nodejs

3 min read

A simple beginner’s guide to Node.Js and Npm (Part 2)
A simple beginner’s guide to Node.Js and Npm (Part 2)
Nodejs

3 min read


Aug 5, 2020

A simple beginner’s guide to Node.Js and Npm (Part 3)

Most frequently needed inbuilt modules. http/https: This module is used when you want to make and serve http requests. It is useful if you want to GET/POST/PUT data from a remote location, or if you want to build a server which serves these requests. Remember to use require(“http”) to use…

Nodejs

5 min read

A simple beginner’s guide to Node.Js and Npm (Part 3)
A simple beginner’s guide to Node.Js and Npm (Part 3)
Nodejs

5 min read


Aug 5, 2020

A simple beginner’s guide to Node.Js and Npm (Part 4)

Debugging in node.js Using “V8 inspector” node.js now allows debugging codes outside their node process. Thus to debug your node.js code, just run the following command in your terminal. node — inspect myapp.js This will run your source code in debug mode. By default it runs on port 9229. If…

Nodejs

3 min read

A simple beginner’s guide to Node.Js and Npm (Part 4)
A simple beginner’s guide to Node.Js and Npm (Part 4)
Nodejs

3 min read


Aug 5, 2020

A simple beginner’s guide to Node.Js and Npm (Part 1)

Node.Js is a very vast topic. Yet I have tried to crunch some of its core concepts in 4 parts. This should be enough to get your foot in the door of what is called the world of Node.Js. Prerequisites Basic knowledge of Javascript. Node.Js installed on your system Download…

Nodejs

4 min read

A simple beginner’s guide  to Node.Js and Npm (Part 1)
A simple beginner’s guide  to Node.Js and Npm (Part 1)
Nodejs

4 min read


Jul 19, 2020

Efficiently making thousands of http requests (api calls) in JavaScript.

Often we come across scenarios to retrieve a large number of data from a remote data source. In Javascript, operations like I/O, R/W happen in an asynchronous manner. Likewise our api requests which are http requests will also do the same. …

Rxjs

4 min read

Solving ’n’ API request’s problem with Reactive Programming (RxJS)
Solving ’n’ API request’s problem with Reactive Programming (RxJS)
Rxjs

4 min read


Jul 14, 2020

AWS S3 File Upload and Download in Node.js with Koa

S3 is a scalable storage infrastructure from Amazon Web Services (AWS), and provides mechanisms to store and retrieve objects(files) through web services. The article includes steps to: i). Upload file(s) to S3 bucket with api using node.js and koa. ii). Downloading the uploaded files from S3, and archiving it. Prerequisites: …

Aws S 3

2 min read

AWS S3 File Upload and Download in Node.js with Koa
AWS S3 File Upload and Download in Node.js with Koa
Aws S 3

2 min read

Varad Shevade

Varad Shevade

2 Followers

An enthusiastic engineer

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech