Vue normale
-
Collabnix
- Demystifying WebAssembly: A Guide for BeginnersDespite its name, WebAssembly (a.k.a Wasm) is not quite an assembly language. It’s not meant for any particular machine. It’s for web browsers, and when you’re delivering code to be executed in the browser, you don’t know what kinds of machines will your code be running on. WASM is a new binary-based programming language you […]
-
Collabnix
- What is WebAssembly and how it is different from JavaScriptSo, you’ve probably heard of WebAssembly, right? It’s this cool, low-level binary thing that’s shaking up the web development scene. Instead of being yet another programming language, it’s more like a secret decoder ring for your code. Think about it this way: you’ve got these high-level languages like C, C++, and Rust, and you want […]
What is WebAssembly and how it is different from JavaScript
-
Technology Conversations
- WASM vs Docker Containers vs Kubernetes vs Serverless: The Battle for Cloud Native SupremacyThis video explores WASM and compares it with Docker containers, Kubernetes, serverless, and edge to answer the following questions. What is WASM? Should we use it in browsers? Should we replace Docker containers with WASM? Should we run it in Kubernetes clusters or replace Kubernetes altogether? Is it the future of serverless computing and edge devices? Why should we use WASM and, if yes, where should we use it? ▬▬▬▬▬▬ Additional Info ▬▬▬▬▬▬ Gist with the
WASM vs Docker Containers vs Kubernetes vs Serverless: The Battle for Cloud Native Supremacy
This video explores WASM and compares it with Docker containers, Kubernetes, serverless, and edge to answer the following questions.
- What is WASM?
- Should we use it in browsers?
- Should we replace Docker containers with WASM?
- Should we run it in Kubernetes clusters or replace Kubernetes altogether?
- Is it the future of serverless computing and edge devices?
- Why should we use WASM and, if yes, where should we use it?
▬▬▬▬▬▬ Additional Info
▬▬▬▬▬▬
Gist with the commands: manuscript/wasm/wasm.sh
WASM: https://webassembly.org
Post-Mortem Documents About Production Issues With Fiberplane: https://youtu.be/sLV6zCRlDEg
Containers Are Not VMs! Which Base Container (Docker) Images Should We Use?: https://youtu.be/82ZCJw9poxM
▬▬▬▬▬▬ Sponsorships
▬▬▬▬▬▬
If you are interested in sponsoring this channel, please use https://calendly.com/vfarcic/meet to book a timeslot that suits and we’ll go over the details. Or feel free to contact me over Twitter or LinkedIn (see below)
▬▬▬▬▬▬ Livestreams & podcasts
▬▬▬▬▬▬
Podcast: https://www.devopsparadox.com/
Live streams: https://www.youtube.com/c/DevOpsParadox
▬▬▬▬▬▬ Contact me
▬▬▬▬▬▬
Follow me on Twitter: https://twitter.com/vfarcic
Follow me on LinkedIn: https://www.linkedin.com/in/viktorfarcic/
-
Collabnix
- WebAssembly: The Hottest Tech Whiz making Devs Dance!In the fast-paced world of technology, a new star is born, and it’s got developers around the globe shaking their booties in excitement. Ladies and gentlemen, let us introduce you to WebAssembly, the hottest tech whiz making devs dance! This revolutionary tool is taking the web development scene by storm and changing the game like […]
WebAssembly: The Hottest Tech Whiz making Devs Dance!
-
Collabnix
- Containers vs Web Assembly: Comparing Two Powerful Technologies for Building ApplicationsIn the world of modern application development, two popular technologies have emerged that have revolutionized the way we build and deploy applications – Containers and Web Assembly. Containers have been around for some time now, and have become the de-facto standard for deploying microservices-based architectures. On the other hand, Web Assembly is a relatively new […]