njfamirm

Reading List

Articles, websites and anything that I think is good to read!

The JavaScript / Wasm runtime that powers Cloudflare Workers

, Project

github.com cloud, serverless, faas

open FAAS

, Project

cloud native faas service

github.com serverless, faas, cloud

What is serverless computing? | Serverless definition

, Blog Post

www.cloudflare.com serverless, cloud

What is Function-as-a-Service (FaaS)

, Blog Post

www.cloudflare.com cloud, faas, serverless

Cloud Computing without Containers

, Blog Post

Cloudflare 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.

blog.cloudflare.com cloud, serverless,

How cloudflare workers work?

, Blog Post

developers.cloudflare.com faas, serverless, cloud

1bash

, Project

Out latest bash based dotfiles, fast and beautifull

github.com bash, dotfiles

Corepack

, Project

Corepack 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.

nodejs.org typescript, javascript

Github resources

, Blog

resources.github.com

Github learning pathway

, Blog

resources.github.com

Modern script loading

, Blog Post

jasonformat.com javascript, best-practice

Surma personal blog

, Blog

Web platform advocate at Shopify and in the past at Google.

surma.dev web

Semantic versioning

, Reference

A versioning scheme for using meaningful version numbers.

semver.org git

JSON schema

, Reference

"$schema" in top of json file!

json-schema.org javascript

HTTP 203

, Video

Surma and Jake talk about whatever's going on in the world of web development from google developer.

youtube.com web

RSS feed best practises

, Blog Post

Good article about rss feed I'm use this for this blog.

kevincox.ca 11ty, seo

Grouped version updates for Dependabot

, Project

github.blog github

Conventional commits

, Reference

www.conventionalcommits.org git

Conventional changelog configuration spec

, Reference

github.com git, ci