by Azalio tdshpsk | Feb 26, 2025 | Cloud
With managed identity support in the Azure AI extension on Azure Database for PostgreSQL – Flexible Server, you no longer need to store secrets (access tokens) to your Azure OpenAI, Azure AI Services, and Azure Machine Learning services within the Postgre
by Azalio tdshpsk | Feb 26, 2025 | Cloud
PostgreSQL minor versions 17.2, 16.6, 15.10, 14.15, 13.18, and 12.22 are now supported by Azure Database for PostgreSQL – Flexible Server. These minor version upgrades are automatically performed as part of the monthly planned maintenance in Azure Databa
by Azalio tdshpsk | Feb 26, 2025 | Cloud
You can’t develop software and manage software projects for 30 years and not learn a thing or two or twelve about writing good code. Here are a near-dozen nuggets of coding wisdom I picked up along the way. Simpler is better This basic idea almost goes without saying,...
by Azalio tdshpsk | Feb 26, 2025 | Cloud
Astro is a full-stack JavaScript meta-framework that orchestrates reactive view technologies like React and Svelte. While there are numerous meta-frameworks (examples include Next.js and Remix), Astro is unique in uniting the features and components of a variety of...
by Azalio tdshpsk | Feb 26, 2025 | Cloud
Asynchronous programming, or async, is a feature of many modern languages that allows a program to juggle multiple operations without waiting or getting hung up on any one of them. It’s a smart way to efficiently handle tasks like network or file I/O, where most of...