Skip to main content

Integrating Sentry into your AWS Lambda functions to track errors and crashes

How to use stage variables to point to different versions of your lambda functions

Methods to reduce errors and crashes in Javascript and React Applications

In React Flow v10+ there didn't seem to be a good way to implement Dagre Layout while using custom nodes. Let's fix that.

Docusaurus v2 YAML frontmatter format, markdown notes, etc.

How to repair a Glue Table suffering from HIVE_PARTITION_SCHEMA_MISMATCH errors.

An overview of available Amazon Advertising Reports and the information they contain.

How to lower your AWS CloudTrail bill.

Notes and troubleshooting for AWS API Gateway Stages

The ethos of personal documentation. What it is, why you should do it, and suggested methods.

If you want to be able to transfer your Markdown files between different static site generators it's important to have some reliable standards.

Prevent fonts from render-blocking in React with Fontsource

Getting hash links (IE anchor links) to function with React-Router v6

Finding the proper format of the html 5 video embed element to play correctly on all devices

Using a combination of S3 events, SQS and Glue SDK to make lightning fast automated Glue Data Catalog partition updates

Creating a CI/CD Pipeline for a dockerized React application that triggers from Github and pushes built files into S3 Bucket, using CodePipeline

Learning a few of the gotchas while integrating Sentry error reporting tool

How to quickly and easily switch between Yarn and NPM package managers in Node

Merging Arrays of Objects. Delete all instances of key. Rename keys. Build new Array using Accessor. Sort Objects by property value. Etc...

I've discovered something magical, useMemo can return objects full of functions that can be destructured.