101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

507
active users

#cloudarchitecture

0 posts0 participants0 posts today
Yuna<p>Is Node.js the future of backend development, or just a beautifully wrapped grenade?</p><p>Lately, I see more and more backend systems, yes, even monoliths, built entirely in Node.js, sometimes with server-side rendering layered on top. These are not toy projects. These are services touching sensitive PII data, sometimes in regulated industries.</p><p>When I first used Node.js years ago, I remember:<br> • Security concepts were… let’s say aspirational.<br> • Licensing hell due to questionable npm dependencies.<br> • Tests were flaky, with mocking turning into dark rituals.<br> • Behavior of libraries changed weekly like socks, but more dangerous.<br> • Internet required to run a “local” build. How comforting.</p><p>Even with TypeScript, it all melts back into JavaScript at runtime, a language so flexible it can hang itself.</p><p>Sure, SSR and monoliths can simplify architecture. But they also widen the attack surface, especially when:<br> • The backend is non-compiled.<br> • Every endpoint is a potential open door.<br> • The system needs Node + a fleet of dependencies + a container + prayer just to run.</p><p>Compare that to a compiled, stateless binary that:<br> • Runs in a scratch container.<br> • Requires zero runtime dependencies.<br> • Has encryption at rest, in transit, and ideally per-user.<br> • Can be observed, scaled, audited, stateless and destroyed with precision.</p><p>I’ve shipped frontends that are static, CDN-delivered, secure by design, and light enough to fit on a floppy disk. By running them with Node, I’m loading gigabytes of unknown tooling to render “Hello, user”.</p><p>So I wonder:<br>Is this the future? Or am I just… old?</p><p>Are we replacing mature, scalable architectures with serverless spaghetti and 12-factor mayhem because “it works on Vercel”?</p><p>Tell me how you build secure, observable, compliant systems in Node.js.<br>Genuinely curious.<br>Mildly terrified and maybe old.</p><p><a href="https://hachyderm.io/tags/NodeJS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>NodeJS</span></a> <a href="https://hachyderm.io/tags/BackendSecurity" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>BackendSecurity</span></a> <a href="https://hachyderm.io/tags/SecureCoding" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SecureCoding</span></a> <a href="https://hachyderm.io/tags/PII" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PII</span></a> <a href="https://hachyderm.io/tags/Compliance" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Compliance</span></a> <a href="https://hachyderm.io/tags/SoftwareArchitecture" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SoftwareArchitecture</span></a> <a href="https://hachyderm.io/tags/ServerSideRendering" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ServerSideRendering</span></a> <a href="https://hachyderm.io/tags/TypeScript" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>TypeScript</span></a> <a href="https://hachyderm.io/tags/Java" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Java</span></a> <a href="https://hachyderm.io/tags/Kotlin" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Kotlin</span></a> <a href="https://hachyderm.io/tags/Golang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Golang</span></a> <a href="https://hachyderm.io/tags/Erlang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Erlang</span></a> <a href="https://hachyderm.io/tags/Ruby" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Ruby</span></a> <a href="https://hachyderm.io/tags/Scalability" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Scalability</span></a> <a href="https://hachyderm.io/tags/Observability" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Observability</span></a> <a href="https://hachyderm.io/tags/DevSecOps" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DevSecOps</span></a> <a href="https://hachyderm.io/tags/LegacyVsModern" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LegacyVsModern</span></a> <a href="https://hachyderm.io/tags/SecureByDesign" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SecureByDesign</span></a> <a href="https://hachyderm.io/tags/CompiledLanguages" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CompiledLanguages</span></a> <a href="https://hachyderm.io/tags/CloudArchitecture" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CloudArchitecture</span></a> <a href="https://hachyderm.io/tags/StatelessDesign" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>StatelessDesign</span></a> <a href="https://hachyderm.io/tags/SecurityTheatre" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SecurityTheatre</span></a> <a href="https://hachyderm.io/tags/TechSatire" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>TechSatire</span></a> <a href="https://hachyderm.io/tags/LinkedInTechRant" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LinkedInTechRant</span></a></p>
edzob<p>There's a lot of talk about being less dependent from the non-eu cloud providers in the EU.</p><p>What's your advice for creating your own private cloud or creating our own EU public cloud?</p><p>For example a nice reference architecture. Let's do this! </p><p><a href="https://hostux.social/tags/eu" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>eu</span></a> <a href="https://hostux.social/tags/SouvereignTechFund" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SouvereignTechFund</span></a> <a href="https://hostux.social/tags/Cloud" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Cloud</span></a> <a href="https://hostux.social/tags/techsovereignty" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>techsovereignty</span></a> <a href="https://hostux.social/tags/opensource" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>opensource</span></a> <a href="https://hostux.social/tags/cloudarchitecture" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudarchitecture</span></a></p>
Eoin Shanaghy<p>Becoming a Cloud Architect in 2025 📐 Our new episode just shipped, where we try to give a path towards a new role for the new year! <a href="https://awsbites.com/138-how-do-you-become-a-cloud-architect" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">awsbites.com/138-how-do-you-be</span><span class="invisible">come-a-cloud-architect</span></a> <a href="https://mastodon.ie/tags/cloudarchitecture" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudarchitecture</span></a> <a href="https://mastodon.ie/tags/aws" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>aws</span></a> <a href="https://mastodon.ie/tags/newrole" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>newrole</span></a></p>
IT News<p>All the brilliance of AI on minimalist platforms - Lately, I’ve been covering the overengineering and overprovisioning of resources in su... - <a href="https://www.infoworld.com/article/3715633/all-the-brilliance-of-ai-on-minimalist-platforms.html#tk.rss_all" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">infoworld.com/article/3715633/</span><span class="invisible">all-the-brilliance-of-ai-on-minimalist-platforms.html#tk.rss_all</span></a> <a href="https://schleuss.online/tags/artificialintelligence" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>artificialintelligence</span></a> <a href="https://schleuss.online/tags/cloudarchitecture" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudarchitecture</span></a> <a href="https://schleuss.online/tags/cloudcomputing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudcomputing</span></a></p>
IT News<p>The next 10 years for cloud computing - The landscape of cloud computing is changing significantly as enterprises question the... - <a href="https://www.infoworld.com/article/3715585/the-next-10-years-for-cloud-computing.html#tk.rss_all" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">infoworld.com/article/3715585/</span><span class="invisible">the-next-10-years-for-cloud-computing.html#tk.rss_all</span></a> <a href="https://schleuss.online/tags/technologyindustry" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>technologyindustry</span></a> <a href="https://schleuss.online/tags/cloudarchitecture" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudarchitecture</span></a> <a href="https://schleuss.online/tags/cloudcomputing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudcomputing</span></a> <a href="https://schleuss.online/tags/datacenter" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>datacenter</span></a></p>
IT News<p>The perils of overengineering generative AI systems - Cloud is the easiest way to build generative AI systems; that’s why cloud revenues are... - <a href="https://www.infoworld.com/article/3715704/the-perils-of-overengineering-generative-ai-systems.html#tk.rss_all" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">infoworld.com/article/3715704/</span><span class="invisible">the-perils-of-overengineering-generative-ai-systems.html#tk.rss_all</span></a> <a href="https://schleuss.online/tags/vendorsandproviders" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>vendorsandproviders</span></a> <a href="https://schleuss.online/tags/cloudarchitecture" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudarchitecture</span></a> <a href="https://schleuss.online/tags/cloudcomputing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudcomputing</span></a> <a href="https://schleuss.online/tags/generativeai" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>generativeai</span></a></p>
IT News<p>A balanced approach to AI platform selection - I’m not sure why our industry keeps falling into the trap that when a new concept emer... - <a href="https://www.infoworld.com/article/3715625/a-balanced-approach-to-ai-platform-selection.html#tk.rss_all" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">infoworld.com/article/3715625/</span><span class="invisible">a-balanced-approach-to-ai-platform-selection.html#tk.rss_all</span></a> <a href="https://schleuss.online/tags/cloudarchitecture" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudarchitecture</span></a> <a href="https://schleuss.online/tags/cloudcomputing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudcomputing</span></a> <a href="https://schleuss.online/tags/datacenter" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>datacenter</span></a></p>
IT News<p>How to avoid cloud whiplash - “Cloud whiplash” refers to the challenges and rapid changes organizations face while a... - <a href="https://www.infoworld.com/article/3715581/how-to-avoid-cloud-whiplash.html#tk.rss_all" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">infoworld.com/article/3715581/</span><span class="invisible">how-to-avoid-cloud-whiplash.html#tk.rss_all</span></a> <a href="https://schleuss.online/tags/cloudarchitecture" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudarchitecture</span></a> <a href="https://schleuss.online/tags/cloudcomputing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudcomputing</span></a> <a href="https://schleuss.online/tags/itskills" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>itskills</span></a></p>
IT News<p>Generative AI agents will revolutionize AI architecture - In the rapidly evolving field of cloud computing, the emergence of generative AI agent... - <a href="https://www.infoworld.com/article/3715457/generative-ai-agents-will-revolutionize-ai-architecture.html#tk.rss_all" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">infoworld.com/article/3715457/</span><span class="invisible">generative-ai-agents-will-revolutionize-ai-architecture.html#tk.rss_all</span></a> <a href="https://schleuss.online/tags/emergingtechnology" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>emergingtechnology</span></a> <a href="https://schleuss.online/tags/cloudarchitecture" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudarchitecture</span></a> <a href="https://schleuss.online/tags/cloudcomputing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudcomputing</span></a> <a href="https://schleuss.online/tags/generativeai" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>generativeai</span></a></p>
IT News<p>The power of genAI plus multicloud architecture - The rapid evolution of generative AI is poised to influence the significant adoption a... - <a href="https://www.infoworld.com/article/3715417/the-power-of-genai-plus-multicloud-architecture.html#tk.rss_all" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">infoworld.com/article/3715417/</span><span class="invisible">the-power-of-genai-plus-multicloud-architecture.html#tk.rss_all</span></a> <a href="https://schleuss.online/tags/artificialintelligence" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>artificialintelligence</span></a> <a href="https://schleuss.online/tags/cloudarchitecture" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudarchitecture</span></a> <a href="https://schleuss.online/tags/cloudcomputing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudcomputing</span></a> <a href="https://schleuss.online/tags/generativeai" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>generativeai</span></a> <a href="https://schleuss.online/tags/multicloud" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>multicloud</span></a></p>
IT News<p>Partitioning an LLM between cloud and edge - Historically, large language models (LLMs) have required substantial computational res... - <a href="https://www.infoworld.com/article/3715488/partitioning-an-llm-between-cloud-and-edge.html#tk.rss_all" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">infoworld.com/article/3715488/</span><span class="invisible">partitioning-an-llm-between-cloud-and-edge.html#tk.rss_all</span></a> <a href="https://schleuss.online/tags/cloudarchitecture" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudarchitecture</span></a> <a href="https://schleuss.online/tags/cloudcomputing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudcomputing</span></a> <a href="https://schleuss.online/tags/edgecomputing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>edgecomputing</span></a> <a href="https://schleuss.online/tags/generativeai" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>generativeai</span></a></p>
IT News<p>The cloud repatriation tempest in a teacup - The tech industry is buzzing with talk of cloud repatriation, partly due to some&nbsp;artic... - <a href="https://www.infoworld.com/article/3715290/the-cloud-repatriation-tempest-in-a-teacup.html#tk.rss_all" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">infoworld.com/article/3715290/</span><span class="invisible">the-cloud-repatriation-tempest-in-a-teacup.html#tk.rss_all</span></a> <a href="https://schleuss.online/tags/technologyindustry" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>technologyindustry</span></a> <a href="https://schleuss.online/tags/cloudarchitecture" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudarchitecture</span></a> <a href="https://schleuss.online/tags/cloudcomputing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudcomputing</span></a> <a href="https://schleuss.online/tags/datacenter" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>datacenter</span></a></p>
IT News<p>Is generative AI bringing back private clouds? - According to Forrester’s Infrastructure Cloud Survey in 2023, 79% of about 1,300 enter... - <a href="https://www.infoworld.com/article/3715483/is-generative-ai-bringing-back-private-clouds.html#tk.rss_all" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">infoworld.com/article/3715483/</span><span class="invisible">is-generative-ai-bringing-back-private-clouds.html#tk.rss_all</span></a> <a href="https://schleuss.online/tags/cloudarchitecture" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudarchitecture</span></a> <a href="https://schleuss.online/tags/cloudcomputing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudcomputing</span></a> <a href="https://schleuss.online/tags/generativeai" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>generativeai</span></a> <a href="https://schleuss.online/tags/privatecloud" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>privatecloud</span></a> <a href="https://schleuss.online/tags/datacenter" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>datacenter</span></a></p>
IT News<p>Kora: A cloud-native redesign of the Apache Kafka engine - When we set out to rebuild the engine at the heart of our managed Apache Kafka service... - <a href="https://www.infoworld.com/article/3715426/kora-a-cloud-native-redesign-of-the-apache-kafka-engine.html#tk.rss_all" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">infoworld.com/article/3715426/</span><span class="invisible">kora-a-cloud-native-redesign-of-the-apache-kafka-engine.html#tk.rss_all</span></a> <a href="https://schleuss.online/tags/softwaredevelopment" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>softwaredevelopment</span></a> <a href="https://schleuss.online/tags/cloudarchitecture" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudarchitecture</span></a> <a href="https://schleuss.online/tags/cloudcomputing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudcomputing</span></a> <a href="https://schleuss.online/tags/cloud" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloud</span></a>-native</p>
IT News<p>Kora: A cloud-native redesign of the Apache Kafka engine - When we set out to rebuild the engine at the heart of our managed Apache Kafka service... - <a href="https://www.infoworld.com/article/3715330/kora-a-cloud-native-redesign-of-the-apache-kafka-engine.html#tk.rss_all" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">infoworld.com/article/3715330/</span><span class="invisible">kora-a-cloud-native-redesign-of-the-apache-kafka-engine.html#tk.rss_all</span></a> <a href="https://schleuss.online/tags/softwaredevelopment" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>softwaredevelopment</span></a> <a href="https://schleuss.online/tags/cloudarchitecture" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudarchitecture</span></a> <a href="https://schleuss.online/tags/cloudcomputing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudcomputing</span></a> <a href="https://schleuss.online/tags/cloud" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloud</span></a>-native</p>
IT News<p>Need GPUs? Take a look at microclouds - As most IT people know, GPUs are in high demand and are critical for running and train... - <a href="https://www.infoworld.com/article/3715349/need-gpus-take-a-look-at-microclouds.html#tk.rss_all" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">infoworld.com/article/3715349/</span><span class="invisible">need-gpus-take-a-look-at-microclouds.html#tk.rss_all</span></a> <a href="https://schleuss.online/tags/vendorsandproviders" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>vendorsandproviders</span></a> <a href="https://schleuss.online/tags/cloudarchitecture" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudarchitecture</span></a> <a href="https://schleuss.online/tags/cloudcomputing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudcomputing</span></a></p>
IT News<p>Cloud environments beyond the Big Three - The Big Three cloud providers, AWS, Microsoft, and Google,&nbsp;are going like gangbusters.... - <a href="https://www.infoworld.com/article/3715448/cloud-environments-beyond-the-big-three.html#tk.rss_all" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">infoworld.com/article/3715448/</span><span class="invisible">cloud-environments-beyond-the-big-three.html#tk.rss_all</span></a> <a href="https://schleuss.online/tags/cloudarchitecture" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudarchitecture</span></a> <a href="https://schleuss.online/tags/cloudcomputing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudcomputing</span></a> <a href="https://schleuss.online/tags/hybridcloud" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>hybridcloud</span></a> <a href="https://schleuss.online/tags/itstrategy" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>itstrategy</span></a></p>
IT News<p>5 tips for building highly scalable cloud-native apps - When we set out to rebuild the engine at the heart of our managed Apache Kafka service... - <a href="https://www.infoworld.com/article/3715426/5-tips-for-building-highly-scalable-cloud-native-apps.html#tk.rss_all" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">infoworld.com/article/3715426/</span><span class="invisible">5-tips-for-building-highly-scalable-cloud-native-apps.html#tk.rss_all</span></a> <a href="https://schleuss.online/tags/softwaredevelopment" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>softwaredevelopment</span></a> <a href="https://schleuss.online/tags/cloudarchitecture" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudarchitecture</span></a> <a href="https://schleuss.online/tags/cloudcomputing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudcomputing</span></a> <a href="https://schleuss.online/tags/cloud" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloud</span></a>-native</p>
IT News<p>'Architecture by conference' is a really bad idea - As a seasoned advocate and expert in cloud computing and generative AI, I’ve observed ... - <a href="https://www.infoworld.com/article/3715327/architecture-by-conference-is-a-really-bad-idea.html#tk.rss_all" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">infoworld.com/article/3715327/</span><span class="invisible">architecture-by-conference-is-a-really-bad-idea.html#tk.rss_all</span></a> <a href="https://schleuss.online/tags/cloudarchitecture" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudarchitecture</span></a> <a href="https://schleuss.online/tags/cloudcomputing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudcomputing</span></a> <a href="https://schleuss.online/tags/generativeai" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>generativeai</span></a> <a href="https://schleuss.online/tags/itskills" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>itskills</span></a></p>
IT News<p>ESG tools for cloud computing can be a distraction - Environmental, social, and governance (ESG) factors have gained significant traction r... - <a href="https://www.infoworld.com/article/3715141/esg-tools-for-cloud-computing-can-be-a-distraction.html#tk.rss_all" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">infoworld.com/article/3715141/</span><span class="invisible">esg-tools-for-cloud-computing-can-be-a-distraction.html#tk.rss_all</span></a> <a href="https://schleuss.online/tags/cloudarchitecture" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudarchitecture</span></a> <a href="https://schleuss.online/tags/cloudcomputing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cloudcomputing</span></a> <a href="https://schleuss.online/tags/itstrategy" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>itstrategy</span></a></p>