Are you annoyed that the Netlify-provided reCAPTCHA allows users to submit the form with no notification or UI signals that they need to validate reCAPTCHA first? Same.
Hi there 馃枛馃徑! I'm Robin Dalmy
I give unsolicited tech advice on the internet.
I blog on software development topics that I felt needed more context
when I was stuck on it too.

How to Integrate Contact Us to Netlify forms
We will go through how to have your Contact Us page, integrate with Netlify Forms. This will then allow you to set up workflow automation like Zapier so you can then have it saved to an excel spreadsheet, or have a Discord bot send it to a channel. We will also go through Spam Filters and the limitations of Netlify's Captcha implementation.
How to Create a VSCode Snippet Extension
This guide will go through how to configure your VS Code for snippet development, the different kinds of snippets you can create, and how to set up selected text keybinding so your snippets work with hotkeys.
How to Optimize your websites images for Pagespeed
I will go through some things you can do to your images to get a pagespeed score of 90-100 for both mobile and desktop, like Preparing different image sizes and formats like webp, and Media Queries for supporting the sizes and formats.
If you have the 馃挵馃挵馃挵, you can use a cloud service like imagekit.io and let them handle your image and video optimizations. This blog is mainly for people who don't have deep pockets.
How to work with Expo Bare Workflow
We will go through how to run and debug Android and iOS on an Expo Bare Workflow Locally through Emulator and Physical Device, with Expo Go, and with EAS Build.
This blog assumes you have already installed the usual things you need to run expo apps which are expo-cli, yarn, and node.js
Note node version lts/gallium worked best for me.