|
| 1 | +--- |
| 2 | +title: "Depending on a colour" |
| 3 | +slug: depending-on-a-color |
| 4 | +tags: [software-development, dotnet, web, technology] |
| 5 | +date: 2025-03-12 23:30:00 |
| 6 | +--- |
| 7 | + |
| 8 | +Since the end of January, the established world order of the West is being torn apart, |
| 9 | +as Trump and his gang of kleptocrats are ripping out the backbone of said order. |
| 10 | +For better or worse, the deal that was so beneficial for both sides |
| 11 | +(even though some people would pretend otherwise) has been terminated. |
| 12 | + |
| 13 | +The repercussions of these actions are complex and touch many areas. |
| 14 | +As a product software developer one question keeps bothering me: |
| 15 | +_How deep is our dependence on IT systems and cloud infrastructure |
| 16 | +provided by the big US-based players like **Microsoft**, **Google** or **Amazon**?_ |
| 17 | + |
| 18 | +After a hard reality check, one can't help but notice that all companies offering such services |
| 19 | +at this level of maturity and with which we Europeans can interact with fairly easily, come from the USA. |
| 20 | + |
| 21 | +However, big corporations historically [do the bidding of the regime in power][1], especially |
| 22 | +if it is some authoritarian regime. |
| 23 | + |
| 24 | +While all those companies offer cloud regions within Europe |
| 25 | +(or even Switzerland, which has been quite relevant for us), |
| 26 | +It becomes clear that we depend on services provided from a country which is increasingly not an ally |
| 27 | +of Western Europe anymore. |
| 28 | + |
| 29 | +Nations and companies that heavily rely on said technology stacks in Europe can easily be pressured. |
| 30 | +For example, in Germany, countless government institutions and departments rely on Azure services. |
| 31 | + |
| 32 | +What does this mean for the [company][2] I work for? |
| 33 | +Throughout the years we have always erred towards using PaaS offerings from Azure wherever possible, in order to delegate a lot of the ops in Dev<u>Ops</u> to their |
| 34 | +site reliability engineers. |
| 35 | +This has allowed us to keep a small development team and still manage to implement a multitude of interesting features |
| 36 | +to our customers, with very little downtime. |
| 37 | + |
| 38 | +We are talking about services like the [Cosmos DB][cosmos], [Event grid][eg], [Azure search][as], etc. |
| 39 | +that gives us the necessary capabilities in a moderately complex application |
| 40 | +while delegating the necessary work around updating dependencies, ensuring reliability, scaling, |
| 41 | +and additional operational aspects. |
| 42 | + |
| 43 | +## Can the status quo continue? |
| 44 | + |
| 45 | +The nations of Europe cannot easily make up for the incredible neglect towards modern service-oriented software offerings. |
| 46 | +Microsoft alone generates tens of billions from the Azure platform, while investing similar-sized |
| 47 | +amounts into data centers and software. |
| 48 | + |
| 49 | +On the other hand, one can see the opportunity in this. If the provided infrastructure cannot be deemed safe anymore |
| 50 | +from a strategic defense perspective, Europe has an opportunity to invest in alternatives. Catching up may seem daunting, |
| 51 | +but technological progress often follows an exponential curve, which means Europe could develop competitive |
| 52 | +solutions faster than it took the tech giants to build theirs. |
| 53 | + |
| 54 | +## Is there a technical angle to this? |
| 55 | + |
| 56 | +The itch I have begun to scratch is which parts of Azure's offerings can be recreated with containers & |
| 57 | +open source, thereby increasing the likelihood of running on a purely European infrastructure without involvement |
| 58 | +of US big tech. The foundation remains in dotnet, as this would avoid unnecessary rewrites of the software that we have been creating |
| 59 | +over the past years. |
| 60 | + |
| 61 | +Expect more to come in this space. |
| 62 | + |
| 63 | + |
| 64 | +[1]: https://en.wikipedia.org/wiki/IBM_and_the_Holocaust |
| 65 | +[2]: https://aheadintranet.com |
| 66 | +[cosmos]: https://azure.microsoft.com/en-us/products/cosmos-db |
| 67 | +[eg]: https://azure.microsoft.com/en-us/products/event-grid |
| 68 | +[as]: https://azure.microsoft.com/en-us/products/ai-services/ai-search |
0 commit comments