Knowledge Base
A grouping of learnings, quick references, configurations and just general brain dump for all sorts of technology related topics.
Shell
All things unix shell: commands, bash/zsh, config, etc. Some search terms: unix,bash,zsh,sh,shel...
Shell Config
# Custom aliases by yours truly! alias sudo="sudo " # this makes aliases useable with sudo alias ...
Shell Commands & Tools
find exposed ports: netstat -lntu ss -lntu find process on port lsof -nP -iTCP -sTCP:LISTEN | gr...
Bash
bash scripting reference: https://www.gnu.org/software/bash/manual/bash.html Cursor position/outp...
Zsh
Theme: apple
VCS
IDEs and Editors
Java
Flutter and Dart
Dart
# callbacks final VoidCallback myVoidCallback = () {}; final ValueGetter<int> myValueGetter = () ...
Flutter
FVM Install project version: fvm install Install new version: fvm install x.y.z Set new project v...
Flame
https://docs.flame-engine.org/latest/tutorials/bare_flame_game.html https://docs.flame-engine.org...
Flutter Architecture
Intro I am going to try and use the Flutter app architecture outlined by Andrea, in their archite...
Flutter Widget References
Create a page with content on top, and on bottom, that turns into a safe, scrollable content when...
Riverpod
Note: this is WIP, and now seems to be wrong. Mocking notifiers is a rabbit hole that never ends....
Databases
Just For Fun
A collection of random, potentially useless stuff
Reverse Proxy
VM
Reading Notes
Clean Code
Clean Code: Reading Notes This is my document to write down things I feel like are important from...
Peopleware
Peopleware: Reading Notes This is my document to write down things I feel like are important from...
Software Engineering at Google
Read the book online, for free, here: https://abseil.io/resources/swe-book/html/toc.html Currentl...
Links and Good Articles
https://pomodor.app/timer https://owasp.org/www-project-top-ten/ https://martinfowler.com/articl...
Misc
Checklists
Sprint Planning Preflight There are enough topics/technologies so that everyone has something t...
General Super User Tips
Browser Have you heard of duckduckgo bang search? It's awesome. For example: Search wikipedia fo...
App for Remembering Stuff
Design decisions that must be made: Should empty Groups be shown or hidden in the list for remem...
Random
https://asciisector.fandom.com/wiki/Ascii_Sector_Wiki https://www.nethack.org http://www.thangor...
SSH in Java
Apache Mina SSHD https://github.com/apache/mina-sshd/blob/master/docs/server-setup.md Idea: The ...