/backend_master

a long and eternal study to be Back-end Master

Back-end Master

  1. Understanding of Client-Server Model
  2. Understanding of HTTP(HTTPS)
    • Apache httpd vs nginx
  3. Enhance Performance
    • Scalability
      • Scale Up
      • Scale Out
    • Cache
      • Web cache
      • Varnish
    • WAS
      • Redis
      • Memcached
      • ehcache
    • Asynchronous Programming
      • sync vs async
      • Understading of Node.js engine
      • Reactive Programming
  4. Build, Test, Deploy (CI / CD)
    • Understanding of Build, Deploy and Test
      • Maven, Gradle
      • xUnit
    • Understanding of CI/CD (Continuous Integration / Continuous Deliver)
      • Jenkins
      • Understanding of Deploy
        • Docker
          • Kubernetes vs Mesos
  5. Performance Test
  6. Others
    • MSA (Micro Service Architecture)
    • Spring Cloud