data + Active Queries • Stream processors: Active data + Static Querie s • Stream/Table dualit y • Uni fi ed interaction mode l • ANSI SQL extensio n • ksqlDB (Con fl uent) https:/ /www.infoq.com/articles/whats-the-next-step-for-data-management/
g neon - cli $ neon new my - project fn make_an_array(mut cx: FunctionContext) - > JsResult<JsArray> { / / Create some values: let n = cx.number(9000); let s = cx.string("hello"); let b = cx.boolean(true); / / Create a new array: let array: Handle<JsArray> = cx.empty_array(); / / Push the values into the array: array.set(&mut cx, 0, n)?; array.set(&mut cx, 1, s)?; array.set(&mut cx, 2, b)?; / / Return the array: Ok(array) } register_module!(mut cx, { cx.export_function("makeAnArray", make_an_array) }) https:/ /github.com/neon-bindings/neon
back & going virtual on December 9-10 Amazon bought 4M extra IPv4 addresse s for $27 eac h Github launches Catalyst for Web Components Chrome 87 adds WebAuthn tab to DevTools Mammoth: a TypeScript Postgres query builder GraphQL is trending TailwindCSS is trending Deno is trending Denoify for transpiling Node modules to Deno ARM is taking over the world! AWS budgets can now trigger actions $$$ Vue3 is fi nally out! Teleport time! Webpack5 is out