pleshevski.ru/docs/.vuepress/modules/work/domain/Technology.ts

28 lines
522 B
TypeScript
Raw Permalink Normal View History

2023-06-20 16:30:27 +03:00
export enum Technology {
C = "C",
2024-07-25 17:28:45 +03:00
Go = "Go",
2023-06-20 16:30:27 +03:00
JavaScript = "JS",
TypeScript = "TS",
Rust = "Rust",
Python = "Python",
Php = "PHP",
Deno = "Deno",
NodeJS = "NodeJS",
Flask = "Flask",
React = "React",
Antd = "Antd",
Postgresql = "PostgreSQL",
Docker = "Docker",
Drone = "Drone CI",
Woodpecker = "Woodpecker CI",
Bash = "Bash",
TreeSitter = "TreeSitter",
Nix = "Nix",
Lua = "Lua",
2023-07-04 00:10:43 +03:00
Sqlite = "Sqlite",
Vue = "Vue",
2024-07-25 17:28:45 +03:00
Vuepress = "Vuepress",
2024-03-12 17:04:47 +03:00
Godot = "Godot",
2024-04-13 17:39:51 +03:00
Haskell = "Haskell",
2023-06-20 16:30:27 +03:00
}