Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Count Ones in the Binary Represeantion of Integers
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tips on JSON
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Shortcomes of JSON
It is suggested that you avoid using the JSON format! TOML and YAML are better text-based alternatives. If readability is not a concern, a binary serialization format is …
Serialization and deserialization in Python
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
-
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is suggested that you avoid using it . Please refer to Shotcomes of JSON for detailed discussions on this. TOML and YAML …
Good Cloud Databases for Personal Use
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
BigQuery on Google Cloud
The free tier seems to be good enough for most personal use cases.
- 1TB of querying per month
- 10GB storage per month
Amazon Always Free Offers
- Amazon …
Tips on TypeScript
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
References
https://code.visualstudio.com/docs/languages/typescript
Forget NodeJS! Build native TypeScript applications with Deno