zoukankan      html  css  js  c++  java
  • OpenResty 技术图谱skill-map

    # OpenResty 技术图谱
    ## basic concepts
    - HTTP
    - RESTful API & API GateWay
    - Microservice
    - Domain Specific Language(DSL)
    - C10K & C1M
    - non-blocking & asynchronous I/O
    - event loop
    - I/O mutiplexing
    - Streaming processing
    - coroutine
    - Test Driven Development(TDD)

    ## around tech stack
    - MySQL
    - Redis
    - Kafka
    - Docker
    - KONG
    - regex

    ## testing
    - TDD & Unit Testing
    - Test::Nginx
    - curl & ab & wrk

    ## debugging
    - debugging log
    - core dump
    - flame graph
    - on-CPU & off-CPU
    - nginx-systemtap-toolkit
    - stapxx
    - nginx-gdb-utils

    ## caching
    - ngx.shared.DICT
    - lua-resty-lrucache
    - dog-pile effect
    - lua-resty-lock
    - lua-resty-shcache
    - ngx_srcache

    ## NGINX
    - log
    - static file
    - load balancer
    - proxy
    - phase
    - tuning for performance
    - if is evil

    ## LuaJIT
    - Standard Lua
    - JIT(Just-In-Time Compiler)
    - NYI (Not Yet Implemented)
    - ffi.* API
    - jit.* Library

    ## ngx\_lua
    - directives
    - Nginx API for Lua(ngx.*,tcpsock.*,coroutine.*)
    - resty-core
    - semaphore
    - balancer\_by\_lua
    - ssl\_certificate\_by\_lua
    - cosocket TCP/UDP
    - hot load lua code

  • 相关阅读:
    团队项目冲刺第6天
    冲刺阶段第五天
    冲刺阶段前四天总结
    "博客园"用户体验分析
    测试计划
    scrum敏捷开发
    团队开发_软件项目风险管理
    sprint计划会议
    svn 之 svn的两种开发模式
    redis 之 搭建真实集群
  • 原文地址:https://www.cnblogs.com/timssd/p/7441129.html
Copyright © 2011-2022 走看看