
Usman Khwaja
Business analyst, IT test engineer, & Jamstack developer
Lambda function on Netlify as endpoint for Google AMP form
I recently converted this site to be AMP valid. Everything went easy except when it came to setting up the contact form to use amp-form. I was previously using Netlify’s own Forms integration which is super straight forward compared to this mess.
Read postCreating Google Sheets web app for catching Netlify webhooks
Zapier is great. But I wanted to try and use the Netlify’s outgoing webhooks and manually (using the Google Apps Script) record data I receive into Google Sheets.
Read postEnable term 'jQuery' in Vue CLI 3 scaffolded project
I have been trying for way too long to figure out how to enable the term ‘jQuery’ to be used in my Vue CLI 3 scaffolded project. In my case I am using Semantic UI for creating the interface which requires jQuery.
Read postHugo + Tachyons (src) without gulp or webpack
Tachyons is a pretty epic css toolkit. The first and common way to use it is to link the minified css into your html.
Read post