Is it really as cool as everyone says? We will take a look inside Bun, and experiment with it in a practical way, finding out whether this technology is actually going to change the way we develop full-stack applications.
Join me as I take you through our rollercoaster ride with hybrid apps in the BEC (banking). I'll share why we went hybrid, the highs and lows we've experienced, and how it stacks up against market standards. This talk aims to be a catalyst in understanding the 'Hybrid Revolution' sweeping through modern app development.
Is it wise to run code from strangers? Well, we do it all the time and there's no backing out of it. Let's take a look at how a JavaScript project could get hacked and then defend itself from supply chain attacks. Limit access to globals for each package? Sure. Control if a package can access network or file system? Yup, that too. And no more install scripts or prototype pollution.