Reading List
Articles, websites and anything that I think is good to read!
The JavaScript / Wasm runtime that powers Cloudflare Workers
, Projectopen FAAS
, Projectcloud native faas service
What is serverless computing? | Serverless definition
, Blog PostWhat is Function-as-a-Service (FaaS)
, Blog PostCloud Computing without Containers
, Blog PostCloudflare has a cloud computing platform called Workers. Unlike essentially every other cloud computing platform I know of, it doesn’t use containers or virtual machines.
How cloudflare workers work?
, Blog Post1bash
, ProjectOut latest bash based dotfiles, fast and beautifull
Corepack
, ProjectCorepack is an experimental tool to help with managing versions of your package managers. It exposes binary proxies for each supported package manager (yarn,pnpm) that, when called, will identify whatever package manager is configured for the current project, transparently install it if needed, and finally run it without requiring explicit user interactions.
Github resources
, BlogGithub learning pathway
, BlogModern script loading
, Blog PostSurma personal blog
, BlogWeb platform advocate at Shopify and in the past at Google.
Semantic versioning
, ReferenceA versioning scheme for using meaningful version numbers.
JSON schema
, Reference"$schema" in top of json file!
HTTP 203
, VideoSurma and Jake talk about whatever's going on in the world of web development from google developer.
RSS feed best practises
, Blog PostGood article about rss feed I'm use this for this blog.