SERVERLESS GitHub – Serverless Mongo with module and Without webpack How to bundle a nodejs lambda function? (using esbuild) Upload and Retrieve Image on MongoDB
Author: admin
What is AWS Lambda?
AWS – Introduction [Serverless Framework] The Serverless Framework helps you develop and deploy your AWS Lambda functions, along with the AWS infrastructure resources they require.
API Keys
Cloud Endpoints Endpoints is an API management system that helps you secure, monitor, analyze, and set quotas on your APIs using the same infrastructure Google
Webpack Basic -03
1.package.json { “name”: “webpack”, “version”: “1.0.0”, “description”: “”, “main”: “index.js”, “scripts”: { “builds”: “node build.js” }, “dependencies”: { “cowsay”: “^1.4.0” }, “devDependencies”: { “@babel/core”: “^7.4.4”,
Chat Apps 01
I built a chat app in 7 minutes with React & Firebase Chat App Tutorial With ReactJS, NodeJS, Socket.IO Post Views: 2
Uncontrolled Inputs And Controlled Inputs – Forms
1. Uncontrolled Inputs The most basic way of working with forms in React is to use what are referred to as “uncontrolled” form inputs. What
Setup your React Native app and publish to Play Store
React native is a framework for building mobile app with JavaScript leveraging ReactJs which basically uses native UI components. If you are familiar with ReactJs
Authentication Methods
Three major methods(mechanism) of adding security to an API — 1.HTTP Basic Auth, 2.API Keys, and 3.OAuth HTTP Basic Auth, use Cookies, Session, JWT passport
React Native – Gradle Issue Fix
Old Configuration : path: “android\gradle\wrapper\gradle-wrapper.properties” distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-6.2-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists android\build.gradle dependencies { classpath(“com.android.tools.build:gradle:3.5.3″) } New Configuration : path : “android\gradle\wrapper\gradle-wrapper.properties” distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip zipStoreBase=GRADLE_USER_HOME
How to manage login activity using JWT in NodeJs
About JWT – Logout From All Devices – Nodejs Example JWT (JSON Web Tokens) is a stateless way of handling authentication in our app. For