Notes - 25th March 2018
Links - 25th March, 2018
- This Is How You Design Your Mobile App for Maximum Growth. A popular link at First Round. The agency website is Primer
- Google Apps Script that publishes a Google Sheet to Amazon S3 as a JSON file. Auto-updates on edit & maintains data types. Creates an array of objects keyed by column header. Similar tools - Airtable, Fieldbook and the recently popular sheet2site. Other open source related tools are sheetrock, http://douglasduhaime.com/posts/crud-operations-on-static-file-sites.html, https://www.johnastewart.org/coding/twine-game-data-to-google-sheets-via-javascript/, https://medium.com/@dmccoy/how-to-submit-an-html-form-to-google-sheets-without-google-forms-b833952cc175
- Where is Sci-Hub now?. Nice idea of using Sci-hub preferred tag from WikiData folks. A Node.JS Express app hosted on Heroku platform.
- The Missing UI for Elastic Search - DejaVu. Should be interesting to explore more on this self-claimed missing web UI. A good starting point would be to follow discussions at HN. The general argument against ES seems to be that it was designed for full text search but is popular as a log analyzer. Pilosa seems to be a new kid in this space.