Open in app
Home
Notifications
Lists
Stories

Write
Asad Iqbal
Asad Iqbal

Home

Oct 30, 2020

Code splitting and dynamic function invocation Node js

Code splitting is one of the best feature of web pack, it allows you to split your code in various bundles which can be called on demand in app life cycle. This has a significant impact on application load times. you can simply write var required_module = ‘any module’ //…

2 min read

Code splitting and dynamic function invocation Node js
Code splitting and dynamic function invocation Node js

Code splitting and dynamic function invocation Node js

Code splitting is one of the best feature of web pack, it allows you to split your code in various bundles which can be called on demand in app life cycle. This has a significant impact on application load times.

you can simply write

var required_module = ‘any module’

//…

--

--


Oct 30, 2020

Publish Node package on NPM

NPM registry is the best place to share your node package globally. NPM is powered by a couchDB database. We will go through the process of creating the node package and publishing it as a public package. First you have to create a free account on https://npmjs.org. 2. Login the…

2 min read

Publishing your Node module on NPM
Publishing your Node module on NPM

Oct 28, 2020

Microservices architecture using Node.js and AWS Lambda

System engineering design based on microservices provides many advantages alongwith some complexity. This article defines an approach to reap maximum benefits and mimimize potential pain areas and other cons associated with microservices designs. Most of the implementations get mislead by the term microservice resulting in countless services spread over the…

2 min read

Microservices architecture using Node.js and AWS Lambda
Microservices architecture using Node.js and AWS Lambda
Asad Iqbal

Asad Iqbal

Software architect

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable