Strongly typed models with Mongoose and TypeScript Mongoose provides a layer of abstraction over MongoDB that makes validation, casting & business logic boilerplate more enjoyable.
MongoDb Realm
Application Development (web) – PlayList Realm Creating Sophisticated GraphQL APIs in Minutes The MERN Stack Evolved Express to MongoDB Realm (Todo HTTP React) https://github.com/wbleonard/mern-stack-part-04 https://github.com/wbleonard?tab=repositories
API Authentication 1 – OAuth
1 – server/app.js const express = require(“express”); const morgan = require(“morgan”); const mongoose = require(“mongoose”); const cors = require(“cors”); const cookieParser = require(“cookie-parser”); mongoose.Promise =
AWS – Javascript SDK’s
Kinesis Developer Guide Tutorial: Using AWS Lambda with Amazon Kinesis AWS Code Sample JavaScript (SDK V2) Code Examples for Amazon Kinesis AWS Documentation Find user
Typescript 1 – Type Annotation & Interface
I. TypeScript – Type Annotations Similarly, we can declare an object with inline annotations for each of the properties of the object. var employee :
HTTP requests with Axios
5 Ways to Make HTTP Requests in Node.js 1.HTTP – the Standard Library 2.Request 3.Axios 4.SuperAgent 5.Got // send a POST request axios({ method: ‘post’,
Aws – Serverless Framework
Steps to deploy project in lambda using serverless Access key ID – **** Secret access key – **** region : ap-south-1 npm install -g serverless
Creating and using Generics in Typescript
Creating and using Generics in Typescript Github 1. Understanding and Applying Built-in Generics 2. Generic Functions 3. Generic Interfaces and Classes What are Generics ?
AWS Lambda – Nodejs, Serverless
Express JS in AWS Lambda This is a boiler plate code to deploy Express in AWS Lambda using Serverless JS. Using this you can built
API Gateway
Youtube Amazon API Gateway tutorial AWS Service – Srce Cde AWS Lambda Tutorial – Srce Cde Amazon API Gateway Authorization – Srce Cde Working with