Skip to content

Latest commit

 

History

History
55 lines (52 loc) · 745 Bytes

File metadata and controls

55 lines (52 loc) · 745 Bytes

Backend

  • Good Practices
  • Package Management
  • Security
  • Unit/Functional Testing
    • Test Coverage
  • Databases
    • Relational
      • MySQL
      • MariaDB
    • NoSQL
      • MongoDB
      • Couchbase
      • RethinkDB
    • Graph Databases
      • Neo4j
      • OrientDB
  • Caching
    • Redis
    • Memcached
  • Frameworks
    • Express
    • Django
  • RESTful API, GraphQL API
  • Authentication/Authorization: OAUTH2 / JWT
  • Message Brokers (Why?)
    • Redis
    • RabbtMQ
    • Kafka
  • Search Engines
    • ElasticSearch
    • Solr
  • Websockets
  • Profiling
  • ORM / Data Management
  • Domain Driven Design
    • Microservices

NodeJS

  • npm
  • socket.io
  • Node Libraries
    • Forever
    • Underscore
    • Supervisor
    • Node Inspector
    • Swig
    • Connect-Redis

Phyton

  • pip

Web Servers

  • Apache
  • Nginx