75 private links
Electron but slimmer basically. Can theoretically be super multi-platform (including mobile soon-ish?).
Allows you to write JS/Typescript for frontend stuff for the desktop just like electron
Create boardgames quickly and easily with this providing a lobby. Is in 3D and can use custom (up to 40MB) assets.
A search engine for websites, embeddable and easily customized. Have seen it run without javascript in my browser, so perhaps it runs on client or server-side js?
Use lua to write code for the browser (basically provides interop with javascript - so you don't have to write javascript to have javascript browser code)
Series of writings on how to build a random quote machine using 11 different front end stacks.
Goes into html, css, (vanilla) javascript, json, REST api, Redux, react hooks. Seems very educational.
A static site generator (similar to hugo et al.) whose sites can be built in any of the big web frameworks (react, vue, angular, svelte, or -- they claim -- any other for that matter).
It also boils everything down to plain html but let's you embed javascript components if you wish,
and those components will only be loaded if the user actually scolls to them ('island design').
Sounds very promising, currently in early beta.
SImple blog tutorial here:
https://www.rockyourcode.com/build-faster-websites-with-less-javascript-using-astro-tutorial/
A quick overview on how to handle async processes in luv in Neovim.
Uses example of spawning a pandoc process, which is a good example starting point for reviewing implementations.
Mostly adequate guide to FP (in javascript).
In-depth guide to principles of functional programming
entity: a unique id and a collection of components
component: a data container
query: a way to gather collections of entities that match some criteria, for use in systems.
prefab: a pre-defined collection of components and even other prefabs to quickly build entities
event: a message to an entity and it's components
This library is heavily inspired by ECS in Caves of Qud. A true ECS library with entities only being ID numbers
Turbolinks makes navigating your web application faster - turbolinks
Minimal frontend framework for javascript
Fast, simple, and enough for simple portfolio etc websites?
:bathtub: Clean Code concepts adapted for JavaScript - ryanmcdermott
reveal.js on steroids! Get beautiful reveal.js presentations from any Markdown file - webpro
Peaks.js was developed by BBC R&D to allow users to make accurate clippings of audio content in the browser, using a backend API that serves the waveform data. Peaks.js uses the HTML canvas elementβ¦
The differences between 2018 and 2019 highlighted in easily digestable manner.
New stuff explained.
Changelog included.
uses C# and JS, but should be applicable to go etc
shows how to:
- send requests to uri
- use the goodreads developer key
- get returns, deal with server responses
- convert xml to json
Open Source, Free Web Learning Track