Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| public:computer:web-development [2021/01/20 17:48] – external edit 127.0.0.1 | public:computer:web-development [2021/08/23 23:38] (current) – alex | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ===== Back-end ===== | ===== Back-end ===== | ||
| + | * users | ||
| + | * groups | ||
| + | * ACL | ||
| + | * SSO, OAuth, Authentication, | ||
| + | * encrypt/ | ||
| + | * ORM(file, db) | ||
| + | * routing | ||
| + | * socket | ||
| + | * rest | ||
| + | * push server | ||
| + | * board | ||
| + | * spatial | ||
| + | * token | ||
| + | * cookie, session | ||
| + | * middle ware | ||
| + | * file uploader | ||
| + | * parser | ||
| + | * pagenation | ||
| + | |||
| + | |||
| {{page> | {{page> | ||
| - | ===== Fron-end ===== | + | ===== Front-end ===== |
| + | * templates | ||
| + | * components | ||
| + | * head | ||
| + | * foot | ||
| + | * side | ||
| + | * card | ||
| + | * graph | ||
| + | * Chrome debugger | ||
| + | * Fiddler, Wireshark, Postman, | ||
| {{page> | {{page> | ||
| - | ===== Database | + | ===== Infrastructures |
| + | |||
| + | * IaaS; AWS, Google Cloud, Oracle Cloud | ||
| + | * PaaS; heroku | ||
| + | |||
| + | |||
| + | ==== Databases | ||
| {{page> | {{page> | ||
| + | |||
| + | ==== Server ==== | ||
| + | * [[public: | ||
| + | * CD/CI | ||
| + | * git; github, bitbucket, gitlab, | ||
| + | * docker | ||
| + | * Ansible / Chef / Puppet / terraform | ||
| + | * Kubernetes | ||
| + | * server monitorings | ||
| + | * process | ||
| + | * cpu | ||
| + | * memory | ||
| + | * network traffic | ||
| + | * disk usages | ||
| + | * logs | ||
| + | * 장애 및 통계 | ||
| + | |||
| + | ==== Others ==== | ||
| + | * backup Policy | ||
| + | * visual studio code | ||
| + | * vim | ||
| + | * regular expression | ||
| + | * git | ||
| + | |||