Recently Updated Pages
Flutter
FVM Install project version: fvm install Install new version: fvm install x.y.z Set new project v...
General Super User Tips
Browser Have you heard of duckduckgo bang search? It's awesome. For example: Search wikipedia fo...
Flutter Architecture
Intro I am going to try and use the Flutter app architecture outlined by Andrea, in their archite...
Shell Config
# Custom aliases by yours truly! alias sudo="sudo " # this makes aliases useable with sudo alias ...
Time Booking Script
Workflow for time booking Find days to book for: https://youtrack.mway.io/timesheets Export from...
Pics
Flame
https://docs.flame-engine.org/latest/tutorials/bare_flame_game.html https://docs.flame-engine.org...
Recipe
todo
Checklists
Sprint Planning Preflight There are enough topics/technologies so that everyone has something t...
Links and Good Articles
https://pomodor.app/timer https://owasp.org/www-project-top-ten/ https://martinfowler.com/articl...
Software Engineering at Google
Read the book online, for free, here: https://abseil.io/resources/swe-book/html/toc.html Currentl...
Peopleware
Peopleware: Reading Notes This is my document to write down things I feel like are important from...
Clean Code
Clean Code: Reading Notes This is my document to write down things I feel like are important from...
Git
Nice aliases alias gl='git pull' alias gco='git checkout' alias gcb='git checkout -b' alias ga='g...
Docker Compose
Docker
Zsh
Theme: apple
Nginx
# macOS only? Definitely not the same on the webserver NGINX_CONFIG="/opt/homebrew/etc/nginx/serv...
Shell Commands & Tools
find exposed ports: netstat -lntu ss -lntu find process on port lsof -nP -iTCP -sTCP:LISTEN | gr...
JUnit
JUnit parameterized tests @ParameterizedTest @ValueSource(strings = {"", " "}) // simple primit...