6 Years of The 4 AM Club! Here's How Members Public

I wake up at 4 am every day, yes, including weekends. * I have been doing this for over 6 years. I needed some ME time. Everyone needs it. Waking up early is how I found that extra time. It didn't happen overnight. It never was or is easy.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Essays

Hello 'Atomic Essays' World Members Public

I am a programmer, so let's start with a Hello World for Atomic Essays! First things first, What is an Atomic Essay? Atomic Essays are single ideas expressed in under 250 words That's simple, so Why am I doing this? I have been blogging for over

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Essays

How to Run and Access DynamoDB Local For Easy Development and Testing Members Public

Learn how to set up and run DynamoDB database on your local development machine. We'll see how to connect using AWS CLI, from .NET application and using GUI tools like Dynobase and NoSQL Workbench.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

How To Deploy Web App and Web Job In A Single Pipeline Members Public

Learn how to set up a build/deploy pipeline for deploying a Web application and Web Job into Azure Web App. Also find out whether you should have a single or multiple pipeline for this and how to decide between them.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
DevOps

AWS Serverless Refactoring Series: How to Move to Clean Architecture? Members Public

Learn how to refactor the AWS Serverless Application Template to use Clean Architecture. Following the Dependency Inversion Principle, we will create diferent projects to separate concerns.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

AWS Serverless Refactoring Series: How to Improve the Maintainability of Project Members Public

Let's look at different design patterns and principles we can apply to make the default AWS Serverless Application Template cleaner and easier to maintain.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

Going Serverless on AWS For The .NET Developer: How To Easily Get Started Members Public

Learn how to get started with AWS Serverless Application using the Serverless Application Model (SAM). The Serverless Application Template available as part of the AWS Toolkit makes it easy to start building Serverless Application.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

AWS DynamoDB For The .NET Developer: How To Easily Get Started Members Public

Learn how to get started with AWS DynamoDB with .NET Core by updating the default ASP NET Web API template to use DynamoDB as it's data store. We will learn to do basic Creat, Read, Update and Delete operations from the API.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS