dev.to
1. DynamoDB and its Data Pane Operations - 1
In this article, I am going to show you some of the Data Pane (read-write) operations, such us Create, Read, Update and Delete (CRUD) on DynamoDB items, using expressions and conditional expressions.
In this article, I am not explaining the terminology and the concepts used in DynamoDB Tables. Please visit my previous articles for this - DynamoDB and its Control Pane Operations - 1 and DynamoDB and its Control Pane Operations - 2.
Let’s get started!
Objectives:
1. Create an item
2. Read an…
#dynamodb #aws #cli #crud
2. UIUC MCS - CS 435 Review - Cloud Computer Networking
Overview
TLDR: 435 is a high workload, high reward class with a dedicated professor and practical assignments that provide a solid basis for understanding computer networking.
Difficulty: Hard
Opinion: Enjoyed
Weekly workload: 12 hours
Semester taken: Fall 2022
Class Content
Lecture Content
The class was roughly split into two components. The first half of the semester focused on routing and how the internet works. These lectures were very high quality and instructive. They cover the netwo…
#softwareengineering #cloudnetworking #university #gradschool
1. DynamoDB and its Data Pane Operations - 1
In this article, I am going to show you some of the Data Pane (read-write) operations, such us Create, Read, Update and Delete (CRUD) on DynamoDB items, using expressions and conditional expressions.
In this article, I am not explaining the terminology and the concepts used in DynamoDB Tables. Please visit my previous articles for this - DynamoDB and its Control Pane Operations - 1 and DynamoDB and its Control Pane Operations - 2.
Let’s get started!
Objectives:
1. Create an item
2. Read an…
#dynamodb #aws #cli #crud
2. UIUC MCS - CS 435 Review - Cloud Computer Networking
Overview
TLDR: 435 is a high workload, high reward class with a dedicated professor and practical assignments that provide a solid basis for understanding computer networking.
Difficulty: Hard
Opinion: Enjoyed
Weekly workload: 12 hours
Semester taken: Fall 2022
Class Content
Lecture Content
The class was roughly split into two components. The first half of the semester focused on routing and how the internet works. These lectures were very high quality and instructive. They cover the netwo…
#softwareengineering #cloudnetworking #university #gradschool
dev.to
Query data sources using state file in Terraform - 2
This is in continuation of the 1st article - Query data sources using state file in Terraform - 1, where we have configured VPC Infrastructure.
In this article, I am going to deploy application infrastructure defined by a separate Terraform configuration and use the terraform_remote_state data source to query information about your VPC.
Finally, you will use the aws_ami data source to configure the correct AMI for the current region.
Please visit my GitHub Repository for Terraform articles on…
#terraform #vpc #cli #aws
Query data sources using state file in Terraform - 2
This is in continuation of the 1st article - Query data sources using state file in Terraform - 1, where we have configured VPC Infrastructure.
In this article, I am going to deploy application infrastructure defined by a separate Terraform configuration and use the terraform_remote_state data source to query information about your VPC.
Finally, you will use the aws_ami data source to configure the correct AMI for the current region.
Please visit my GitHub Repository for Terraform articles on…
#terraform #vpc #cli #aws
dev.to
How to write a simple CLI application to download, convert and save videos as audio
Have you always wondered about how to create a very simple CLI application that would allow you to...
#cli #python #webdev
How to write a simple CLI application to download, convert and save videos as audio
Have you always wondered about how to create a very simple CLI application that would allow you to...
#cli #python #webdev
dev.to
CLI Client for ReductStore v0.7.0 has been released
Hey everyone, I'm happy to announce that we have released Reduct CLI client v0.7.0 with some minor...
#news #database #reductstore #cli
CLI Client for ReductStore v0.7.0 has been released
Hey everyone, I'm happy to announce that we have released Reduct CLI client v0.7.0 with some minor...
#news #database #reductstore #cli
dev.to
5 Reasons Why Command Line Interface (CLI) is More Efficient Than GUI
As a computer user, you have probably heard about Command Line Interface (CLI) and Graphical User...
#linux #cli #devops
5 Reasons Why Command Line Interface (CLI) is More Efficient Than GUI
As a computer user, you have probably heard about Command Line Interface (CLI) and Graphical User...
#linux #cli #devops
dev.to
Makefiles: a standard for project tasks
I've been using Makefiles to create a standard CLI interface for all my projects, no matter what...
#cli #programming
Makefiles: a standard for project tasks
I've been using Makefiles to create a standard CLI interface for all my projects, no matter what...
#cli #programming