• https://blog.mpatterson.xyz
  • If you would like to contribute, email me a patch and how you want to be credited in the commit

  • Joined on 2022-03-30
max pushed to master at max/GoWeb 2024-02-09 20:21:55 +00:00
c4e83d06b9 Bump go version to 1.22
max pushed to master at max/GoWeb 2024-02-09 19:44:37 +00:00
51da24be9b Small formatting fix
max pushed to master at max/GoWeb 2024-01-20 22:32:23 +00:00
e497f4d2f0 Ignore fields that are zero value
max pushed tag v1.5.1 to max/GoWeb 2023-12-24 20:13:09 +00:00
max released v1.5.1 Release at max/GoWeb 2023-12-24 20:13:09 +00:00
max pushed to master at max/GoWeb 2023-12-23 03:03:31 +00:00
b30af86e58 Prebuild templates (base.html + content) at startup to avoid a file parse every page load
max pushed to master at max/GoWeb 2023-12-21 06:14:40 +00:00
3ffd548623 Fix ordering for html attributes
max pushed to master at max/GoWeb 2023-12-19 22:41:43 +00:00
cb4f10e0b4 Better alignment for memory
max pushed to master at max/GoWeb 2023-12-19 22:06:13 +00:00
878ce01b29 Get the sha256 hash of password before passing to bcrypt to avoid character limit
max pushed to master at max/GoWeb 2023-12-19 05:04:42 +00:00
c82cdb4f13 Use best naming practices
ce81c36e9f Update x/crypto
Compare 2 commits »
max pushed to master at max/GoWeb 2023-10-11 02:38:08 +00:00
ab1b82c680 Update x/crypto
max pushed to toml_config at max/GoWeb 2023-09-26 16:33:22 +00:00
308198ee8b Merge branch 'master' into toml_config
d8b1a5c999 Remove unnecessary comparison
0f59a6eba9 Go mod tidy and update x/crypto
Compare 3 commits »
max pushed to master at max/GoWeb 2023-09-26 16:33:13 +00:00
d8b1a5c999 Remove unnecessary comparison
max pushed to toml_config at max/GoWeb 2023-09-18 00:25:50 +00:00
ac19e2515a Go mod tidy and update x/crypto
max pushed to master at max/GoWeb 2023-09-18 00:24:11 +00:00
0f59a6eba9 Go mod tidy and update x/crypto
max created branch toml_config in max/GoWeb 2023-09-04 20:21:45 +00:00
max pushed to toml_config at max/GoWeb 2023-09-04 20:21:45 +00:00
60006b6e4e Use TOML for config
72e9ee3e43 Use TOML for config
Compare 2 commits »
max pushed to master at max/GoWeb 2023-09-03 21:19:00 +00:00
bb69c16cdf Update How to use section
max pushed to master at max/GoWeb 2023-09-03 20:56:47 +00:00
e87f14bcbf Make all slog errors uniform (lowercase)
max pushed to master at max/GoWeb 2023-09-03 20:45:29 +00:00
ed712a5344 Clean up error handling, migrate to log/slog, add todo for flash message system in post controller