Workaday Readings are the droll, dry, and dear pages I continuously tick through during my day.

This is shop talk, not for general consumption! (lest you want to fall asleep 😉 )

Workaday Reading

svelte-reduxify



"svelte-reduxify connect your svelte store to redux devtools with minimal code change Installation npm install svelte-reduxify Usage import { reduxify } from "svelte-reduxify"; const store = reduxify(writable(0)); Full example Original code from https://svelte."

read »

Workaday Reading

Creating Lambda container images



"You can package your Lambda function code and dependencies as a container image, using tools such as the Docker CLI. You can then upload the image to your container registry hosted on Amazon Elastic Container Registry (Amazon ECR)."

read »

Workaday Reading

Git Commands to Live By



"For some time now, I’ve taken it upon myself to write down every Git command I’ve had to look up while working from the command line. Whenever I did so, I’d note the proper syntax, most common options, and where I got the information from."

read »
1 12 13 14 15 16 31