Skip to content

Latest commit

 

History

History
97 lines (78 loc) · 3.46 KB

keywords.md

File metadata and controls

97 lines (78 loc) · 3.46 KB

Technology keywords

Thing we prefer (and use) are in bold

  • 1.8 - legacy unsupported
  • 1.9, 2.0+
  • rvm
  • rbenv
  • 1.x and earlier - ancient
  • 2.x - really old, not cool anymore
  • 3.0 - fine, but missing assets pipeline
  • 3.1, 3.2 - fine
  • 4.x - the only option for new apps
  • bundler

Browser ecosystem

Frontend (css/html)

Real Time / PubSub

Internet protocols

Source Code Management (SCM)

Storage and friends

  • postgres (pg) - very cool
  • mysql - not so cool, better use postgres
  • mongodb - document store, be very careful
  • redis - key-value store, good for cache, queues or inter-process communication
  • memcached - mostly replaced by redis as a cache
  • neo4j - graph database
  • elasticsearch - great search and analytics engine
  • RabbitMQ - messaging

Scheduling / Background processing

  • sidekiq / resque / delayed_job
  • cron
  • clockwork / whenever

Internationalization (i18n)

Sending emails

Analytics

Online payments

Hosting & others

Mac

Unix