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 […]
NodeJS
This section is about NodeJS, a Javascript-based server language for building small BEs or gateways to route to features. It is also widely used, juxtaposing it with FE frameworks to generate interfaces.
Inserting test data into DynamoDB with NodeJS and TypeScript
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 […]