Code
8 posts in category of Categories
26 May, 2024 ⋅ in Code
React Native WSL2 setup without Android Studio in Windows
Setting up a project’s foundation can be demanding. A well-structured environment leads to a much more productive development process. Many Android Studio projects built for other operating systems encounter issues when running on Windows.
18 Feb, 2020 ⋅ in Code
Cloudflare fast-google-fonts service worker with google amp-custom style tag
The service worker template on Cloudflare’s Workers for loading google fonts fater, injects the HTML with font CSS before the page loads.
25 Apr, 2019 ⋅ in Code
Show remaining characters in textarea using amp-bind
AMP is awesome! Look at this. So easy to code. It reminds me of Vue. Type something in the text area below:
7 Mar, 2019 ⋅ in Code
Using Hugo htmlUnescape function to solve "selector expected" errors
I have been getting this error in VS Code for using <style> and then not following it up with a valid CSS.
23 Oct, 2018 ⋅ in Code
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.
28 Aug, 2018 ⋅ in Code
Creating 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.
11 Aug, 2018 ⋅ in Code
Enable 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.
5 Aug, 2018 ⋅ in Code
Hugo + 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.