git sync for colleagues.

All in 1 big commit :)...
Do as I say... not as I do (in my private stuff anyway)
This commit is contained in:
2022-05-12 11:34:53 +02:00
parent 2f10c28aa4
commit 7a68e42288
151 changed files with 20431 additions and 18763 deletions

52
src/data/resume/tech.ts Normal file
View File

@@ -0,0 +1,52 @@
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" },
];