RM
Stop building form backends. Perfect for MVPs & validating ideas.
How to ESLint disable line, section, or whole page of code. Examples for ELint disable next line and other ESLint disable rules.
While researching the best way to implement React Context into my projects, I found that a lot of the articles were over-complicating what should be a very simple process. The code below is a slimmed down use case, so...
For a while now I have been working with WordPress as a back end CMS (one of the many micro services) and Gatsby to generate websites for my clients. To connect the two I am use a WordPress plugin called WP GraphQL, and...
A simple JavaScript function that takes a collection of londitude and latidute points in an array, and returns the bounds for use with maps.
I have been working on components for Gatsby JS, and including React Hooks. The idea is they will be packaged up separately and pushed to NPM. To make the build easier I house the component in a separate directory and...
Plugin for Gravity Forms ReCaptcha. Invisible ReCaptcha v3 plugin, without the need for pictures. Simple install for WordPress.
After over three years of having the same WordPress theme, it was time for a change! This came about for a few reasons. There was nothing overwhelmingly wrong with the theme, but the font wasn’t the best on mobile. It’s...
Need to include functionality/services from multiple platforms? A content mesh type approach with React or Gatsby could be the solution!
A walk-though of WordPress development tools Trellis and Bedrock. A step by step approach to installation, configuration and spinning the site up.
What is Web Accessibility? Web Accessibility is about designing the web so that everyone can use it. The web is a resource that is used across all aspects of life. Education, employment, government, health care, the...
Google Maps javascript api error: apinotactivatedmaperror SOLVED. An annoying error, with a simple solution. Read how to enable the APIs.
Fixed headers are used across the web, with little to no thought to the user’s experience. I have just started working on a new project and am intrigued in how useful fixed headers actually are for the user. Do...