Background I was assigned the task of creating a summary table that involved the…
Number of posts:16
Serverless Framework: Securing AWS Lambda Endpoints
The Serverless Framework makes coding, deploying, and maintaining serverless fun…
Serverless Framework: Lambdas Invoking Lambdas
This article is adapted from my online course Intro to The Serverless Framework…
Serverless Framework Terminal Commands
This article is adapted from my free online course The Serverless Framework: Qu…
Javascript NodeList is Iterable!
For years developers would want to do something link this: // Example 1 var myN…
React.js Forms: Using Refs
This article originally appeared on CSS-Tricks in a slightly modified form. R…
A Functional Approach to Data Validation
Validating data usually starts out simple, but as requirements change and your a…
Using Node.js to Interact with Facebook's Graph API
Here's some context about pairing Node.js with Facebook's Graph API. The Bad: F…
Twitter API: Uploading Videos using Node.js
I work for an influencer marketing and data company, Speakr, and we work with so…
JavaScript Array Methods: Mutating vs. Non-Mutating
JavaScript offers several ways to add, remove, and replace items in an array – b…