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 »

Workaday Reading

ProseMirror Guide



"This guide describes the various concepts used in the library, and how they relate to each other. To get a complete picture of the system, it is recommended to go through it in the order it is presented in, at least up to the view component section."

read »

Workaday Reading

JWT Authentication Best Practices



"Microservices are a great tool when it comes to designing scalable and extensible architectures. They can be used to encapsulate different behaviors or responsibilities in a way that not a lot of other architecture paradigms can represent."

read »