Does anyone know of a way to pull OCI artifacts (not images) from a registry and inspect them? Something like a signature, SBOMor so. It seems like an obvious thing but I haven't been able to find a decent answer to this.
Does anyone know of a way to pull OCI artifacts (not images) from a registry and inspect them? Something like a signature, SBOMor so. It seems like an obvious thing but I haven't been able to find a decent answer to this.
Is Node.js the future of backend development, or just a beautifully wrapped grenade?
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.
When I first used Node.js years ago, I remember:
• Security concepts were… let’s say aspirational.
• Licensing hell due to questionable npm dependencies.
• Tests were flaky, with mocking turning into dark rituals.
• Behavior of libraries changed weekly like socks, but more dangerous.
• Internet required to run a “local” build. How comforting.
Even with TypeScript, it all melts back into JavaScript at runtime, a language so flexible it can hang itself.
Sure, SSR and monoliths can simplify architecture. But they also widen the attack surface, especially when:
• The backend is non-compiled.
• Every endpoint is a potential open door.
• The system needs Node + a fleet of dependencies + a container + prayer just to run.
Compare that to a compiled, stateless binary that:
• Runs in a scratch container.
• Requires zero runtime dependencies.
• Has encryption at rest, in transit, and ideally per-user.
• Can be observed, scaled, audited, stateless and destroyed with precision.
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”.
So I wonder:
Is this the future? Or am I just… old?
Are we replacing mature, scalable architectures with serverless spaghetti and 12-factor mayhem because “it works on Vercel”?
Tell me how you build secure, observable, compliant systems in Node.js.
Genuinely curious.
Mildly terrified and maybe old.
There's a lot of talk about being less dependent from the non-eu cloud providers in the EU.
What's your advice for creating your own private cloud or creating our own EU public cloud?
For example a nice reference architecture. Let's do this!
All the brilliance of AI on minimalist platforms - Lately, I’ve been covering the overengineering and overprovisioning of resources in su... - https://www.infoworld.com/article/3715633/all-the-brilliance-of-ai-on-minimalist-platforms.html#tk.rss_all #artificialintelligence #cloudarchitecture #cloudcomputing
The next 10 years for cloud computing - The landscape of cloud computing is changing significantly as enterprises question the... - https://www.infoworld.com/article/3715585/the-next-10-years-for-cloud-computing.html#tk.rss_all #technologyindustry #cloudarchitecture #cloudcomputing #datacenter
The perils of overengineering generative AI systems - Cloud is the easiest way to build generative AI systems; that’s why cloud revenues are... - https://www.infoworld.com/article/3715704/the-perils-of-overengineering-generative-ai-systems.html#tk.rss_all #vendorsandproviders #cloudarchitecture #cloudcomputing #generativeai
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... - https://www.infoworld.com/article/3715625/a-balanced-approach-to-ai-platform-selection.html#tk.rss_all #cloudarchitecture #cloudcomputing #datacenter
How to avoid cloud whiplash - “Cloud whiplash” refers to the challenges and rapid changes organizations face while a... - https://www.infoworld.com/article/3715581/how-to-avoid-cloud-whiplash.html#tk.rss_all #cloudarchitecture #cloudcomputing #itskills
Generative AI agents will revolutionize AI architecture - In the rapidly evolving field of cloud computing, the emergence of generative AI agent... - https://www.infoworld.com/article/3715457/generative-ai-agents-will-revolutionize-ai-architecture.html#tk.rss_all #emergingtechnology #cloudarchitecture #cloudcomputing #generativeai
The power of genAI plus multicloud architecture - The rapid evolution of generative AI is poised to influence the significant adoption a... - https://www.infoworld.com/article/3715417/the-power-of-genai-plus-multicloud-architecture.html#tk.rss_all #artificialintelligence #cloudarchitecture #cloudcomputing #generativeai #multicloud
Partitioning an LLM between cloud and edge - Historically, large language models (LLMs) have required substantial computational res... - https://www.infoworld.com/article/3715488/partitioning-an-llm-between-cloud-and-edge.html#tk.rss_all #cloudarchitecture #cloudcomputing #edgecomputing #generativeai
The cloud repatriation tempest in a teacup - The tech industry is buzzing with talk of cloud repatriation, partly due to some artic... - https://www.infoworld.com/article/3715290/the-cloud-repatriation-tempest-in-a-teacup.html#tk.rss_all #technologyindustry #cloudarchitecture #cloudcomputing #datacenter
Is generative AI bringing back private clouds? - According to Forrester’s Infrastructure Cloud Survey in 2023, 79% of about 1,300 enter... - https://www.infoworld.com/article/3715483/is-generative-ai-bringing-back-private-clouds.html#tk.rss_all #cloudarchitecture #cloudcomputing #generativeai #privatecloud #datacenter
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... - https://www.infoworld.com/article/3715426/kora-a-cloud-native-redesign-of-the-apache-kafka-engine.html#tk.rss_all #softwaredevelopment #cloudarchitecture #cloudcomputing #cloud-native
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... - https://www.infoworld.com/article/3715330/kora-a-cloud-native-redesign-of-the-apache-kafka-engine.html#tk.rss_all #softwaredevelopment #cloudarchitecture #cloudcomputing #cloud-native
Need GPUs? Take a look at microclouds - As most IT people know, GPUs are in high demand and are critical for running and train... - https://www.infoworld.com/article/3715349/need-gpus-take-a-look-at-microclouds.html#tk.rss_all #vendorsandproviders #cloudarchitecture #cloudcomputing
Cloud environments beyond the Big Three - The Big Three cloud providers, AWS, Microsoft, and Google, are going like gangbusters.... - https://www.infoworld.com/article/3715448/cloud-environments-beyond-the-big-three.html#tk.rss_all #cloudarchitecture #cloudcomputing #hybridcloud #itstrategy
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... - https://www.infoworld.com/article/3715426/5-tips-for-building-highly-scalable-cloud-native-apps.html#tk.rss_all #softwaredevelopment #cloudarchitecture #cloudcomputing #cloud-native
'Architecture by conference' is a really bad idea - As a seasoned advocate and expert in cloud computing and generative AI, I’ve observed ... - https://www.infoworld.com/article/3715327/architecture-by-conference-is-a-really-bad-idea.html#tk.rss_all #cloudarchitecture #cloudcomputing #generativeai #itskills
ESG tools for cloud computing can be a distraction - Environmental, social, and governance (ESG) factors have gained significant traction r... - https://www.infoworld.com/article/3715141/esg-tools-for-cloud-computing-can-be-a-distraction.html#tk.rss_all #cloudarchitecture #cloudcomputing #itstrategy