Jebarson's dev blog

Coffee, Code

Author : Jebarson

Artificial Intelligence in the Hands of Bean Counters.

Artificial intelligence is the most powerful general-purpose technology humanity has ever created. It reads code, interprets complex imagery, and reasons about systems. It generates solutions at a scale no human team can match. AI is an engine of cognitive acceleration. It processes vast oceans of domain knowledge, identifies hidden patterns in molecular structures, and automates […]

Add config sections and values in Azure Function Configuration

Most developers are familiar with defining configuration sections in appsettings.json or a json file, and then read it through IConfiguration. However, Azure Functions uses environment variables. Though there are ways you can use a json file in azure functions, it will hamper the flexibility of configuring azure functions. Environment variables are stored as a key-value […]

Scroll to top