nausaf

nausaf @nausaf

About: Full Stack Developer based in London, UK

Joined:
Oct 16, 2022

nausaf
articles - 11 total

Use .env files for .NET Core development secrets and configuration with VS Code

The Problem with .NET Core Development Configuration Most of the ecosystems I use -...

Learn More 0 0Jul 14

Why I moved from AutoFixture to Bogus for test data generation in C#/xUnit tests

AutoFixture and Bogus are both well-known libraries for generating test data in C# tests. AutoFixture...

Learn More 0 0Jul 5

Intercepting HTTP Traffic from the Console with Fiddler

Fiddler doesn't work out of the box with HTTP traffic originating from commands run in the terminal...

Learn More 0 0Jul 1

An attempt to return meaningful Problem Details responses for model binding errors in an ASP.NET Core Minimal API

Introduction Model Binding is the process of binding parameters of the route handler to...

Learn More 4 2Nov 19 '24

Patterns for Routing in ASP.NET Core minimal APIs

Introduction to Routing in ASP.NET Core In ASP.NET Core, Routing is the process of mapping...

Learn More 0 0Oct 27 '24

Creating an NPM package that runs on command line

Every now and then I need to create an NPM package that runs on the command line, as a CLI (Command...

Learn More 3 2Oct 2 '24

Environments in GitHub (with example of deploying a Next.js app to Vercel)

An Environment in GitHub is basically a set of three things: Secrets Variables Protection...

Learn More 1 0Sep 30 '24

Set up linting and formatting for code and (S)CSS in Next.js with ESLint, Stylelint, Prettier and lint-staged

UPDATE: Please find an up to date version of this article on FreeCodeCamp.

Learn More 22 4Apr 26 '23

Replacement for retired VS Code Jest codelens

The Codelens provided by VS Code Jest extension on tests in the editor has been retired (hence this...

Learn More 2 0Dec 30 '22

VS Code Jest extension: tackling Debug codelens disappearing act

This is the section of my VS Code User Preferences settings.json (to access, Ctrl +P then select...

Learn More 2 0Oct 18 '22

Configure different Jest timeouts for unit and integration tests in the same project

The Problem You want to configure different test execution timeouts for Jest tests in...

Learn More 3 0Oct 17 '22