helpful stuff
rest/api test tools
- postman might be
So here are a few alternatives:
- OSS bruno
- Insonmia allows to use with coud or offline
- OSS hoppscotch
- OSS Restfox
compare tools
assisting tools
links to overview pages
learn interactive online
- katacoda has multiple free interative tutorials (mainly cloud or ci/cd topics)
- regex crossword
- GitHub git learning resources
- Learn git branching interactivly
- Visualize git
boot usb
screen recorder
To create documentation for an ui or demonstrate bugs.
Windows: Screen to gif
Linux:
- Deepin screen recorder
- Peek
terminal recorder
ascii cinema save terminal session in a cast file which can be played in a terminal or on the website. The cast file is a text file, but it can not be used to be directly copy pasted into a terminal. The asciidoc player is needed.
usage:
## install
sudo apt-get install asciinema
## record and save in file
asciinema rec ./file.cast
# exit via crlt + D
## replay a record
asciinema play ./file.cast
## dumps the content of a record on console
asciinema cat ./file.cast
## record and save to web ( you need account to view it)
asciinema rec
# exit via crlt + D
# press enter