"I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We’ve created life in our own image"
|
—Â
Stephen Hawking,
Theoretical physicist
|
|
|
|
|
A powerful JavaScript library that allows you to perform massively parallel GPGPU computations using GPU. It works in Node.js too!
|
|
|
|
Did you know that if you are diligent enough with your commit messages you can fully automate the release versioning? Conventional commits is a standard way of writing commit messages that, among other things, allows you to specify when a change is a breaking change and requires a new major release!
|
|
|
|
Building huge applications means putting together hundreds of different modules, packing, bundling and shipping that towards user. Control of bundle size becomes critical at this point, one module, one bad apple, can just ruin everything. Let's talk about that in this post.
|
|
|
|
Eleventy, one of the fastest growing static site generators, is close to a version 1.0! This first beta release comes with some interesting new features. At the top of the list there's Eleventy Serverless:Â a fantastic way to do dynamic server side rendering on request or lazily via Distributed Persistent Rendering. Find out all the new features in this blog post.
|
|
|
|
Chrome developer advocate Jake Archibald called 2016 "the year of web streams." Clearly, his prediction was somewhat premature. The Streams Standard was announced back in 2014. It’s taken a while, but there’s now a consistent streaming API implemented in modern browsers (still waiting on Firefox…) and in Node (and Deno).
|
|
|
|
Using the metaphor of lego blocks, Lin Clark (a Senior Principal Software Engineer at Fastly) discusses WebAssembly Component model with Wes Reisz, including the background, roadmap, and design goals.
|
|
|
|
A tutorial showing you how to builf a simple demo application using Fastify. In this tutorial you will learn how to implement login with Discord (using OAUTH2), how to secure the web application, test and deploy to Heroku.
|
|
|
Â
|