starpebble

starpebble @starpebble

About: Just trying to share and grow.

Joined:
Jan 9, 2020

starpebble
articles - 12 total

Google Search Dark Theme

Here is a nice way to save energy - search in the dark theme. Google's search service has a...

Learn More 0 1Jul 3 '21

What Matters in a Conditional Cloud

The cloud is becoming even more conditional. We know the cloud is programmable. This is exactly why...

Learn More 1 0Feb 3 '21

Authenticating APIs with Cognito

The world is changing fast. It feels like the whole world is shifting towards standards like GraphQL...

Learn More 4 0Aug 24 '20

Simplify a Lambda dependency with a Lambda Layer

Faster code deployments are better. A Lambda layer can reduce the time to deploy a Lambda function....

Learn More 5 0Aug 17 '20

Async/Await with Nodejs File System

It's still not possible to simply use memory for all our computing. A single S3 object can grow up t...

Learn More 19 1Jun 7 '20

How to explain in GraphQL-esque

Explaining in GraphQL is easy. Write single line comments with #. Offer more verbosity in multi-lin...

Learn More 8 0May 24 '20

Generating a QR code with React hooks and JavaScript

A single react function component can place an image like a QR code in a HTML5 canvas tag....

Learn More 8 0May 4 '20

Integrating a REST API into an Amplify app's GraphQL model

Consolidate a REST API call into a GraphQL model with an AppSync HTTP resolver. Here are some instru...

Learn More 12 1Apr 9 '20

Versioning git pushes of React websites

Create a web page with an auto-incremented version number. Let git and npm automate it. Perfect for a...

Learn More 5 1Apr 3 '20

Quickly populating a second AWS Amplify GraphQL environment with data

Sometimes it's more comfortable to test an AWS Amplify app with active data. 'amplify env add' create...

Learn More 7 0Mar 17 '20

Hosting The Hugo QuickStart Project on AWS Cloudfront with Lambda@Edge

The Hugo QuickStart is awfully simple. Why not host the quickstart project with serverless? Here is...

Learn More 9 2Mar 9 '20

Identifying the OS version and phone model hosting a React Native mobile app purely with JavaScript

When it is absolutely necessary to determine the OS and phone model in a React Native app it can be d...

Learn More 2 0Feb 3 '20