Page 3 of 5

how to setup nginx in windows for node or angular

First setup nginx in windows: Download nginx from nginx website .  then go to your download folder unzip nginx  folder and place at c drive. follow below instructions : go to nginx folder open command prompt type in command prompt … Continue Reading →

How to enable HTTPS in Node js REST API

For HTTPS Enable we need to install https from npm package : use the following command [  npm i htps –save  ] For Free SSL Certificate need to create selfsigned.key and selfsigned.crt files. Go to Create a Self-Signed SSL Certificate   var fs =… Continue Reading →

Basic Interview Question For Node JS

What Is Node.js? Node.js is a powerful framework developed on Chrome’s V8 JavaScript engine that compiles the JavaScript directly into the native machine code. It is a lightweight framework used for creating server-side web applications and extends JavaScript API to offer usual… Continue Reading →

Mail API with Node.js, Express

Creating the Application: 1. Fire up your terminal and create a new folder for the application. mkdir node-api 2. Initialize the application with a package.json file Go to the root folder of your application and type npm init to initialize your app… Continue Reading →

Create Restful CRUD API with Node.js, Express and MongoDB

Creating the Application: 1. Fire up your terminal and create a new folder for the application. mkdir node-api 2. Initialize the application with a package.json file Go to the root folder of your application and type npm init to initialize your app… Continue Reading →

Difference Between AngularJS, Angular 2, Angular 4

Angular is considered one of the best open-source JavaScript frameworks. Google’s Angular team released Angular 2 as a complete makeover of its original Angular 1 framework. For those of you who are still learning Angular frameworks, this blog will offer… Continue Reading →

What are the advantages and disadvantages of Angular 2?

Advantages Of AngularJS Here are some of the compelling advantages of AngularJS: Built by Google AngularJS has been developed as well as maintained by dedicated Google engineers. This means that there is a huge community out there for you to learn… Continue Reading →

Why should you use angular-cli?

A project should have a bundler, regardless of the technology stack. A bundler is software that bundles your application code along with its resources into a minimized, zipped bundle that can be easily deployed on the server (at its most basic… Continue Reading →

How CLI work

The Angular CLI is a command line interface tool that can create a project, add files, and perform a variety of ongoing development tasks such as testing, bundling, and deployment. The goal in this guide is to build and run a simple Angular application… Continue Reading →

How to test performance , load , and stress test for web server ?

For performance, load, and stress-test for web servers, we are using free tool called Webserver Stress Tool. Webserver Stress Tool is a powerful HTTP-client/server test application designed to pinpoint critical performance issues in your web site or web server that… Continue Reading →

How to resolve permalink issue in ec2 aws

Permalink Issue scenario for wordpress site in EC2 AWS Server  .htaccess  mod_rewrite The .htaccess is a distributed configuration file, and is how Apache handles configuration changes on a per-directory basis. WordPress uses this file to manipulate how Apache serves files… Continue Reading →

Add new plugin in cordova

This plugin’s goal is to integrate livereload and gestures synchronization across devices into the Cordova development workflow. It is based on BrowserSync. What it does : Watch files in your www folder and automatically reload HTML and CSS in all… Continue Reading →

« Older posts Newer posts »

© 2024 TapanAcharjee

Up ↑