Skip to main content
Tag

production

All blogs tagged with production

3
Articles
4,751
Total Views

Showing 3 of 3 articles

11
Jun
2026
Securing ASP.NET Core appsettings.json Using Environment Variables and Secret Management
12 views

This article explores how to secure sensitive information in ASP.NET Core applications by utilizing environment variables and the built-in secret management system. Understanding these concepts is crucial for preventing exposure of sensitive data in production environments. Readers should have a basic understanding of ASP.NET Core and its configuration system before diving in.

30
Mar
2026
Mastering Environment Variables and dotenv in Node.js for Secure Configuration
109 views

This comprehensive guide will help you understand the role of <strong>environment variables</strong> in Node.js applications and how to effectively use the <strong>dotenv</strong> package for managing configurations. By the end, you'll be equipped to secure your applications and streamline configuration management. Familiarity with Node.js and basic programming concepts will be beneficial.

04
Mar
2024
Authentication for swagger UI in production in ASP.Net Core 6.0
4,630 views

In a production environment, securing your Swagger UI is essential to prevent unauthorized access. You can use authentication middleware to protect the Swagger UI endpoint. Below is an example of how you can configure authentication for Swagger UI in an ASP.NET Core application.

Translate Page