Skip to content

netdevops.se

Just another tech blog.

Menu

  • Azure
  • Linux

The ipaddress module

In this post I will introduce you to the Python standard library module ipaddress. This module is especially important for network engineers to become familiar with as we work with IP addresses on a daily basis. The Python standard library

rickard 2023-02-112023-02-11 Python Read more

Digit sum – Java, Python and ChatGPT

The challenge to be solved in this post is to calculate the digit sum for any whole number. I will do it first in Python and then in Java to compare the code. Requirements: Python My first idea was to

rickard 2023-02-102023-02-10 Uncategorized Read more

Learning how to learn – Motivation πŸ’ͺ

In this series post, I will share my experience on how to learn effectively. I have been self-studying for over 14 years now. I passed my first IT certification when I was 18 years old, and since then, I have

rickard 2023-01-132023-01-13 Learning Read more

Azure Resource Manager πŸ‘”

Azure is built upon resource providers. An example of a resource provider is Microsoft.Compute which provides us with virtual machines in Azure. Azure Resource Manager (ARM) is the central hub for communicating with these providers. You can never communicate directly

rickard 2022-07-242022-07-24 Azure Read more

Azure Subscriptions πŸ”‘

A subscription is the payment agreement for how you’re going to pay the bill for your Azure usage to Microsoft. This means that every single resource you create is tied to a single subscription. A subscription is connected to one

rickard 2022-07-212022-07-21 Azure Read more

Resource Groups πŸ“¦

A resource group is as the name suggest, a container to store resources. Any resource in Azure belongs to a single resource group. The resource group itself belongs to a specific region but that is just where the metadata of

rickard 2022-07-202022-07-21 Azure Read more

Availability Zones 3️⃣

Within a region, there are multiple data centers. These data centers are grouped into availability zones. Each region consists of 3 availability zones. Each availability zone is independent of another availability zone in that region in terms of cooling, power,

rickard 2022-07-192022-07-20 Azure Read more

The Linux distribution families πŸ‘ͺΒ 

In this post I want to give a brief overview of the Linux distribution landscape. There are hundreds of distributions out there so I will only cover the most important ones. The main families which Linux distributions derive from are

rickard 2022-07-182022-07-20 Linux Read more

Regions and region pairs πŸ—ΊοΈ

Azure has data centers spread around the world. Close by data-centers are grouped into regions. A region usually consists of 3 data centers, also known as availability zones. These zones are interconnected with high-speed fiber with a round-trip latency of

rickard 2022-07-182022-07-20 Azure Read more

Reliability and predictability in the cloud πŸ‘―

The cloud is built with a reliable infrastructure in mind. We have separate zones within a region to protect against local faults. We also have multiple regions to protect our services from catastrophic events that affect a whole region. Depending

rickard 2022-07-182022-07-20 Azure Read more
  • « Previous

Recent Posts

  • The ipaddress module
  • Digit sum – Java, Python and ChatGPT
  • Learning how to learn – Motivation πŸ’ͺ
  • Azure Resource Manager πŸ‘”
  • Azure Subscriptions πŸ”‘

Recent Comments

No comments to show.
Copyright © 2025 netdevops.se. All rights reserved. Theme Spacious by ThemeGrill. Powered by: WordPress.