WASM is Awesome! Explained with Examples | Ft Docker

Поділитися
Вставка
  • Опубліковано 7 чер 2024
  • Welcome to the ultimate guide on WASM! In this 10-minute video, we'll unravel the basics of Web Assembly aka WASM, exploring its fundamental workings and comparing/contrasting it with Docker and why WASM or Web Assembly can be a game changer of software engineers.
    🔐 Topics Covered:
    WASM Basics
    WASM Demo
    Docker Basics
    Docker Demo
    WASM vs Docker
    WASM and Docker
    Credits (Reused some Graphics):
    1. / webassembly-wasm-docke...
    2. @KodeKloud inspiring me make this video
    System Design Interview Basics Playlist:
    ► • System Design Intervie...
    AWS Certification:
    ►AWS Certified Cloud Practioner: • How to Pass AWS Certif...
    ►AWS Certified Solution Architect Associate: • How to Pass AWS Certif...
    ►AWS Certified Solution Architect Professional: • How to Pass AWS Certif...

КОМЕНТАРІ • 16

  • @lucifer3646
    @lucifer3646 6 місяців тому +2

    You deserve fireship level recognition and more than that! Love your videos and keep them coming. Bless pal

  • @premraj.m
    @premraj.m 8 місяців тому +1

    awesome update.. thanks for cutting edge technology update.

  • @sumitdange2507
    @sumitdange2507 7 місяців тому +1

    Too awesome! learned a great content and test of a new technology! 👏

  • @josepepedev
    @josepepedev 7 місяців тому +1

    Keep making those great videos, Byte. They are so enjoyables

  • @mmpcse
    @mmpcse 3 місяці тому +1

    An Impressive Simple Plain Explanation. Subscribed to your YT!

  • @devcore1
    @devcore1 7 місяців тому +1

    Excellent video - great visuals, good pacing, I have a much better understanding of wasm now

  • @M_Novman
    @M_Novman 7 місяців тому

    And YouR Awesome!!!!!!!

  • @cnkumar20
    @cnkumar20 8 місяців тому +2

    WASM for P2P applications will be a pandora box

  • @shefalituteja8896
    @shefalituteja8896 6 місяців тому +1

    Not a tech person but I am loving the edits. Great work man. Can you guide me as a fellow youtuber what tool you are using to edit your videos?

  • @xade8381
    @xade8381 7 місяців тому +1

    great video, but wasi is better without container

  • @beginnerbytes4575
    @beginnerbytes4575 5 місяців тому

    .wasm should be renamed to .awsm

  • @bluesquare23
    @bluesquare23 8 місяців тому +2

    Yeah it kinda feels like you're trying to do a WASM vs Docker comparison. But they're not really competing technologies cause WASM is frontend and Docker is backend. When I'm choosing the technologies to build my app with it's not like I'm going to say 'we could go with WASM or we could go with Docker.' They're just two different things that do different things and aren't really related other than that you could stitch them together. But you could stitch a lot of different pieces of technology together, it doesn't really mean you're going to get anything useful out of doing that.. I don't really know what my point was.
    Anyways, I did enjoy the video! The comparison just felt a little forced.

    • @ByteMonk
      @ByteMonk  8 місяців тому +6

      Thanks for your perspective!
      Here is the comment from founder of Docker. Solomon Hykes.
      "If WASM+WASI existed in 2008, we wouldn't have needed to created Docker. That's how important it is. Webassembly on the server is the future of computing. A standardized system interface was the missing link. Let's hope WASI is up to the task!"
      Source: twitter.com/solomonstre/status/1111004913222324225?lang=en
      While WASM and Docker are not directly competing, they can be used together to create powerful and efficient applications. For example, you could use WASM to deploy a web application to a Docker container. This would give you the benefits of both technologies: the portability and isolation of Docker, and the performance and security of WASM.
      I think the point you're trying to make is that it's important to choose the right technologies for your specific needs, and that not all technologies are created equal. Just because two technologies can be used together doesn't mean that you should do so. I agree with you that it's important to be mindful of the trade-offs involved when choosing technologies, using WASM and Docker together can give you the benefits of both technologies, but it can also add complexity to your application. Thanks again!

    • @xade8381
      @xade8381 7 місяців тому

      Nooo. WASM = front & WASI = back, might have been acceptable, even tho both = Backend