Ethereum is a decentralized smart contract platform. In this tutorial we will go through deploying and interacting with a smart contract…...
Read more »
The opinions expressed are solely my own and do not express the views or opinions of my employer 😀. Summary While in Lisbon at the end of 2022 I heard about the Filecoin Saturn launch and thought this was a pretty cool idea to create an on-chain CDN on-to... (more…)
Read more »
Yarn has been a great alternative to npm and we’ve been using it at Switchboard for quite a while.
You can get a bird’s eye view of the packages that have updates available using yarn outdated. As you might expect, it will check each dependency in your pa... (more…)
Read more »
Node.fz: Fuzzing the server-side event-driven architecture Davis et al., EuroSys’17 This paper provides a fascinating look at common causes of concurrency bugs in server-side event driven arc… (more…)
Read more »
Node Js allows you to build backend applications with JavaScript. In this tutorial we'll take a look at how you can secure your Node Js a...
Read more »