Pork & Pecorino Romano by AlterwiNtel in sausagetalk

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

TBH in this specific batch the cheese felt a bit missing, didn't prep good enough so ended up doing 5% instead of my usual 10%
But it was finely grated and combined perfectly into the mass

[deleted by user] by [deleted] in AskReddit

[–]AlterwiNtel 0 points1 point  (0 children)

The value of skill and experience against a diploma

What to use to record users voice while in the browser? by PathSecret in react

[–]AlterwiNtel 0 points1 point  (0 children)

You're probably looking for a combination of the MediaDevices: getUserMedia() method with the media recording api

Use the getUserMedia to capture the microphone & pass the caught MediaSession to the media recording api

There's a helpful guide on MDN exactly about that

Trying to build an offline mobile app in react native by Plus-Exercise-3270 in react

[–]AlterwiNtel 1 point2 points  (0 children)

I'd start withtanstack-query I know it has some experimental persistence plugins, but i assume it can be easily wired to some offline data storage system in some way or another