Simulating delays in HTTP Calls For Manual Tests Members Public

This post shows how to simulate delays in HTTP calls using Fiddler.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Testing

Tip of the Week: Paste Without Formatting Members Public

Copy-Paste text without the formatting

Rahul Pulikkot Nath
Rahul Pulikkot Nath
TipOW

Making Code Reviews Effective Members Public

This post highlights on some learning and practices involved in Code Reviews.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Programming

Self-help Books Members Public

Books that helped me.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Books

2016: What Went Well, What Didn't and Goals Members Public

A short recap of the year that is gone by and looking forward!

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Thoughts

Make Your Code Contracts Stronger Members Public

In this post, we will see how we can improve the Code contracts in C# and avoid unnecessary Guard statements across our code base.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Programming

Solve the Business Problem, Don't Mimic The Process Members Public

Describes on the importance of seeing the computing problems attached to a business problems when automating business processes.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Thoughts

Expiry Notification for Azure Key Vault Keys and Secrets Members Public

Explores into setting up a daily task to trigger keys/secrets in Key Vault that are nearing expiry.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure Key Vault