Tag: database
- Published Nov 7, 2023 ⦁ 5 min read
Master localStorage in JavaScript to Store Data Locally
Learn how to use localStorage to store data locally in JavaScript web applications by saving, retrieving and optimizing usage of local data for performance and privacy. - Published Nov 5, 2023 ⦁ 8 min read
Learn API REST JSON Example for Rapid Prototyping
This tutorial covers building a sample REST API from scratch using Node.js and Express to demonstrate a practical API REST JSON example through setting up the project, defining endpoints, input validation, persisting data to MongoDB, testing, deployment and more. - Published Nov 4, 2023 ⦁ 5 min read
Master AWS Node SDK for Scalable Apps
Learn how to build scalable Node.js applications that integrate AWS services like S3, DynamoDB, and Lambda using the AWS SDK. Gain skills to handle production traffic through core features like promises, pagination and service clients. - Published Nov 4, 2023 ⦁ 5 min read
JS AWS SDK Simplifies Cloud App Development
Learn how the JavaScript AWS SDK simplifies building cloud applications by providing an easy way to integrate and access AWS services like S3, DynamoDB, Lambda and more through JavaScript code.