chrisdev1.hashnode.devImportance and Use of SQL DatabaseWhat is SQL? Structured Query Language (SQL) is a standardized programming language used to manage and manipulate relational databases. It allows users to perform various operations on the data stored in these databases, such as querying, updating, i...Oct 26, 2024·5 min read
chrisdev1.hashnode.devUsing Terraform to create an Azure Resource Group on LinuxWhat is a Terraform? Terraform is an open-source infrastructure as code (IaC) tool developed by HashiCorp. It allows you to define and manage infrastructure using a high-level configuration language called HashiCorp Configuration Language (HCL). Terr...Oct 4, 2024·5 min read
chrisdev1.hashnode.devMicroservices, Autoscaling and ApplicationsWhat are Microservices? Microservices, or microservices architecture, is an approach to software development where an application is composed of small, independent services that communicate through APIs (Application Programming Interfaces). Each of t...Oct 2, 2024·4 min read
chrisdev1.hashnode.devHow to Provide Storage for a New Company AppHow to create the storage account and managed identity Provide a storage account for the web app. In the portal, search for and select Storage accounts. Select + Create. For Resource group select Create new. Give your resource group a name and se...Sep 27, 2024·5 min read
chrisdev1.hashnode.devHow to Provide Shared File Storage for Company OfficesHow to create and configure a storage account for Azure Files. Create a storage account for the finance department’s shared files. In the portal, search for and select Storage accounts. Select + Create. For Resource group select Create new. Give ...Sep 27, 2024·3 min read