Skip to content

Instantly share code, notes, and snippets.

View anandakumarpalanisamy's full-sized avatar
🏠
Working from home

Anandakumar Palanisamy anandakumarpalanisamy

🏠
Working from home
  • ANDDigital
  • Hounslow, London
View GitHub Profile
@anandakumarpalanisamy
anandakumarpalanisamy / reinvent.md
Created September 7, 2019 06:11 — forked from henrysher/reinvent.md
link for reinvent slides
@anandakumarpalanisamy
anandakumarpalanisamy / NPMProxyConfiguration.md
Last active June 9, 2017 07:04
Quick start guide for npm.

Proxy config for NPM

If you are behind a Coporate Proxy, then do the following set-up the proxy to download the npm modules.

Run the following command in your node command prompt.

npm config set proxy http://proxy.company.com:8080
npm config set https-proxy http://proxy.company.com:8080

ANGULAR DEPENDENCY INJECTION

Angular ships with its own Dependency Injection framework. This framework can also be used as a standalone module by other applications and frameworks.

To see what it can do when building components in Angular, start with a simplified version of HerosComponent that form the Tour of Heroes application.

src/app/heroes/heroes.component.ts

import { Component } from '@angular/core';

What is Amazon VPC ?

Amazon VPC enables you to launch Amazon Web Services resources into a virtual network that you have defined. This virtual network closely resembles a tranditional network that you'd operate in your own data center, with the benefits of using scalable infrastructure of AWS.

Topics

  • Amazon VPC Concepts
  • Using Amazon VPC with Other AWS Services
  • Accessing Amazon VPC
  • Amazon VPC Limits
  • PCI DSS Compliance