This article is about building a basic UI using both AWS Amplify built-in React Components. This is part of the ongoing “notebook series” which serves as my personal notebook while…Continue readingBuilding A Basic UI For Amplify Apps
Building on the successful test project as noted in the React App On AWS : Amplify Training Notes post, it is time to start a new project. This time it…Continue readingStarting A New App On Amplify
AWS has some great tools that make building and deploying React Apps easier than doing the standard local development with later deployment to the AWS cloud. Amplify combined with multiple…Continue readingReact App On AWS : Amplify Training Notes
AWS API Gateway makes it easy to deploy API endpoints in the cloud with minimal effort. This can be a great way to provide service endpoints for SaaS applications. As…Continue readingAWS API Gateway – First Look
Shopify provides a full development platform that allows developers to create custom apps that appear in the Shopify App Store. Our goal is to start building a Shopify app version…Continue readingBuilding A Shopify App : Getting Started
As the Fractional CTO for a local staffing company, I am heading up a project to create a custom web application. One of the primary functional elements is providing rapid…Continue readingReact Spreadsheet Components
While there are methods for implementing a modern single page application (SPA) framework into SuiteScript (there are some examples where people have grafted React into their Scriptlets), there are some…Continue readingSuiteScript : UI Rendering With serverWidget
The technology stack that was inherited from the prior tech team at Research Blocks came with some outdated methodologies. One of those areas was in the deployment of React applicationa…Continue readingReact Build Settings on Amplify