Rahul Pulikkot Nath

How To Easily Generate Data For SpecFlow Tests Members Public

Automatically generate data using AutoFixture when writing SpecFlow tests.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Testing

How To Continuously Deploy Your .NET Core Azure WebJobs Members Public

New To Azure WebJobs? Learn how to get started and set up a build deploy pipeline in Azure DevOps.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
DevOps

Migrating My Blog From Hugo To Gatsby Members Public

Migrating from Hugo to Gatsby

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Programming

HOW TO: ZIP Multiple CSV Files In ASP.NET Members Public

Learn how to generate a ZIP file containing many CSV files in an ASP.Net Web API application. The same approach is useful to zip files of any type in any .NET application using CSharp.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Programming

Simulate UI Scenarios For Front-End Development Members Public

Set up front-end application to switch between different UI states. Simulate all possible scenarios using a fake API server.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Testing

My YouTube Setup and Workflow Members Public

First things first, Kindly subscribe to my channel. It's been three-plus years since I published the first YouTube video, and here are my experiences recording the first screencast. Things have changed a lot since then, so I thought of putting this post together on my current setup. In

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Productivity

Connect .Net Core To Azure Key Vault In Ten Minutes Members Public

Access secrets in Azure Key Vault from .Net Core and learn how to elegantly handle when rotating secrets.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure

Getting Started With Cypress: An End-to-End Testing Framework Members Public

Cypress is a next-generation front end testing tool built for the modern web. It is the next generation Selenium and enables us to write tests faster, easier, and reliable. Some of the compelling features that I find interesting with Cypress are * Time Travel: Cypress takes snapshots while running the tests

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Testing