Daniel Worsnup

Daniel Worsnup @thesnups

About: Solving problems with code.

Location:
San Francisco
Joined:
Aug 24, 2017

Daniel Worsnup
articles - 6 total

Directory-Based Resolver Mapping for AWS AppSync

A guide to organizing AWS AppSync resolvers by mapping your GraphQL schema to dedicated directories, enabling automated data source setup and scalable, maintainable APIs.

Learn More 6 0Mar 13

Shortcut Linking with AWS Identity Center SSO

Learn how to create shortcut links to AWS resources through Identity Center SSO to drastically reduce troubleshooting time by sending engineers directly to relevant resources.

Learn More 6 1Mar 6

Objects as Keys: A JavaScript Adventure

Cross-posted from my website's blog. Let's dive right into some code: const key1 = {} const key2...

Learn More 62 0Oct 19 '19

How to Build a Simple Markdown Plugin for Your Gatsby Site

Learn how to write a simple Gatsby plugin that enables you to easily embed third-party videos into your content using a non-standard embed syntax.

Learn More 37 0Sep 30 '19

Why You Should Be Using the Web Share API in Your PWA

The Web Share API is a browser feature that can boost your web app's user experience by unlocking the power of the device's native sharing UI.

Learn More 167 7Sep 18 '19

Everything You Need to Know About Array#reduce

Array#reduce is a simple, powerful, and beautiful function. Take a look at what it's for, how it's implemented, and what it can do!

Learn More 90 12Sep 15 '19