PGPratima Gautamingautampratima.com.np·Jul 4, 2023 · 12 min readSecure VPC Setup with EC2 InstancesThe AWS Virtual Private Cloud (VPC) allows us to create a logically isolated section of the AWS Cloud. In this article, I'll walk you through the process of setting up private subnets with a NAT gateway in AWS VPC. This configuration enables instance...00
PGPratima Gautamingautampratima.com.np·Apr 27, 2023 · 3 min readWindow Functions in SQLIn SQL, computations over a collection of rows that are connected to the current row are performed using Windows functions (also known as analytical functions). Running totals, moving averages, and other aggregate values within a set of data can be d...00