3 min read 0 Blog Code Inside What is Role-Based Access Control (RBAC)? William Vaughn 09/17/2022 Imagine you are at a hotel. You have a room key, but it does not […]
3 min read 0 Blog Core Tools What to Choose: WebAssembly or Docker for Extensibility? William Vaughn 08/14/2022 WebAssembly (Wasm) and Docker are two modern approaches to packaging and running code that are […]
4 min read 0 Blog Code Inside What to do when custom Code Fails? Retry, Fallback, Alert William Vaughn 02/26/2022 In modern web applications and services, code executed on the client side or in custom […]
3 min read 0 Blog Code Inside 10 Vulnerabilities Discovered by Running Client Code William Vaughn 08/08/2021 Running code on the client side is an inevitable part of modern web applications and […]
3 min read 0 Blog Code Inside Compute in a New Way: When Rust Meets the Browser William Vaughn 05/15/2021 With the advent of WebAssembly, browsers are no longer a JavaScript-only environment. They are now […]
4 min read 0 Blog Core Tools How to Write a Secure SDK for Third-Party Developers William Vaughn 02/21/2021 Creating a secure SDK (Software Development Kit) for third-party developers is a task that requires […]
6 min read 0 Blog Code Inside Sandboxing in the Browser and on the Server William Vaughn 10/03/2020 In the rapidly changing environment of the modern web development cycle, security is becoming one […]
3 min read 0 Blog Code Inside Inside the Atmosphere: the Perfect Build without Webpack William Vaughn 06/04/2020 The frontend ecosystem has gone through many metamorphoses in recent years. We’ve gone from Gulp […]
4 min read 0 Blog Core Tools Building a Runtime for User Functions: From Idea to API William Vaughn 01/05/2020 Many modern platforms — such as AWS Lambda, Vercel, or HarperDB — allow you to […]
4 min read 0 Blog Code Inside Rust + WASM: The First Step of Getting Started William Vaughn 12/21/2019 I’ve wanted to try Rust together with WebAssembly for a long time. It was something […]