Results for tag #javascript

credit-card-form-ux-implementation
Frontend, Oct 6, 2022 - 2 min read

Credit card form UX implementation

Examples of some useful helper functions for improving credit card form user experience.

using-netlify-functions-with-gatsby-js-and-google-sheets-api
Locastic, Apr 15, 2020 - 6 min read

Using Netlify functions with Gatsby Js and Google Sheets API

Use serverless Lambda functions to send emails after form submit and communicate with the Sheets to update the data.

asynchronous-javascript
Frontend, Oct 15, 2019 - 6 min read

Asynchronous Javascript

Introduction to modern asynchronous code handling in Javascript while using less code.

multi-language-support-gatsbyjs
Locastic, Frontend, Jul 19, 2019 - 5 min read

Handling multi-language support with GatsbyJs

Our approach might help if you’re building blazing-fast static websites with GatsbyJs, but struggling to achieve multilingual support.

illogical-operators-in-javascript
Frontend, May 29, 2019 - 5 min read

(Il)logical operators in JavaScript

Check the explanation of internal functionality and some examples of useful applications of logical operators in vanilla JavaScript and React.