Anatomy of a Cloud Contact CenterI am writing from my experience as a software engineer at Amazon Connect. This article has been cleared with Amazon legal, and any views…Aug 3Aug 3
Creating a Code Names Clue GeneratorThe Code Names Bot generates clues for the board game Code Names by processing Wikipedia articles with Python and NLTK.Sep 13, 2021Sep 13, 2021
Hydroelectric Optimization with Graph Databases (III: Simulation)We will need a query that can simulate Waikato river for a given set of MW inputs, so we can see how the river responds ot hypothetical…Jun 9, 2021Jun 9, 2021
Hydroelectric Optimization with Graph Databases (II: Station Curves)Using the schema described in the previous section, we can begin generating station curves, which will be used for our long-term goal of…Jun 9, 2021Jun 9, 2021
Hydroelectric Optimization with Graph Databases (I: Introduction)During my internship at Tigergraph, I did a PoC (proof-of-concept) project with the hydroelectric division of Mercury, a New Zealand power…Jun 9, 2021Jun 9, 2021
Hydroelectric Optimization with Graph Databases (IV: MW Maximizer)The MW maximizer queries give an estimate of the maximum amount of MWs that can be produced for the starting HWLs of a given day. We will…Jun 9, 2021Jun 9, 2021
JSON Serialization for Server-Client Communication in “Warring States”A common challenge that I face when developing multiplayer games has been keeping message serialization and deserialization consistent…Nov 29, 2020Nov 29, 2020