53 lines
2.6 KiB
TypeScript
53 lines
2.6 KiB
TypeScript
export const techs = [
|
|
{ link: "https://www.rabbitmq.com/", label: "RabbitMQ" },
|
|
{ link: "https://kubernetes.io/", label: "Kubernetes" },
|
|
{ link: "https://docs.docker.com/engine/swarm/", label: "Docker swarm" },
|
|
{ link: "https://www.mongodb.com/", label: "Mongo" },
|
|
{ link: "http://ptvgroup.com/en/", label: "PTV xServer" },
|
|
{ link: "http://elasticsearch.org", label: "Elasticsearch" },
|
|
{ link: "http://elastic.co/products/kibana", label: "Kibana" },
|
|
{ link: "http://nodejs.org", label: "NodeJS" },
|
|
{ link: "http://docker.com", label: "Docker" },
|
|
{ link: "http://scala-lang.org/", label: "Scala" },
|
|
{ link: "http://nativescript.org/", label: "Nativescript" },
|
|
{ link: "http://php.net/manual/en/intro-whatis.php", label: "PHP" },
|
|
{ link: "http://mysql.com", label: "MySQL" },
|
|
{
|
|
link: "http://microsoft.com/en-us/sql-server/sql-server-2016",
|
|
label: "SQL Server ",
|
|
},
|
|
{ link: "http://en.wikipedia.org/wiki/Linux", label: "Linux" },
|
|
{ link: "http://java.com/en/", label: "Java" },
|
|
{ link: "http://angular.io/", label: "Angular" },
|
|
{ link: "http://facebook.github.io/react/", label: "React" },
|
|
{ link: "http://typescriptlang.org/", label: "Typescript" },
|
|
{ link: "https://sass-lang.com/", label: "HTML / CSS / SASS / Web tools" },
|
|
{ link: "http://python.org/", label: "Python" },
|
|
{ link: "http://transfollow.org/en", label: "Transfollow" },
|
|
{ link: "http://golang.org/", label: "Golang" },
|
|
{
|
|
link: "http://docs.microsoft.com/en-us/dotnet/visual-basic/",
|
|
label: "Visual basic ",
|
|
},
|
|
{ link: "http://en.wikipedia.org/wiki/C_(programming_language)", label: "C" },
|
|
{ link: "http://cplusplus.com/", label: "C++" },
|
|
{ link: "http://electron.atom.io", label: "Electron" },
|
|
{ link: "http://en.wikipedia.org/wiki/Unified_Modeling_Language", label: "UML" },
|
|
{ link: "http://atlassian.com/software/jira", label: "JIRA" },
|
|
{ link: "http://atlassian.com/software/confluence", label: "Confluence" },
|
|
{ link: "http://github.com/mastermindzh", label: "Git" },
|
|
{ link: "http://hginit.com/", label: "Mercurial" },
|
|
{
|
|
link: "http://en.wikipedia.org/wiki/Scrum_(software_development)",
|
|
label: "Scrum ",
|
|
},
|
|
{ link: "http://javascript.com/", label: "Javascript" },
|
|
{ link: "http://docs.microsoft.com/en-us/dotnet/csharp/csharp", label: "C#" },
|
|
{ link: "http://www.gnu.org/software/bash/", label: "Bash" },
|
|
{ link: "http://jenkins.io/doc/", label: "Jenkins" },
|
|
{ link: "http://logz.io/", label: "Logstash" },
|
|
{ link: "http://www.tug.org/", label: "TeX" },
|
|
{ link: "http://linux.org", label: "Linux (server & desktop)" },
|
|
{ link: "http://en.wikipedia.org/wiki/BASIC", label: "Basic" },
|
|
];
|