portfolio/config/technologies.yaml

240 lines
4.5 KiB
YAML
Raw Normal View History

# TODO: add git; vim; mariadb; latex; socket-io; docker; c (programming language); express.js; stripe and paypal integrations
2022-06-21 10:33:35 +00:00
technologies:
# Front End
- id: css
image: css3.svg
2022-06-21 10:33:35 +00:00
name: CSS 3
height: stretch
website: https://www.w3.org/TR/css/
wikidata: Q11707176
- id: html
image: html5.svg
2022-06-21 10:33:35 +00:00
name: HTML 5
website: https://html.spec.whatwg.org/multipage/
wikidata: Q2053
2022-06-21 10:33:35 +00:00
# JavaScript
2022-08-04 11:00:24 +00:00
- id: js
image: js.svg
name: JavaScript
website: https://developer.mozilla.org/en-US/docs/Web/javascript#reference
# or https://tc39.es/ecma262/ for the full spec
wikidata: Q2005
- id: jquery
image: jquery.svg
2022-06-21 10:33:35 +00:00
name: JQuery
website: https://jquery.com/
wikidata: Q230036
- id: node
image: node.svg
2022-06-21 10:33:35 +00:00
name: Node.js
website: https://nodejs.org/
wikidata: Q756100
- id: yarn
image: yarn.svg
2022-06-21 10:33:35 +00:00
name: Yarn
website: https://yarnpkg.com
wikidata: Q28975591
- id: webpack
image: webpack.svg
2022-06-21 10:33:35 +00:00
name: Webpack
website: https://webpack.js.org/
wikidata:
- id: sass
image: sass.svg
2022-06-21 10:33:35 +00:00
name: SASS
website: https://sass-lang.com/
wikidata: Q1572865
- id: typescript
image: typescript.svg
2022-06-21 10:33:35 +00:00
name: Type Script
website: https://www.typescriptlang.org/
wikidata: Q978185
2022-06-21 10:33:35 +00:00
- id: electron
image: electron.svg
2022-06-21 10:33:35 +00:00
name: Electron
website: https://www.electronjs.org/
wikidata: Q21614124
2022-06-21 10:33:35 +00:00
# Python
- id: python
image: python.svg
2022-06-21 10:33:35 +00:00
name: Python
website: https://python.org
wikidata: Q28865
2022-06-21 10:33:35 +00:00
- id: gunicorn
image: gunicorn.svg
name: Gunicorn
website: https://gunicorn.org/
wikidata: Q5618801
2022-06-21 10:33:35 +00:00
# Dev Ops
- id: docker
image: docker.svg
2022-06-21 10:33:35 +00:00
name: Docker
website: https://docker.com
wikidata: Q15206305
- id: caddy
image: caddy-150.png
2022-06-21 10:33:35 +00:00
name: Caddy
website: https://caddyserver.com/
wikidata: Q24008327
- id: nginx
image: nginx.svg
2022-06-21 10:33:35 +00:00
name: Nginx
height: stretch
website: https://nginx.org/en/
wikidata: Q306144
- id: varnish
image: varnish.svg
2022-06-21 10:33:35 +00:00
name: Varnish
website: https://varnish-cache.org
wikidata: Q1602447
2022-06-21 10:33:35 +00:00
- id: cloudflare
image: cloudflare.svg
name: Cloudflare
website: https://cloudflare.com
wikidata: Q4778915
2022-06-21 10:33:35 +00:00
# Databases
- id: mariadb
alias: mysql
image: mariadb.svg
name: MariaDB
description: Database management system similar to MySQL
website: https://mariadb.org/
wikidata: Q787177
- id: mongodb
image: mongodb.svg
2022-06-21 10:33:35 +00:00
height: stretch
name: MongoDB
description: NoSQL database
website: https://mongodb.com
wikidata: Q1165204
- id: elasticsearch
image: elasticsearch-150.png
2022-06-21 10:33:35 +00:00
name: Elastic Search
website: https://www.elastic.co/elasticsearch/
wikidata: Q3050461
- id: redis
image: redis.svg
2022-06-21 10:33:35 +00:00
name: Redis
website: https://redis.io
wikidata: Q2136322
2022-06-21 10:33:35 +00:00
# PHP ecosystem
- id: php
image: php.svg
2022-06-21 10:33:35 +00:00
name: PHP
description: Language to make cool website
website: https://php.net
color: blue
wikidata: Q59
2022-08-02 20:09:45 +00:00
- id: apiplatform
image: api-platform.svg
2022-06-21 10:33:35 +00:00
name: API Platform
website: https://api-platform.com/
wikidata: Q108740058
- id: composer
image: composer-150.png
2022-06-21 10:33:35 +00:00
name: Composer
height: stretch
website: https://getcomposer.org/
wikidata: Q15252222
- id: slim
image: slim.svg
2022-06-21 10:33:35 +00:00
name: Slim Framework
website: https://www.slimframework.com/
wikidata: null
- id: laravel
image: laravel.svg
2022-06-21 10:33:35 +00:00
name: Laravel
website: https://laravel.com/
wikidata: Q13634357
- id: symfony
image: symfony.svg
2022-06-21 10:33:35 +00:00
name: Symfony
website: https://symfony.com
wikidata: Q1322933
- id: phpunit
image: phpunit.svg
2022-06-21 10:33:35 +00:00
name: PHP Unit
website: https://phpunit.de/
wikidata: Q1663673
2022-06-21 10:33:35 +00:00
- id: vue
image: vue.svg
2022-06-21 10:33:35 +00:00
name: Vue.js
website: https://vuejs.org/
wikidata: Q24589705
- id: nuxt
image: nuxt.svg
2022-06-21 10:33:35 +00:00
name: Nuxt.js
website: https://nuxtjs.org/
wikidata: Q55641291
- id: vuetify
image: vuetify.svg
2022-06-21 10:33:35 +00:00
name: Vuetify
website: https://vuetifyjs.com/
wikidata: Q112943923
2022-06-21 10:33:35 +00:00
- id: go
image: go.svg
2022-06-21 10:33:35 +00:00
name: Go
website: https://go.dev
wikidata: Q37227
- id: express
image: express.svg
name: Express.js
wikidata: Q16878131
hidden: true
2022-08-02 20:09:45 +00:00
- id: nvim
name: Neovim
hidden: true
- id: vscode
name: VS Code
hidden: true
- id: systemd
name: SystemD
hidden: true
- id: graphql
name: GraphQL
hidden: true
- id: rest
name: REST
hidden: true
2022-06-21 10:33:35 +00:00