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

Simulating Different Scenarios Using Fake JSON Server API Members Public

How many times have you had to update the API code to return an empty list or throw an error to test edge case scenarios? How do you demo these different API scenarios to someone? The pages and components of our application have different states. Most of these states depend

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Testing

Let Azure Manage The Username and Password Of Your SQL Connection String Members Public

Use Azure Managed Identities feature to connect to Azure SQL. One less sensitive information to manage.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure

Azure Managed Service Identity And Local Development Members Public

One of the common challenges when building cloud applications is managing credentials for authenticating to cloud services. The Managed Service Identity feature of Azure AD provides an automatically managed identity in Azure AD. This identity helps authenticate with cloud service that supports Azure AD authentication. In a previous post, we

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure

Setting Up Cypress + React App + JSON Server + TypeScript Members Public

For the past couple of weeks, I have been playing around with Cypress and been enjoying the experience. Cypress is a next-generation front end testing tool built for the modern web. It is the next generation Selenium and enables to write tests faster, easier, and reliable. In this post, let&

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Testing