Skip to content
Petkir Blog
XLinkedin

Blog

View all tags
Exploring the Benefits of Infrastructure as Code in Azure with Terraform and Bicep

Discover the advantages of Infrastructure as Code in Azure with Terraform and Bicep. Learn how leveraging these tools can streamline deployment, enhance scalability, and optimize resource management for your cloud environment.
Code, Azure, Security

Securing Your DevOps Pipeline - Implementing NuGet Vulnerability Checks

Learn how to bolster your DevOps pipeline security by seamlessly integrating NuGet vulnerability checks, from identifying potential risks within Visual Studio to automating checks in your Azure DevOps pipeline.
Code, Azure, Security

SPFx run serve config - Mastering SPFx Serve Configurations for Multiple Extensions

Explore mastering serve configurations in SPFx to efficiently manage multiple extensions for streamlined development and enhanced collaboration.
Code, SPFx

SPFx CommandSet - How to Determine If a Selected Row Is a Folder or File

Learn how to distinguish between folders and files in a list view using a simple JavaScript code snippet.
Code, SPFx

Demystifying Azure DevOps Predefined Variables on MacOS Build Agents

Unlock the power of Azure DevOps predefined variables on MacOS Build Agents for streamlined build processes.
Code, DevOps

Navigating Image Manipulation in dotnet core and Azure App Service (Linux)

Explore the challenges and solutions of image manipulation in dotnet core on Azure App Service (Linux), highlighting the importance of platform adaptability and alternative libraries.
Code, Linux, C#, Docker

Simplifying Entity Framework Core Usage of JSON ColumnType for Dynamic Data

Efficiently manage dynamic data in Entity Framework Core using JSON columns.
Code, C#, EF