Skip to content

Instantly share code, notes, and snippets.

@teohm
Last active December 16, 2015 14:29
Show Gist options
  • Save teohm/5448967 to your computer and use it in GitHub Desktop.
Save teohm/5448967 to your computer and use it in GitHub Desktop.
Notes

What does a modern web app usually need:

  • support localization in frontend and backend
  • reliable background worker queue system
  • content caching system
  • client-polling / server-push system
  • full-text search system
  • user authentication system
  • user access control system
  • rich front-end framework (reliable on flanky network)
    • user action queue
    • retry user action
  • Web API client (with auth, cache, retry, background work supports)
  • Web API provider (auth, api doc, JSON view templating, cache control)
  • User analytics

dev features:

  • configuration separated from code
  • db seed
  • dev env setup script
  • test env
    • unit
    • integration
  • code metric
  • runtime performance tracking
  • reload when code change
  • nested exception (https://github.com/skorks/nesty)
@teohm
Copy link
Author

teohm commented Jun 17, 2013

@teohm
Copy link
Author

teohm commented Jul 3, 2013

fulltext search candidates:

@teohm
Copy link
Author

teohm commented Jul 3, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment