developer_tools
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| developer_tools [2026/06/14 01:36] – jhagstrand | developer_tools [2026/06/25 03:54] (current) – [Cheatsheet] jhagstrand | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| [[vim]] - text editor | [[vim]] - text editor | ||
| - | ===== Cheatsheet ===== | + | [[postgresql]] - database |
| - | # find text within files | + | [[postgis]] |
| - | grep -r " | + | |
| - | # find files | + | [[apache]] |
| - | find . -name *.plugin | + | ===== Cheatsheet ===== |
| - | find / -name Wire.h 2>&1 | grep -v " | + | |
| - | # run lint on whole repo> | + | <code> |
| - | find . -type f \( -name "*.js" | + | # find text within files |
| + | grep -r "progressive" . | ||
| - | | + | # find files |
| - | | + | find . -name *.plugin |
| + | find / -name Wire.h | ||
| - | | + | # run lint on whole repo> |
| - | | + | find . -type f \( -name " |
| - | unlink public_html | + | |
| - | aider configurations, | + | # run local web server |
| + | python3 -m http.server > /dev/null 2>&1 & # fg + ctrl-C to kill before window close | ||
| - | git remote set-url origin ssh://voyccom@az1-ss8.a2hosting.com: | + | # soft links |
| - | git remote set-url gitlab https:// | + | ln -s webprod/homepage/homepage public_html |
| + | unlink public_html | ||
| - | aider /undo = git reset --hard HEAD^ | + | # git |
| + | git remote set-url origin ssh:// | ||
| + | git remote set-url gitlab https:// | ||
| + | git reset --hard HEAD^ # same as aider /undo | ||
| + | aider configurations, | ||
| https:// | https:// | ||
| + | |||
| + | feat: | ||
| + | fix: | ||
| + | chore: | ||
| + | build: | ||
| + | revert: | ||
| + | docs: | ||
| + | test: | ||
| + | refactor: | ||
| + | perf: | ||
| + | style: | ||
| + | revert: | ||
| + | |||
| + | |||
| + | sudo tail -f / | ||
| + | sudo tail -f / | ||
| + | </ | ||
| + | ~ | ||
| + | =====Web Development===== | ||
| + | |||
| + | Client-side technologies: | ||
| + | * HTML | ||
| + | * CSS | ||
| + | * Javascript | ||
| + | |||
| + | Server-side technologies: | ||
| + | |||
| + | |||
| + | AJAX | ||
| + | |||
| + | Client-server architecture | ||
| + | |||
| + | Client-side apps | ||
| + | |||
| + | Drawing apps | ||
| + | |||
| + | Vector Paint | ||
| + | https:// | ||
| + | |||
| + | Geacron | ||
| + | https:// | ||
| + | |||
| + | GeoGebra | ||
| + | https:// | ||
developer_tools.1781415361.txt.gz · Last modified: 2026/06/14 01:36 by jhagstrand