tooot.im הוא שרת אחד משרתי מסטודון עצמאיים רבים שדרגם תוכלו להשתתף בפדיוורס (רשת חברתית מבוזרת).
Tooot.im, a Mastodon instance (He | En mostly) רשת מסטודון עברית | חופשית משיקולים תאגידיים | פדרטיבית עם הFediverse

סטטיסטיקות שרת:

238
משתמשים פעילים

#cloudarchitecture

0 הודעות0 משתתפיםות0 הודעות היום
InfoQ<p><a href="https://techhub.social/tags/Cloudflare" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Cloudflare</span></a> redesigned <a href="https://techhub.social/tags/WorkersKV" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>WorkersKV</span></a> with a new hybrid storage architecture!</p><p>The result❓<br>✅ p99 read latencies dropped from 200ms to under 5ms <br>✅ Handles hundreds of billions of key-value pairs</p><p>Want to see how they did it? Read the <a href="https://techhub.social/tags/CaseStudy" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CaseStudy</span></a> 👉 <a href="https://bit.ly/468zYTo" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">bit.ly/468zYTo</span><span class="invisible"></span></a> </p><p><a href="https://techhub.social/tags/InfoQ" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>InfoQ</span></a> <a href="https://techhub.social/tags/SoftwareArchitecture" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SoftwareArchitecture</span></a> <a href="https://techhub.social/tags/KeyValueStore" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>KeyValueStore</span></a> <a href="https://techhub.social/tags/DistributedCache" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DistributedCache</span></a> <a href="https://techhub.social/tags/CloudArchitecture" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CloudArchitecture</span></a></p>
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>
InfoQ<p>Explore the benefits &amp; challenges of microservices architecture in cloud environments, focusing on achieving resilience and high availability while managing costs and performance issues.</p><p><a href="https://techhub.social/tags/InfoQ" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>InfoQ</span></a> article: <a href="https://bit.ly/3Y3hJL9" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">bit.ly/3Y3hJL9</span><span class="invisible"></span></a> </p><p><a href="https://techhub.social/tags/CloudComputing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CloudComputing</span></a> <a href="https://techhub.social/tags/CloudArchitecture" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CloudArchitecture</span></a> <a href="https://techhub.social/tags/ICYMI" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ICYMI</span></a></p>
InfoQ<p>Discover <a href="https://techhub.social/tags/AWS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AWS</span></a>’s strategies for managing queue depth, implementing automated capacity forecasting &amp; employing load-shedding techniques.</p><p>Michael Haken, Senior Principal Solutions Architect at AWS, uses a relatable restaurant analogy to explain them.🍽️</p><p>Find out more on InfoQ 👉 <a href="https://bit.ly/3FsGaLd" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">bit.ly/3FsGaLd</span><span class="invisible"></span></a> </p><p><a href="https://techhub.social/tags/CloudComputing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CloudComputing</span></a> <a href="https://techhub.social/tags/Resilience" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Resilience</span></a> <a href="https://techhub.social/tags/SoftwareArchitecture" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SoftwareArchitecture</span></a> <a href="https://techhub.social/tags/CloudArchitecture" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CloudArchitecture</span></a></p>
InfoQ<p><a href="https://techhub.social/tags/OpenTofu" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenTofu</span></a> 1.9.0 has been released!</p><p>This release brings several significant features, including provider iteration capabilities through for_each, to enable simplified multi-zone and multi-region deployments.</p><p>Details here: <a href="https://bit.ly/3PIRepn" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">bit.ly/3PIRepn</span><span class="invisible"></span></a> </p><p><a href="https://techhub.social/tags/InfoQ" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>InfoQ</span></a> <a href="https://techhub.social/tags/DevOps" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DevOps</span></a> <a href="https://techhub.social/tags/IaC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>IaC</span></a> <a href="https://techhub.social/tags/Terraform" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Terraform</span></a> <a href="https://techhub.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>
InfoQ<p>📰 [News] HashiCorp Terraform 1.10 adds Ephemeral Values to Improve Secret Management by Matt Saunders</p><p>🔗 <a href="https://bit.ly/4fRPB4f" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">bit.ly/4fRPB4f</span><span class="invisible"></span></a> </p><p>Terraform 1.10 introduces ephemeral values - a concept designed to protect sensitive information, such as passwords, often required to provision infrastructure with Terraform.</p><p><a href="https://techhub.social/tags/DevOps" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DevOps</span></a> <a href="https://techhub.social/tags/Terraform" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Terraform</span></a> <a href="https://techhub.social/tags/CloudArchitecture" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CloudArchitecture</span></a> <a href="https://techhub.social/tags/InfoQ" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>InfoQ</span></a></p>
InfoQ<p><a href="https://techhub.social/tags/CaseStudy" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CaseStudy</span></a> - Dive into how Livi navigated the complexities of transitioning MJog - a legacy healthcare system - to a cloud-native architecture.</p><p>💡 Key takeaway: Transitioning from legacy systems to cloud-based microservices isn’t a one-off project — it’s an ongoing journey of adaptation and growth.</p><p>Read the <a href="https://techhub.social/tags/InfoQ" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>InfoQ</span></a> article by Leander Vanderbijl to explore more! </p><p>🔗 <a href="https://bit.ly/48VA54K" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">bit.ly/48VA54K</span><span class="invisible"></span></a> </p><p><a href="https://techhub.social/tags/CloudComputing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CloudComputing</span></a> <a href="https://techhub.social/tags/CloudArchitecture" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CloudArchitecture</span></a> <a href="https://techhub.social/tags/LegacyCode" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LegacyCode</span></a> <a href="https://techhub.social/tags/Serverless" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Serverless</span></a></p>