Skip to main content

Recently Updated Pages

Flutter

Knowledge Base Flutter and Dart

FVM Install project version: fvm install Install new version: fvm install x.y.z Set new project v...

Updated 6 months ago by Jeffrey -

General Super User Tips

Knowledge Base Misc

Browser Have you heard of duckduckgo bang search? It's awesome. For example: Search wikipedia fo...

Updated 7 months ago by Jeffrey -

Flutter Architecture

Knowledge Base Flutter and Dart

Intro I am going to try and use the Flutter app architecture outlined by Andrea, in their archite...

Updated 7 months ago by Jeffrey -

Shell Config

Knowledge Base Shell

# Custom aliases by yours truly! alias sudo="sudo " # this makes aliases useable with sudo alias ...

Updated 7 months ago by Jeffrey -

Time Booking Script

Knowledge Base Python

Workflow for time booking Find days to book for: https://youtrack.mway.io/timesheets Export from...

Updated 7 months ago by Jeffrey -

Pics

Knowledge Base Just For Fun

Updated 7 months ago by Jeffrey -

Flame

Knowledge Base Flutter and Dart

https://docs.flame-engine.org/latest/tutorials/bare_flame_game.html https://docs.flame-engine.org...

Updated 8 months ago by Jeffrey -

Recipe

Coffee Brewing Moka Pot

todo

Updated 8 months ago by Jeffrey -

Checklists

Knowledge Base Misc

Sprint Planning Preflight There are enough topics/technologies so that everyone has something t...

Updated 8 months ago by Jeffrey -

Links and Good Articles

Knowledge Base Reading Notes

https://pomodor.app/timer https://owasp.org/www-project-top-ten/ https://martinfowler.com/articl...

Updated 8 months ago by Jeffrey -

Software Engineering at Google

Knowledge Base Reading Notes

Read the book online, for free, here: https://abseil.io/resources/swe-book/html/toc.html Currentl...

Updated 8 months ago by Jeffrey -

Peopleware

Knowledge Base Reading Notes

Peopleware: Reading Notes This is my document to write down things I feel like are important from...

Updated 8 months ago by Jeffrey -

Clean Code

Knowledge Base Reading Notes

Clean Code: Reading Notes This is my document to write down things I feel like are important from...

Updated 8 months ago by Jeffrey -

Git

Knowledge Base VCS

Nice aliases alias gl='git pull' alias gco='git checkout' alias gcb='git checkout -b' alias ga='g...

Updated 8 months ago by Jeffrey -

Docker Compose

Knowledge Base VM

Updated 9 months ago by Jeffrey -

Docker

Knowledge Base VM

Updated 9 months ago by Jeffrey -

Zsh

Knowledge Base Shell

Theme: apple

Updated 9 months ago by Jeffrey -

Nginx

Knowledge Base Reverse Proxy

# macOS only? Definitely not the same on the webserver NGINX_CONFIG="/opt/homebrew/etc/nginx/serv...

Updated 9 months ago by Jeffrey -

Shell Commands & Tools

Knowledge Base Shell

find exposed ports: netstat -lntu ss -lntu find process on port lsof -nP -iTCP -sTCP:LISTEN | gr...

Updated 9 months ago by Jeffrey -

JUnit

Knowledge Base Java

JUnit parameterized tests @ParameterizedTest @ValueSource(strings = {"", " "}) // simple primit...

Updated 9 months ago by Jeffrey -