Skip to content

Instantly share code, notes, and snippets.

@Luke-SNAW
Last active October 5, 2021 23:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Luke-SNAW/7acda867b1672698fbfa17ecfb684ff7 to your computer and use it in GitHub Desktop.
Save Luke-SNAW/7acda867b1672698fbfa17ecfb684ff7 to your computer and use it in GitHub Desktop.
[Etc] #articles
  • Hacking your resume to get it in front of an actual human
  • Firebase Almost Ruined My Startup
    • Because they had to read or write data directly from the database, we had to waste a lot of time on that. As we decided to build three different platforms (Android, iOS, and web), it was very impractical to allow developers to write data directly in the database.
    • If any developer from any platform pushed the wrong formatted data, then the other platforms crashed. The productivity of the whole tech team became slow.
  • My Logging Best Practices
    • Log after, not before
    • Separate parameters and messages: difficult to parse for example for Grok patterns.
    • Distinguish between WARNING and ERROR
    • INFO is for business, DEBUG for technology
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment