X

Learning Rust with VSCode

I recently started to look into Rust and found it quite interesting and fun to work with, reminded me of…

Using AWS CDK to create IAM roles with C#

In this section we will talk about Identity and Access Management - IAM in short. I will show you an…

Using AWS CDK Parameter Store with C#

In this section we will talk about Parameter Store what it is and why we would want to use it?…

Using AWS CDK to create RDS Database Instance with C#

Now that we have learned how to create a VPC with C# using AWS CDK, let's talk about how do…

Using AWS CDK to create a VPC in C#

I wanted to start a series of how to use AWS Cloud Development Kit (CDK) to create infrastructure on Amazon.…

Setup Brother 1110 Printer on Raspberry Pi as Network Printer

I had this printer which is not a wifi built-in printer but nevertheless its a laser printer and I wanted…

How to increase the disk size of a Windows EC2 machine?

I needed to increase my disk size of my Windows 2016 server on AWS EC2. I though I will share…

AWS S3 C# TransferUtilityUploadRequest keeps giving me Access Denied

If you are using AWS S3 C# TransferUtilityUploadRequest and when you try to upload objects onto S3 you can potentially…

AWS Lambda Dotnet C# could not find the specified handler assembly with the file name ‘LambdaTest’

If you are working on AWS Lambda Dotnet with C# and find out that you are getting something like an…

Async Main in C# 7

In C#7 there is an enhancement in the main method Async Main in C# that will allow you to await…