-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathlabelerCategory.ts
More file actions
341 lines (339 loc) · 14.1 KB
/
Copy pathlabelerCategory.ts
File metadata and controls
341 lines (339 loc) · 14.1 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
import { Labels } from './type.js';
export const tags: Labels = {
programmingLanguages: {
description: "Choose your Programming Language",
delete_trigger: false,
values: [
{
slug: "typescript",
name: "TypeScript",
description: "TypeScript is a superset of JavaScript that adds static typing to the language, enhancing code quality and development experience.",
},
{
slug: "rust",
name: "Rust",
description: "Rust is a systems programming language focused on safety, speed, and concurrency, often used for performance-critical applications.",
},
{
slug: "python",
name: "Python",
description: "Python is a high-level, versatile programming language known for its easy readability and vast ecosystem, used in web development, data science, automation, and more.",
},
{
slug: "go",
name: "Go",
description: "Go (also known as Golang) is an open-source programming language designed for simplicity, reliability, and efficiency, particularly for building large-scale systems.",
},
{
slug: "php",
name: "PHP",
description: "PHP is a widely-used server-side scripting language especially suited for web development, powering many websites and web applications.",
},
{
slug: "javascript",
name: "JavaScript",
description: "JavaScript is a dynamic programming language used for web development, known for creating interactive elements in web pages.",
},
{
slug: "java",
name: "Java",
description: "Java is a versatile, object-oriented programming language used for building applications across a variety of platforms.",
},
{
slug: "csharp",
name: "C#",
description: "C# is a modern, object-oriented programming language developed by Microsoft, primarily used in building Windows applications and games.",
},
{
slug: "cpp",
name: "C++",
description: "C++ is a powerful, high-performance programming language commonly used in systems, game development, and large-scale applications.",
},
{
slug: "swift",
name: "Swift",
description: "Swift is a programming language developed by Apple for building iOS, macOS, watchOS, and tvOS applications.",
},
{
slug: "ruby",
name: "Ruby",
description: "Ruby is a dynamic, open-source programming language focused on simplicity and productivity, often used with the Ruby on Rails web framework.",
},
{
slug: "kotlin",
name: "Kotlin",
description: "Kotlin is a modern, statically-typed programming language that is fully interoperable with Java, and is used mainly for Android app development.",
},
{
slug: "scala",
name: "Scala",
description: "Scala is a high-level language that combines object-oriented and functional programming, often used for scalable applications and big data processing.",
},
{
slug: "dart",
name: "Dart",
description: "Dart is a client-optimized programming language for fast apps on any platform, developed by Google, and often used with the Flutter framework.",
},
{
slug: "perl",
name: "Perl",
description: "Perl is a highly capable, feature-rich programming language with over 30 years of development, used in web development and system administration.",
},
{
slug: "r",
name: "R",
description: "R is a programming language and software environment for statistical computing and graphics, widely used in data analysis and research.",
},
{
slug: "objective_c",
name: "Objective-C",
description: "Objective-C is a general-purpose, object-oriented programming language used by Apple before Swift, and still widely used in legacy macOS and iOS applications.",
},
{
slug: "bash",
name: "Bash",
description: "Bash (Bourne Again Shell) is a command language interpreter that is commonly used for scripting and automating tasks in Unix-based systems.",
},
{
slug: "sql",
name: "SQL",
description: "SQL (Structured Query Language) is a standard language for managing and manipulating relational databases.",
},
{
slug: "haskell",
name: "Haskell",
description: "Haskell is a purely functional programming language known for its strong static typing and immutability, often used in academic and research environments.",
},
{
slug: "elixir",
name: "Elixir",
description: "Elixir is a functional, concurrent programming language built on the Erlang VM, known for its scalability and fault-tolerance.",
},
{
slug: "ocaml",
name: "OCaml",
description: "An industrial-strength functional programming language with an emphasis on expressiveness and safety"
},
{
slug: "gleam",
name: "Gleam",
description: "Gleam is a friendly language for building type-safe systems that scale!"
},
{
slug: "elm",
name: "Elm",
description: "A delightful language for reliable web applications."
},
{
slug: "cobol",
name: "COBOL",
description: "COBOL is still widely used in applications deployed on mainframe computers, such as large-scale batch and transaction processing jobs."
},
{
slug: "clojure",
name: "Clojure",
description: "Clojure is a dialect of Lisp, and shares with Lisp the code-as-data philosophy and a powerful macro system."
},
{
slug: "html-css",
name: "HTML/CSS",
description: "HTML and CSS are essential technologies for building and designing the structure and appearance of websites."
},
{
slug: "lua",
name: "Lua",
description: "Lua is a powerful, efficient, lightweight, embeddable scripting language."
},
{
slug: "lean4",
name: "Lean4",
description: "Programming Language and Theorem Prover"
},
{
slug: "julia",
name: "Julia",
description: "Julia is a language that is fast, dynamic, easy to use, and open source"
},
{
slug: "zig",
name: "Zig",
description: "Zig is a general-purpose programming language and toolchain for maintaining robust, optimal and reusable software."
},
{
slug: "erlang",
name: "Erlang",
description: "Erlang is a programming language used to build massively scalable soft real-time systems with requirements on high availability"
},
{
slug: "fsharp",
name: "F#",
description: "F# gives you simplicity and succinctness like Python with correctness, robustness and performance beyond C# or Java."
},
{
slug: "nim",
name: "Nim",
description: "Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula."
},
{
slug: "crystal",
name: "Crystal",
description: "Crystal is statically typed and type errors are caught early by the compiler, eliminating a range of type-related errors at runtime."
},
{
slug: "matlab",
name: "MATLAB",
description: "MATLAB is a high-performance language primarily used for numerical computing, data analysis, and algorithm development in engineering and scientific applications.",
},
{
slug: "fortran",
name: "Fortran",
description: "Fortran is a powerful language used extensively in scientific and engineering computations, known for its performance in numerical and array-based calculations.",
},
{
slug: "visual_basic",
name: "Visual Basic",
description: "Visual Basic is an event-driven programming language developed by Microsoft, often used for developing Windows applications and automating tasks within the Microsoft Office suite.",
},
{
slug: "groovy",
name: "Groovy",
description: "Groovy is a dynamic language for the Java platform that offers a concise syntax and seamless integration with Java, commonly used for scripting, automation, and building domain-specific languages.",
},
{
slug: "prolog",
name: "Prolog",
description: "Prolog is a logic programming language associated with artificial intelligence and computational linguistics, focusing on pattern matching and rule-based logical queries.",
},
{
slug: 'common_lisp',
name: 'CommonLisp',
description:
'Common Lisp (CL) is a dialect of the Lisp programming language, published in American National Standards Institute (ANSI).',
},
{
slug: 'emacs_lisp',
name: 'EmacsLisp',
description:
'Emacs Lisp is a dialect of the Lisp programming language designed specifically for the Emacs text editor.',
},
{
slug: 'racket_lisp',
name: 'Racket',
description: 'The Racket language is a modern dialect of Lisp and a descendant of Scheme.',
},
{
slug: 'scheme_lisp',
name: 'Scheme',
description:
'Scheme is a dialect of the Lisp family of programming languages. Scheme was created during the 1970s at the MIT Computer Science and Artificial Intelligence Laboratory (MIT CSAIL).',
},
{
slug: 'powershell',
name: 'PowerShell',
description:
'PowerShell is a cross-platform task automation solution made up of a command-line shell, a scripting language, and a configuration management framework.',
},
],
},
occupations: {
description: "Choose your Occupation",
delete_trigger: false,
values: [
{
slug: "backend",
name: "Backend",
description: "Backend development refers to the server-side of an application and everything that communicates between the database and the browser.",
},
{
slug: "frontend",
name: "Frontend",
description: "Frontend development refers to the client-side of an application and is focused on what users interact with in the browser.",
},
{
slug: "devops",
name: "DevOps",
description: "DevOps involves practices that combine software development and IT operations to shorten the development life cycle.",
},
{
slug: "fullstack",
name: "FullStack",
description: "Full Stack development covers both frontend and backend development to create complete web applications.",
},
{
slug: "database",
name: "DBA",
description: "Databases store and organize data and provide mechanisms for accessing, managing, and updating that data efficiently.",
},
{
slug: "data-engineer",
name: "Data Engineer",
description: "Data Engineering involves designing and maintaining the architecture that helps analyze and process data in the way an organization needs it.",
},
{
slug: "product-manager",
name: "Product Manager",
description: "Product Management involves planning, forecasting, and production, as well as marketing of products at all stages of the product lifecycle.",
},
{
slug: "devrel",
name: "DevRel",
description: "Developer Relations (DevRel) focuses on building relationships with developers and the community to drive awareness and adoption of a platform or technology.",
},
{
slug: "gamedev",
name: "Game Developer",
description: "Game Development involves designing, developing, and releasing video games across various platforms.",
},
{
slug: "uxui",
name: "UX/UI",
description: "UX/UI Design focuses on enhancing user satisfaction by improving the usability, accessibility, and pleasure provided in the interaction between the user and the product.",
},
{
slug: "mobile",
name: "Mobile Developer",
description: "Mobile Development involves creating applications for mobile devices such as smartphones and tablets.",
},
{
slug: "infosec",
name: "Information Security",
description: "Information Security professionals protect systems, networks, and data from digital threats, ensuring confidentiality, integrity, and availability.",
},
{
slug: "qa-engineer",
name: "QA Engineer",
description: "Quality Assurance Engineers design and implement tests to ensure the quality and functionality of software applications.",
},
{
slug: "data-scientist",
name: "Data Scientist",
description: "Data Scientists analyze and interpret complex data to help organizations make informed decisions and solve challenging problems.",
},
{
slug: "ai-ml-engineer",
name: "AI/ML Engineer",
description: "AI/ML Engineers develop and deploy machine learning models and artificial intelligence systems to automate tasks and derive insights from data.",
},
{
slug: "cloud-engineer",
name: "Cloud Engineer",
description: "Cloud Engineers design, implement, and manage cloud-based infrastructure and services to ensure scalability and reliability.",
},
{
slug: "technical-writer",
name: "Technical Writer",
description: "Technical Writers create clear and concise documentation, manuals, and guides to help users understand and utilize software and hardware products.",
},
{
slug: "sre",
name: "Site Reliability Engineer",
description: "Site Reliability Engineers apply software engineering principles to ensure the reliability, scalability, and efficiency of production systems, focusing on automation, monitoring, and performance optimization.",
},
]
},
clearAll: {
description: "Clear your tags liking here",
delete_trigger: true,
values: []
}
}