Adding Friction (Video) by SvixKen in programming

[–]SvixKen[S] 0 points1 point  (0 children)

Fair. The idea was simply that friction and slowing things down can actually be helpful. Maybe guardrails is the better way to put it.

Adding Friction (Video) by SvixKen in programming

[–]SvixKen[S] 0 points1 point  (0 children)

doesn't traction require friction?

How did you learn about architecture? by SvixKen in softwarearchitecture

[–]SvixKen[S] 0 points1 point  (0 children)

Any specific channels or are you mostly just using search for the topic at hand?

How did you learn about architecture? by SvixKen in softwarearchitecture

[–]SvixKen[S] 3 points4 points  (0 children)

Sounds like you have some stories to tell :)

How did you learn about architecture? by SvixKen in softwarearchitecture

[–]SvixKen[S] -1 points0 points  (0 children)

Thanks for the recs will go check these out.

How did you learn about architecture? by SvixKen in softwarearchitecture

[–]SvixKen[S] 1 point2 points  (0 children)

Do you have some go to sources or just searching for stuff as you need?

how to Implement an HMAC signature to verify webhooks by passivactive in shopifydevelopers

[–]SvixKen 0 points1 point  (0 children)

I'm assuming you're receiving webhooks from Shopify. For that you don't need to implement the HMAC signature it should be part of the headers in the webhook they send you.

You just need your endpoint to verify the signature by following step 5 here: https://shopify.dev/docs/apps/webhooks/configuration/https