Check out bidbear.io Amazon Advertising for Humans. Now in closed beta 🚀

Web Development

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.

Adding responsiveness to our D3 React Line Chart that works with our SVG elements, scales and tooltips.

Let's take the time to really understand the ins and outs of the useRef hook.

Integrating D3 with React.

Creating a Line Chart with D3

Creating a Mean Line on our Histogram, and a Tooltip on our Scatterplot

Adding animations to our D3 powered histogram.

Building on our D3 knowledge, let's build a histogram where we change the dataset with a dropdown selector

Building on our D3 knowledge, let's explore some different scales while building a heatmap

Building on the fundaments of the previous article, we can now start building visualizations, starting with a scatter-plot with scales.

Covering the basics of D3 data visualization library.

Covering the basics of D3 with an older outdated version of the library. Some fundamentals may still be ok.

Covering the basics of SVG as code and HTML elements. In preparation for D3 deep dive

How to query segmented data in AWS Athena and more.

How to correctly pass errors from Lambda to API Gateway to prevent Status 200 responses on errors

Various Lambda examples to reference. Calling DynamoDB and other microservices.