deno.town is a REPL to play with the aforementioned Deno, a new take on Node as if it were designed today. deno.town → ⁉️ If you’re looking for a shorter intro to Deno, this talk by Bert Belder at DotJS has got you covered:
A rather geeky/technical weblog, est. 2001, by Bramus
deno.town – A web REPL for experimenting with the Deno APIreact-three-fiber – React renderer for three.js
This is a React renderer for Threejs on the web and react-native. Building a dynamic scene graph becomes so much easier when you can break it up into declarative, re-usable components that react to state changes. This is less of an abstraction and more of a pure reconciler (like react-dom in relation to HTML). It …
Continue reading “react-three-fiber – React renderer for three.js”
Page editors are a great way to provide an excellent user experience. However, to build one is often a pretty dreadful task. Craft.js solves this problem by modularising the building blocks of a page editor. It provides a drag-n-drop system and handles the way user components should be rendered, updated and moved – among other …
Continue reading “Craft.js – A React framework for building drag-n-drop page editors.”
The folks at IAmsterdam have released a map that measures distances not in miles / kms but in time. Select a spot + a means of transportation + a desired travel time and it’ll show you how far away (in time) you can get. From what I can tell European countries such as Belgium, France, …
Sparked by an idea by Wes Bos, John Papa has created and released a first version of Cloak: Cloak hides/shows your secrets in environment files, to avoid accidentally sharing them with everyone who sees your screen. Handy when doing screencasts and the like. Do note that it only visually hides the secrets, no changes are …
Continue reading “Visual Studio Code: Visually Hide Secrets in Environment Files with Cloak”
In case you were still in doubt after this SIM port horror story from back in May: We examined the authentication procedures used by five prepaid wireless carriers when a customer attempts to change their SIM card, or SIM swap. We found that all five carriers use insecure authentication challenges that can easily be subverted …
With the release of “Edgium”, all major browsers now support Web Components. An effort 9 years in the making, but we’ve finally made it. WebComponents are supported natively in every major browser pic.twitter.com/6yPoTXno27 — Polymer Project (@polymer) January 15, 2020 Perfect time to link to this by Viljami Salminen in which he makes the case …
Mark Steadman from Deque: React can be an accessible application framework with the right knowledge and the right know-how. The stigma that it is not an accessible framework is simply not true. It has some of the best built-in accessibility functionality there is out there, and a large community of accessibility advocates that are creating …
Continue reading “Debunking the Myth: Accessibility and React”