handmade.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
handmade.social is for all handmade artisans to create accounts for their Etsy and other handmade business shops.

Server stats:

37
active users

#docusign

0 posts0 participants0 posts today

📨 Latest issue of my curated #cybersecurity and #infosec list of resources for week #45/2024 is out!

It includes the following and much more:

#Snowflake Alleged Hacker Arrested

#Nokia Looking Into Potential #Breach

#INTERPOL Disrupted 22k Malicious Servers

#Meta Fined $15.7M in South Korea

#Docusign Used for #Phishing

#Roblox Users Targeted;

Subscribe to the #infosecMASHUP newsletter to have it piping hot in your inbox every week-end ⬇️

infosec-mashup.santolaria.net/

X’s InfoSec Newsletter · [InfoSec MASHUP] 45/2024By X’s InfoSec Newsletter
Continued thread

Grig mentions a key #automation that solved an important bottleneck:

> "For example, when you work with any vendor for a pharmaceutical company, almost everybody requires an NDA to be signed. This by itself can eat up to two weeks of time on both ends of this transaction. We had automated this NDA signing process so that it would usually happen in hours. Many of our vendors would follow up and tell us how insanely fast this was and how it was the smoothest and fastest contracting experience that they had ever had."

Some behind the scenes info on this: I built it by wiring up a form builder, #make.com and #DocuSign. For additional features I synced the current state of each signature request to a Notion Database. Don't forget to build automated tests for core business logic like this, I used #cypress to do that.

All in all the implementation is the easy part with things like this, the hard part is figuring out which processes to automate to actually generate the most value without doing premature optimization and building unnecessary features.

If you want to build something like this without passing the data to third parties, the same thing can be done using self-hosted tools like #wpforms, #n8n and #nextcloud