NodeJS Express: basic guide to installation and use

NodeJS Express

NodeJS Express is a minimalist and flexible web application framework for Node.js. It provides a robust set of features for creating single-page, multi-page, and hybrid web applications. In this comprehensive guide, we will delve into the fundamental concepts of Node Express, covering everything from installation to building complex applications. We […]

Read More…

Inserting test data into DynamoDB with NodeJS and TypeScript

Inserting test data into DynamoDB

In this blog post, we’ll guide you through inserting test data into a local DynamoDB instance using NodeJS and TypeScript. We’ll cover the process, including creating a local DynamoDB instance (pre-requisite), and then demonstrate how to load your CSV data using Node.js and TypeScript code. DynamoDB, a fully managed NoSQL […]

Read More…