首发于:
最近更新于:
分类: posts

开发网站精选

good tools

  1. https://code.visualstudio.com/docs vscode

  2. https://learn.microsoft.com/zh-cn/microsoft-edge/devtools-guide-chromium/landing/ Edge dev tools

  3. https://git-scm.com/ git

  4. https://docs.insomnia.rest/insomnia/get-started insomnia

  5. https://httpbin.org/ httpbin.org

  6. https://curl.se/docs/manual.html curl

  7. https://httpie.io/docs/cli httpie

  8. https://devhints.io/vim vim cheatsheet

  9. https://www.gnu.org/software/bash/manual/html_node/index.html bash reference

  10. https://devhints.io/bash bash cheatsheet

  11. https://devhints.io/grep grep cheatsheet

  12. https://man7.org/linux/man-pages/man1/grep.1.html grep man page

  13. https://vim.rtorr.com/ vim cheatsheet

  14. https://cheatography.com/jluis/cheat-sheets/bash-and-unix-commands/ bash commands

backend

  1. https://www.nginx.com/ nginx web server

  2. https://docs.pytest.org/en/7.1.x/ pytest

  3. https://www.nginx.com/products/nginx/caching/ nginx caching

  4. https://redis.io/ redis database

  5. https://memcached.org/ memecached

  6. https://www.django-rest-framework.org/ djangorestframework

frontend

  1. https://zh.javascript.info/ javascript 教程

  2. https://unpkg.com/ 前端包的cdn缓存

  3. https://developer.mozilla.org/en-US/ mdn参考资料

  4. https://getbootstrap.com/docs/5.3/getting-started/introduction/ bootstrap

  5. https://react.dev/ react

  6. https://lodash.com/ lodash

  7. https://htmx.org/ htmx

其他

  1. https://www.w3.org/WAI/ARIA/apg/ 网站可用性

  2. https://w3c.github.io/html-aria/ 网站可用性