• 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 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
max pushed to master at max/GoWeb 2023-08-18 02:13:33 +00:00
ee4c9f9199 Clean up error handling, begin migration to log/slog
max pushed to master at max/GoWeb 2023-08-12 19:30:37 +00:00
1d400efa19 Update x/crypto and Go version
max pushed to master at max/GoWeb 2023-08-12 19:28:38 +00:00
b36cbf4b9e Comment cleanup
max pushed to master at max/GoWeb 2023-08-03 17:13:51 +00:00
fa3165d317 Use proper error comparison
7cb36db3c2 Handle errors
eda5344685 Fix spelling
Compare 3 commits »
max pushed to master at max/GoWeb 2023-08-03 17:09:54 +00:00
9670b7d717 Better naming of functions and files, delete less than helpful comments