Skip to content

Commit

Permalink
added some new skills
Browse files Browse the repository at this point in the history
  • Loading branch information
alistaircol committed Jun 13, 2022
1 parent a4807f8 commit 53689b8
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 18 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
build/
bin/
.idea/
**.DS_Store
2 changes: 2 additions & 0 deletions src/concepts.dot
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ digraph {
scraping [${SKILLS_NODE_STYLE_SECONDARY} label = "Web Scraping" URL = "https://github.com/alistaircol/scotlis"];
twelvefactor [${SKILLS_NODE_STYLE_SECONDARY} label = "12 Factor App" URL = "https://12factor.net/"];
rest [${SKILLS_NODE_STYLE_SECONDARY} label = "REST" URL = "https://restfulapi.net/"];
owasp [${SKILLS_NODE_STYLE_SECONDARY} label = "OWASP" URL = "https://owasp.org/Top10/"];

concepts -> iac ${SKILLS_EDGE_SECONDARY};
concepts -> scraping ${SKILLS_EDGE_SECONDARY};
concepts -> twelvefactor ${SKILLS_EDGE_SECONDARY};
concepts -> rest ${SKILLS_EDGE_SECONDARY};
concepts -> owasp ${SKILLS_EDGE_SECONDARY};
}
}
2 changes: 2 additions & 0 deletions src/environment.dot
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,14 @@ digraph {
i3wm [${SKILLS_NODE_STYLE_QUATERNARY} label = "i3wm" URL = "https://i3wm.org"];
tmuxinator [${SKILLS_NODE_STYLE_QUATERNARY} label = "tmuxinator" URL = "https://github.com/tmuxinator/tmuxinator"];
tmux [${SKILLS_NODE_STYLE_QUATERNARY} label = "tmux" URL = "https://github.com/tmux/tmux/wiki/Getting-Started"];
taskfile [${SKILLS_NODE_STYLE_QUATERNARY} label = "taskfile" URL = "https://taskfile.dev/"];
make [${SKILLS_NODE_STYLE_QUATERNARY} label = "make" URL = "https://www.gnu.org/software/make/"];
bash [${SKILLS_NODE_STYLE_QUATERNARY} label = "bash" URL = "https://www.gnu.org/software/bash/"];

linux -> i3wm ${SKILLS_EDGE_QUATERNARY};
linux -> tmuxinator ${SKILLS_EDGE_QUATERNARY};
linux -> tmux ${SKILLS_EDGE_QUATERNARY};
linux -> taskfile ${SKILLS_EDGE_QUATERNARY};
linux -> make ${SKILLS_EDGE_QUATERNARY};
linux -> bash ${SKILLS_EDGE_QUATERNARY};
}
Expand Down
20 changes: 11 additions & 9 deletions src/php.dot
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,17 @@ digraph {
subgraph cluster_php_testing {
graph [style = "invis"];

selenium [${SKILLS_NODE_STYLE_TERTIARY} label = "Selenium" URL = "https://www.selenium.dev/documentation/en/webdriver/"];
phpunit [${SKILLS_NODE_STYLE_TERTIARY} label = "PHPUnit" URL = "https://phpunit.de"];
postman [${SKILLS_NODE_STYLE_TERTIARY} label = "Postman" URL = "https://www.postman.com"];
behat [${SKILLS_NODE_STYLE_TERTIARY} label = "Behat" URL = "https://docs.behat.org/en/latest/"];

php_testing -> selenium ${SKILLS_EDGE_TERTIARY};
php_testing -> phpunit ${SKILLS_EDGE_TERTIARY};
php_testing -> postman ${SKILLS_EDGE_TERTIARY};
php_testing -> behat ${SKILLS_EDGE_TERTIARY};
selenium [${SKILLS_NODE_STYLE_TERTIARY} label = "Selenium" URL = "https://www.selenium.dev/documentation/en/webdriver/"];
playwright [${SKILLS_NODE_STYLE_TERTIARY} label = "Playwright" URL = "https://playwright.dev/"];
phpunit [${SKILLS_NODE_STYLE_TERTIARY} label = "PHPUnit" URL = "https://phpunit.de"];
postman [${SKILLS_NODE_STYLE_TERTIARY} label = "Postman" URL = "https://www.postman.com"];
behat [${SKILLS_NODE_STYLE_TERTIARY} label = "Behat" URL = "https://docs.behat.org/en/latest/"];

php_testing -> selenium ${SKILLS_EDGE_TERTIARY};
php_testing -> playwright ${SKILLS_EDGE_TERTIARY};
php_testing -> phpunit ${SKILLS_EDGE_TERTIARY};
php_testing -> postman ${SKILLS_EDGE_TERTIARY};
php_testing -> behat ${SKILLS_EDGE_TERTIARY};
}
php -> php_testing ${SKILLS_EDGE_SECONDARY};

Expand Down
24 changes: 15 additions & 9 deletions src/skills.dot
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,14 @@ digraph {
i3wm [${SKILLS_NODE_STYLE_QUATERNARY} label = "i3wm" URL = "https://i3wm.org"];
tmuxinator [${SKILLS_NODE_STYLE_QUATERNARY} label = "tmuxinator" URL = "https://github.com/tmuxinator/tmuxinator"];
tmux [${SKILLS_NODE_STYLE_QUATERNARY} label = "tmux" URL = "https://github.com/tmux/tmux/wiki/Getting-Started"];
taskfile [${SKILLS_NODE_STYLE_QUATERNARY} label = "taskfile" URL = "https://taskfile.dev/"];
make [${SKILLS_NODE_STYLE_QUATERNARY} label = "make" URL = "https://www.gnu.org/software/make/"];
bash [${SKILLS_NODE_STYLE_QUATERNARY} label = "bash" URL = "https://www.gnu.org/software/bash/"];

linux -> i3wm ${SKILLS_EDGE_QUATERNARY};
linux -> tmuxinator ${SKILLS_EDGE_QUATERNARY};
linux -> tmux ${SKILLS_EDGE_QUATERNARY};
linux -> taskfile ${SKILLS_EDGE_QUATERNARY};
linux -> make ${SKILLS_EDGE_QUATERNARY};
linux -> bash ${SKILLS_EDGE_QUATERNARY};
}
Expand Down Expand Up @@ -258,15 +260,17 @@ digraph {
subgraph cluster_php_testing {
graph [style = "invis"];

selenium [${SKILLS_NODE_STYLE_TERTIARY} label = "Selenium" URL = "https://www.selenium.dev/documentation/en/webdriver/"];
phpunit [${SKILLS_NODE_STYLE_TERTIARY} label = "PHPUnit" URL = "https://phpunit.de"];
postman [${SKILLS_NODE_STYLE_TERTIARY} label = "Postman" URL = "https://www.postman.com"];
behat [${SKILLS_NODE_STYLE_TERTIARY} label = "Behat" URL = "https://docs.behat.org/en/latest/"];

php_testing -> selenium ${SKILLS_EDGE_TERTIARY};
php_testing -> phpunit ${SKILLS_EDGE_TERTIARY};
php_testing -> postman ${SKILLS_EDGE_TERTIARY};
php_testing -> behat ${SKILLS_EDGE_TERTIARY};
selenium [${SKILLS_NODE_STYLE_TERTIARY} label = "Selenium" URL = "https://www.selenium.dev/documentation/en/webdriver/"];
playwright [${SKILLS_NODE_STYLE_TERTIARY} label = "Playwright" URL = "https://playwright.dev/"];
phpunit [${SKILLS_NODE_STYLE_TERTIARY} label = "PHPUnit" URL = "https://phpunit.de"];
postman [${SKILLS_NODE_STYLE_TERTIARY} label = "Postman" URL = "https://www.postman.com"];
behat [${SKILLS_NODE_STYLE_TERTIARY} label = "Behat" URL = "https://docs.behat.org/en/latest/"];

php_testing -> selenium ${SKILLS_EDGE_TERTIARY};
php_testing -> playwright ${SKILLS_EDGE_TERTIARY};
php_testing -> phpunit ${SKILLS_EDGE_TERTIARY};
php_testing -> postman ${SKILLS_EDGE_TERTIARY};
php_testing -> behat ${SKILLS_EDGE_TERTIARY};
}
php -> php_testing ${SKILLS_EDGE_SECONDARY};

Expand Down Expand Up @@ -403,11 +407,13 @@ digraph {
scraping [${SKILLS_NODE_STYLE_SECONDARY} label = "Web Scraping" URL = "https://github.com/alistaircol/scotlis"];
twelvefactor [${SKILLS_NODE_STYLE_SECONDARY} label = "12 Factor App" URL = "https://12factor.net/"];
rest [${SKILLS_NODE_STYLE_SECONDARY} label = "REST" URL = "https://restfulapi.net/"];
owasp [${SKILLS_NODE_STYLE_SECONDARY} label = "OWASP" URL = "https://owasp.org/Top10/"];

concepts -> iac ${SKILLS_EDGE_SECONDARY};
concepts -> scraping ${SKILLS_EDGE_SECONDARY};
concepts -> twelvefactor ${SKILLS_EDGE_SECONDARY};
concepts -> rest ${SKILLS_EDGE_SECONDARY};
concepts -> owasp ${SKILLS_EDGE_SECONDARY};
}
me -> concepts ${SKILLS_EDGE_PRIMARY};
}

0 comments on commit 53689b8

Please sign in to comment.