Posts

Enhancing AWS Athena with …

AWS Athena allows you to run SQL queries against a data lake on an ad-hoc basis. Many analysts begin using Athena in the workbench in AWS console. This setup is ideal for iterating as you explore your data and refine your queries. But this setup is not ideal if you need to run queries on a regular …

Differences Between Local …

While implementing testing coverage across a chrome extension to parse recipes from webpages, a number of errors came up as I tested the code automatically using Jest on my local computer and when manually testing on real webpages. The issues all boil down to how code is packaged and made available …

Chrome Extension for …

I started using Last Pass to manage my passwords about a month ago. Since then, I have found that I like how easy it is to generate new passwords using Last Pass, but it fails to work well across my laptop and my cell phone. Because I use Google Chrome on both devices, I want to return to using …