-
- Private work.
- Some more refreshers on (pandas, psql, dsa, js). Remember postincrement
i++
(eval to val then increment) and preincrement ++i
(increment then eval to val). And ==
vs ===
for strict type. Error. new.
- AWS merge Billing with Cost Explorer -> Billing and Cost Management.
- In redis, just
EXPIRE <mykey> <ttl>
. You can check with TTL <mykey>
. Then flask-caching
obviously allows you to plug into the redis api.
- Supercontest. Found a bug in the parsing of the espn score API. Added to the ticket where I’m swapping those out.