Building Your Own Twitter Analytics April 13, 2020·3845 words Learn how to build a miniature analytics system for Twitter data.
Push To Two Git Repos At Once March 7, 2020·446 words Backup your code by committing to two repositories at once.
Instead Of MAX Use LAST_VALUE For Time-Based Data February 15, 2020·622 words There is a big difference between two built-in functions that you need to consider to avoid working with bad results.
Preventing Key Leaks In Git Commits January 20, 2020·594 words An approach to making sure that your private keys don’t end up checked in with your source code.
Gadgets And Software Of The Past January 10, 2020·2271 words A trip down memory lane for things that we will likely never use again.
Apple - Time To Fix Your Subscription Management January 7, 2020·871 words An open request to Apple to improve how subscriptions are managed on their platform.
Basics Of Reddit Sentiment Analysis November 14, 2019·228 words A sample Jupyter notebook that showcases how to run sentiment analysis on Reddit posts.
One Line Python Documentation November 7, 2019·578 words A demo application that shows you how to generate Python API documentation without worrying about complex configuration.
Lessons In Building A Scalable Samples Experience October 5, 2019·2247 words You probably heard (or read) a post I wrote back in July about how we built docs.
Updating GitHub Actions Workflows August 18, 2019·315 words How to transition the GitHub Actions workflows to the new model.