File size: 925 Bytes
c8d30bc | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | {
"django": "django",
"flask": "flask",
"redis": "redis",
"postgresql": "postgresql",
"postgres": "postgresql",
"pg": "postgresql",
"nginx": "nginx",
"apache": "http_server",
"express": "express",
"nodejs": "node.js",
"node": "node.js",
"react": "react",
"vue": "vue.js",
"spring": "spring_framework",
"springboot": "spring_boot",
"tomcat": "tomcat",
"mysql": "mysql",
"mongodb": "mongodb",
"mongo": "mongodb",
"elasticsearch": "elasticsearch",
"rabbitmq": "rabbitmq",
"celery": "celery",
"gunicorn": "gunicorn",
"uvicorn": "uvicorn",
"fastapi": "fastapi",
"wordpress": "wordpress",
"laravel": "laravel",
"jquery": "jquery",
"openssl": "openssl",
"terraform": "terraform",
"docker": "docker",
"kubernetes": "kubernetes",
"k8s": "kubernetes",
"mariadb": "mariadb",
"rails": "ruby_on_rails",
"angular": "angular",
"py": "python",
"python": "python"
}
|