Changelog
2024-09-22 #
- Go: Added explanations for HTTP stack initialization.
2024-09-21 #
- Fixed bottom stickiness of the table of contents.
- Added margin to section headings.
- Redesigned footer colors.
2024-09-20 #
- Added table of contents.
2024-09-19 #
- Go: Added testing and unique constraint error messages.
2024-09-17 #
- Go: Improved explanations for initial user registration tests.
- Go: Introduction to input validation.
2024-09-16 #
- Go: Added more content for user service and testing.
2024-09-14 #
- Updated color schemes.
- Replaced Go-based
chroma
code highlighter with Prism.js. - Go: Expanded explanations for
sqlc
.
2024-09-13 #
- Go: Updated instructions for
create_users
migration.
2024-09-12 #
- Go: Added instructions for
tools.go
installation ofgoose
. - Further improvements to copy and paste handlers.
2024-09-11 #
- Improved copy and paste handling of shell snippets with trailing
$
. - Go:
chi-router
example is now the beginning of the tutorial.
2024-09-10 #
- Go: Added a passively aggressive note about Python tutorials.
- Go: Started updating the tutorial for use with sqlc instead of sqlx.
2024-05-20 #
- Added instructions to set up modd.
- Added basic handler renedering
templ
templates. - Added screenshot of unstyled registration page.
2024-05-19 #
- Added a section describing all tools and libraries used in the Go project.
- Improved wording in the initial part of the Go tutorial.
- Break the HTTP section into smaller chunks.
2024-05-17 #
- Go: Further work on registration view: added validation errors in form view.
2024-05-16 #
- Style registration/login views using SASS
2024-05-15 #
- Developing a registration/login workflow for the Go application.
- Pasted WIP code samples.
2024-05-14 #
- Test validation errors in
UserService
. - Add custom validation for unique constraint validation.
- Add disclaimer about skill issues.
2024-05-13 #
- Add
UserStore
andUserService
types with explanations. - Customize styling for “copy to clipboard” buttons.
2024-05-12 #
- Work in progress on Golang/Elixir tutorials.
2024-05-10 #
- Begin writing a tutorial for Elixir.
- Fix long code snippets on narrow screens, generate CSS for
catppuccin-latte
color scheme.
2024-05-09 #
- Stub sections for Elixir, Golang, and browser APIs.
- Add descriptive links in the footer.
- Add links to licenses.
2024-05-08 #
- Integrated Vite+Svelte into the asset pipeline.
- Expanded content in the introduction, adding figures.
2024-05-07 #
- Created and deployed the website using Hugo and Cloudflare Pages.
- Added basic navigation (Home and Changelog).
- Added basic introduction for Webauthn and the purpose of the website.