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";
Dark mode all the things! #iOS13
Now I don’t like all the apps that are white or doesn’t have dark mode support
I’m going to try to replace Adobe Photoshop with Pixelmator Pro
I’m using Laravel for a project, it is like learning a new language
While learning DynamoDB, after a ton of tutorials and documentation, the moment it made click was when I saw the next table in the AWS SDK source code :
| JavaScript Type | DynamoDB AttributeValue | |:-------------------------------------:|-------------------------| | String | S | | Number | N | | Boolean | BOOL | | null | NULL | | Array | L | | Object | M | | Buffer, File, Blob, ArrayBuffer, | B | | DataView, and JavaScript typed arrays | |
I found a way to remove the
timestamp
from AWS Amplify projects.Find the
stackName
variable and remove-${timeStamp}
Today I replaced motionEyeOS with HKCam , so far, so good.