Check out bidbear.io Amazon Advertising for Humans. Now publicly available 🚀

All Posts

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.

Methods to convert data into hierarchical format for D3 charts.

Taking what we learned about circular charts to examine and implement a Sunburst chart in D3

A scaffold for a responsive D3 chart in React with Redux

Drawing circular charts like pie and sunburst requires arcs, radians and ordinal scales

Containerizing applications for cross-compatibility across machines.

Additional table customization not mentioned in documentation. Data formatting, combining custom props.

How to keep a consistent timeline between various portions of an application. Timekeeping libraries.

Exploring column resizing. Understand the useBlockLayout hook. Being able to set explicit widths for columns

Adding pagination to a react-table.

Using initialState to set a default filter and sort on specific columns on load

Notes on React-Table useSortBy hook. Simplest possible implementation example.

Notes on React-Table useFilter hook. Simplest possible implementation example.

Notes on React-Table including several examples of simplest possible implementation for common hooks and general thoughts.

Musings on choosing a design system and component library for a React application.

How to programmatically delete all of the files within a folder in S3.