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 »

Workaday Reading

I learned to love the Same-Origin Policy



"I spent a good chunk of my work life this year trying (in collaboration with the amazing Noam Rosenthal) to standardize a new web platform feature: a way to modify the intrinsic size and resolution of images. And hey! We did it! But boy, was it ever a learning experience."

read »

Workaday Reading

Automatic Social Share Images



"Every time I write a new blog post, I share it to Twitter. And, if I’m being honest, these tweets usually look pretty boring. Here’s the tweet for last month’s blog post. When I built my post template I added the most basic tags like author, description, and keywords."

read »

Workaday Reading

Front-end JavaScript performance



"Nearly every website uses JavaScript, so JavaScript performance is a growing topic in modern front-end development. In this post we'll introduce common performance pitfalls and discuss how to detect and avoid them. We'll focus on JavaScript execution and other CPU processing that results from it."

read »

Workaday Reading

Introducing the new Serverless LAMP stack



"This is the first in a series of posts for PHP developers. The series will explain how to use serverless technologies with PHP. It covers the available tools, frameworks and strategies to build serverless applications, and why now is the right time to start."

read »