I can always continue using Working Copy to create “status” on the go
">
I can always continue using Working Copy to create “status” on the go
Testing NetlifyCMS I’m going to use it to push “status” updates
I still cry for Google Reader and more services/apps that Google killed, and the recent news about Google Cloud make me nervous
Tranco: A Research-Oriented Top Sites Ranking Hardened Against Manipulation
An alternative to Alexa top 1 million websites
I like AWS Amplify, but the size of the build was too big, TIL that they have modular imports, and I was able to reduce the size 2MB, while I wait for AWS SDK v3
Before:
import { Auth } from "aws-amplify";
After (better):
import Auth from "@aws-amplify/auth";