swissdev-tech-tags 0.0.233 → 0.0.235
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +4 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -84,7 +84,7 @@ const techTags = [".NET Framework", ".NET MVC", "3D", "Ab Initio", "Abacus", "Ad
|
|
|
84
84
|
"Cisco", "Clojure", "Cloud Foundry", "ColdFusion", "Composer", "Computer Vision", "Confluence", "Cordova", "CRM", "CST Studio Suite", "CTO", "Cubeware", "Cucumber", "CUDA", "Cypress", "D3", "DDD", "DDN", "DMS", "Dagger",
|
|
85
85
|
"DApps", "Dapper", "Dart", "Data-Engineer", "Data-Science", "Data Vault", "Data Warehouse", "Datadog", "Delphi", "DevExpress", "DevSecOps", "DevOps", "Django", "Docker", "Doctrine", "Drupal", "Dynatrace", "E2E", "EAM",
|
|
86
86
|
"EC2", "ECMAScript", "ELK", "ES6", "ESB", "ETL", "Eclipse", "Eclipse Scout", "ElasticSearch", "Electron", "Elixir", "Elm", "Embedded", "Embedded WebServer", "Ember", "ERP",
|
|
87
|
-
"EPCIS", "Erlang", "Exasol", "Exposed", "ExpressJS", "ESLint", "EtherCAT", "Ethereum", "Ethernet", "F#", "FaaS", "FPGA", "FastAPI", "Fastlane", "Figma", "Firebase", "Firewall", "Firmware", "Fivetran", "Foreman", "Fortran", "FortiGate", "Flask",
|
|
87
|
+
"EPCIS", "Erlang", "Exasol", "Exposed", "ExpressJS", "ESLint", "EtherCAT", "Ethereum", "Ethernet", "F#", "FaaS", "FPGA", "FastAPI", "Fastlane", "Figma", "FileMaker", "Firebase", "Firewall", "Firmware", "Fivetran", "Foreman", "Fortran", "FortiGate", "Flask",
|
|
88
88
|
"Flexray", "Flink", "Flowable", "Flutter", "Flyway", "FreeRTOS", "Frontend", "Fullstack", "GameDev", "Gatsby", "GCP", "Genesys", "GIS", "GNU", "Git", "GitHub", "GitLab", "GitOps", "Golang", "Gradle",
|
|
89
89
|
"Grafana", "GraphQL", "Graph Database", "Graphite", "Graylog", "Groovy", "Grunt", "GUI Programming", "Gulp", "H2", "Hadoop", "Handlebars", "Hardware", "HSM", "HTTP", "HTML5", "Haskell", "Helm", "Heroku",
|
|
90
90
|
"Hibernate", "Hive", "HL7", "HyperLynx", "IAM", "IBM", "IBM Db2", "IBM Mainframe", "IBM Spectrum", "IBM WebSphere", "ICT", "IaaS", "Icinga", "IdentityIQ", "IDoc", "Indesign", "InfiniBand",
|
|
@@ -566,6 +566,8 @@ const extractTechTagsFrom = (jobForm, techTags) => {
|
|
|
566
566
|
foundTechTags.delete("CAN")
|
|
567
567
|
foundTechTags.delete("R")
|
|
568
568
|
foundTechTags.delete("C")
|
|
569
|
+
foundTechTags.delete("UVM")
|
|
570
|
+
foundTechTags.delete("H2")
|
|
569
571
|
return [...foundTechTags]
|
|
570
572
|
}
|
|
571
573
|
|
|
@@ -607,6 +609,7 @@ const extractTechTagsFromStringArray = (stringsToTest, techTags) => {
|
|
|
607
609
|
foundTechTags.delete("R")
|
|
608
610
|
foundTechTags.delete("C")
|
|
609
611
|
foundTechTags.delete("UVM")
|
|
612
|
+
foundTechTags.delete("H2")
|
|
610
613
|
|
|
611
614
|
return foundTechTags
|
|
612
615
|
}
|