Tag: webassembly
Developer on Fire
Posted by bsstahl on 2018-12-13 and Filed Under: general
I was recently interviewed by Dave Rael (@raelyard) for his Developer on Fire Podcast. I had a great time talking with Dave about a lot of different things, both professional and personal, and got to name-drop just a few of the many people who have been a part of my journey over the years.
I also took the opportunity to talk about a few things that have been on my mind:
- The upcoming AZGiveCamp Event scheduled for March 2019
- Some of the giants on whose shoulders we stand
- A few of the technologies that are making me happy right now:
- A couple of resources I learn from:
- brilliant.org
- The works of David McRaney
I hope you enjoy this interview and find something of value in it. If so, please let me know about it @bsstahl.
Tags: ai azgivecamp community givecamp podcast blazor webassembly optimization algorithms
SoCalCodeCamp Slide Decks
Posted by bsstahl on 2018-11-10 and Filed Under: event
The slide decks for my two talks at SoCalCodeCamp USC from November 10, 2018 are below.
- Intro to WebAssembly Using Blazor – SGM-124 at 1:30 pm
- Building .NET Applications for any Cloud with Cloud Foundry – GFS-207 at 4:00 pm
Thanks to all of the organizers and attendees of this always amazing event.
Tags: blazor cloud cloud foundry code camp community conference open source presentation slides speaking wasm webassembly
Intro to WebAssembly Using Blazor
Posted by bsstahl on 2018-09-26 and Filed Under: event
I will be speaking tonight, 9/26/2018 at the Northwest Valley .NET User Group and tomorrow, 9/27/2018 at the Southeast Valley .NET User Group. I will be speaking on the subject of WebAssembly. The talk will go into what WebAssembly programs look and act like, and how they run, then explore how we as .NET developers can write WebAssembly programs with Microsoft’s experimental platform, Blazor.
Want to run your .NET Standard code directly in the browser on the client-side without the need for transpilers or browser plug-ins? Well, now you can with WebAssembly and Blazor.
WebAssembly (WASM) is the W3C specification that will be used to provide the next generation of development tools for the web and beyond. Blazor is Microsoft's experiment that allows ASP.Net developers to create web pages that do much of the scripting work in C# using WASM.
Come join us as we explore the basics of WebAssembly and how WASM can be used to run existing C# code client side in the browser. You will walk away with an understanding of what WebAssembly and Blazor can do for you and how to immediately get started running your own .NET code in the browser.
The slide deck for these presentations can be found here IntroToWasmAndBlazor-201809.pdf.