├── .github ├── FUNDING.yml └── workflows │ └── gh-pages.yml ├── .gitignore ├── CHANGELOG.md ├── CNAME ├── CONTRIBUTING.md ├── LICENSE.md ├── README.md ├── book.toml ├── src ├── .nojekyll ├── CNAME ├── SUMMARY.md ├── _introduction.md ├── brett-mii.gif ├── brett-mii.png ├── bunny.webp ├── changelog.md ├── command-line-interfaces │ ├── _introduction.md │ ├── conventional-committer.md │ ├── custom-markup-language.md │ ├── find-and-replace.md │ ├── httpal.md │ ├── img │ │ ├── nano.webp │ │ └── subllime-find-and-replace.webp │ ├── markdown-processor.md │ ├── notebook-tui.md │ ├── simple-podcast-hosting.md │ ├── spell-checker.md │ ├── static-site-generator.md │ ├── text-editor.md │ ├── tweet-composer.md │ └── unix-utilities.md ├── contributing.md ├── cover-landscape.webp ├── games │ ├── 2048.md │ ├── 2d-action.md │ ├── 2d-arcade-shooter.md │ ├── 2d-platformer.md │ ├── _introduction.md │ ├── brick-break.md │ ├── controller-tester.md │ ├── dogfight.md │ ├── dungeon-crawler.md │ ├── frogger.md │ ├── gravity-blocks.md │ ├── horde-mode.md │ ├── img │ │ ├── 2048.webp │ │ ├── breakout.png │ │ ├── combat-bg-plains.png │ │ ├── cursor.png │ │ ├── lonely-paddle.webp │ │ ├── mae.png │ │ ├── rock-paper-scissors.webp │ │ ├── slime.png │ │ ├── snake.webp │ │ ├── ttt.webp │ │ ├── turn-based-battle-system.webp │ │ └── vne.webp │ ├── infinite-runner.md │ ├── level-editor.md │ ├── match-3.md │ ├── metroidvania.md │ ├── pacman.md │ ├── pong.md │ ├── reversi.md │ ├── rock-paper-scissors.md │ ├── shmup.md │ ├── snake.md │ ├── sokoban.md │ ├── solataire.md │ ├── space-invaders.md │ ├── space-shooter.md │ ├── strategy-rpg.md │ ├── tic-tac-toe.md │ ├── tower-defense.md │ ├── turn-based-battle-system.md │ └── visual-novel.md ├── general-graphical-apps │ ├── _introduction.md │ ├── app-launcher.md │ ├── book-authoring-tool.md │ ├── book-library.md │ ├── calculator.md │ ├── chat-app.md │ ├── client-app.md │ ├── comic-reader.md │ ├── diff-comparison.md │ ├── file-sync.md │ ├── flash-cards.md │ ├── game-library.md │ ├── habit-tracker.md │ ├── img │ │ ├── alfred-example.webp │ │ ├── chat-app.webp │ │ ├── client-app-mock.webp │ │ ├── habit-tracker.webp │ │ ├── journal.webp │ │ ├── macos-calculator.webp │ │ └── reqbud-gui.webp │ ├── internet-radio.md │ ├── journal.md │ ├── music-player.md │ ├── notebook.md │ ├── password-manager.md │ ├── photo-library.md │ ├── photo-viewer.md │ ├── request-manager.md │ ├── rss-reader.md │ ├── static-site-generator-gui.md │ ├── time-tracker.md │ ├── vector-design-tool.md │ ├── video-library.md │ ├── voice-anonymizer.md │ └── window-manager.md ├── libraries │ ├── _introduction.md │ ├── api-wrapper.md │ ├── authorization-lib.md │ ├── background-job-processor.md │ ├── dotenv-loader.md │ ├── feature-flags.md │ ├── http-client.md │ ├── orm.md │ └── unit-testing-lib.md ├── outro.md ├── web-apps │ ├── _introduction.md │ ├── blogging-platform.md │ ├── content-management-system.md │ ├── event-platform.md │ ├── forum.md │ ├── game-tracker.md │ ├── help-site-manager.md │ ├── img │ │ ├── blogbud.webp │ │ ├── eventbud.webp │ │ ├── forum-example.webp │ │ ├── game-tracker.webp │ │ ├── linkbud.webp │ │ ├── pickmeup.webp │ │ ├── recipehub.webp │ │ ├── redeemy.webp │ │ ├── sitebud.webp │ │ ├── storyhub.webp │ │ ├── url-shortener.webp │ │ └── wishit.webp │ ├── invoice-app.md │ ├── linkbud.md │ ├── read-only-api.md │ ├── recipehub.md │ ├── restaurant-ordering-platform.md │ ├── simple-commerce.md │ ├── social-network.md │ ├── story-publishing-platform.md │ ├── uptime-checker.md │ ├── url-shortener.md │ ├── videotube.md │ ├── vinyl-code-redeemer.md │ ├── web-comic-platform.md │ ├── website-builder.md │ └── wishlist.md ├── web-components │ ├── _introduction.md │ ├── component-library.md │ ├── image-gallery.md │ ├── img │ │ ├── image-gallery.webp │ │ ├── instapaper-text-settings.webp │ │ ├── music-player-paused.webp │ │ ├── music-player-playing.webp │ │ ├── next.svg │ │ ├── pause.svg │ │ ├── play.svg │ │ ├── prev.svg │ │ ├── prose.js.webp │ │ ├── responsive-youtube.webp │ │ ├── unresponsive-youtube.webp │ │ ├── vimeo.webp │ │ └── youtube.webp │ ├── music-player.md │ ├── photos.zip │ ├── prose-renderer.md │ ├── responsive-youtube-embed.md │ └── video-player.md └── websites │ ├── _introduction.md │ ├── blog.md │ ├── fansite.md │ ├── homepage.md │ ├── img │ ├── book-log.webp │ ├── distant-skies-screenshot.webp │ ├── gbvsongbook-screenshot.webp │ ├── link-list-example.webp │ ├── playdate-website.webp │ ├── www.brettchalupa.com-screenshot.webp │ └── zonelets.webp │ ├── link-list.md │ ├── media-log.md │ ├── press-page.md │ └── product-page.md └── theme ├── favicon.png ├── favicon.svg └── head.hbs /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.github/workflows/gh-pages.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/.github/workflows/gh-pages.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | book/ 2 | -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- 1 | src/changelog.md -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | src/CNAME -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | src/contributing.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/README.md -------------------------------------------------------------------------------- /book.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/book.toml -------------------------------------------------------------------------------- /src/.nojekyll: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/CNAME: -------------------------------------------------------------------------------- 1 | projectbook.code.brettchalupa.com 2 | -------------------------------------------------------------------------------- /src/SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/SUMMARY.md -------------------------------------------------------------------------------- /src/_introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/_introduction.md -------------------------------------------------------------------------------- /src/brett-mii.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/brett-mii.gif -------------------------------------------------------------------------------- /src/brett-mii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/brett-mii.png -------------------------------------------------------------------------------- /src/bunny.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/bunny.webp -------------------------------------------------------------------------------- /src/changelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/changelog.md -------------------------------------------------------------------------------- /src/command-line-interfaces/_introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/command-line-interfaces/_introduction.md -------------------------------------------------------------------------------- /src/command-line-interfaces/conventional-committer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/command-line-interfaces/conventional-committer.md -------------------------------------------------------------------------------- /src/command-line-interfaces/custom-markup-language.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/command-line-interfaces/custom-markup-language.md -------------------------------------------------------------------------------- /src/command-line-interfaces/find-and-replace.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/command-line-interfaces/find-and-replace.md -------------------------------------------------------------------------------- /src/command-line-interfaces/httpal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/command-line-interfaces/httpal.md -------------------------------------------------------------------------------- /src/command-line-interfaces/img/nano.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/command-line-interfaces/img/nano.webp -------------------------------------------------------------------------------- /src/command-line-interfaces/img/subllime-find-and-replace.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/command-line-interfaces/img/subllime-find-and-replace.webp -------------------------------------------------------------------------------- /src/command-line-interfaces/markdown-processor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/command-line-interfaces/markdown-processor.md -------------------------------------------------------------------------------- /src/command-line-interfaces/notebook-tui.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/command-line-interfaces/notebook-tui.md -------------------------------------------------------------------------------- /src/command-line-interfaces/simple-podcast-hosting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/command-line-interfaces/simple-podcast-hosting.md -------------------------------------------------------------------------------- /src/command-line-interfaces/spell-checker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/command-line-interfaces/spell-checker.md -------------------------------------------------------------------------------- /src/command-line-interfaces/static-site-generator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/command-line-interfaces/static-site-generator.md -------------------------------------------------------------------------------- /src/command-line-interfaces/text-editor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/command-line-interfaces/text-editor.md -------------------------------------------------------------------------------- /src/command-line-interfaces/tweet-composer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/command-line-interfaces/tweet-composer.md -------------------------------------------------------------------------------- /src/command-line-interfaces/unix-utilities.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/command-line-interfaces/unix-utilities.md -------------------------------------------------------------------------------- /src/contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/contributing.md -------------------------------------------------------------------------------- /src/cover-landscape.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/cover-landscape.webp -------------------------------------------------------------------------------- /src/games/2048.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/games/2048.md -------------------------------------------------------------------------------- /src/games/2d-action.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/games/2d-action.md -------------------------------------------------------------------------------- /src/games/2d-arcade-shooter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/games/2d-arcade-shooter.md -------------------------------------------------------------------------------- /src/games/2d-platformer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/games/2d-platformer.md -------------------------------------------------------------------------------- /src/games/_introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/games/_introduction.md -------------------------------------------------------------------------------- /src/games/brick-break.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/games/brick-break.md -------------------------------------------------------------------------------- /src/games/controller-tester.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/games/controller-tester.md -------------------------------------------------------------------------------- /src/games/dogfight.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/games/dogfight.md -------------------------------------------------------------------------------- /src/games/dungeon-crawler.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/games/dungeon-crawler.md -------------------------------------------------------------------------------- /src/games/frogger.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/games/frogger.md -------------------------------------------------------------------------------- /src/games/gravity-blocks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/games/gravity-blocks.md -------------------------------------------------------------------------------- /src/games/horde-mode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/games/horde-mode.md -------------------------------------------------------------------------------- /src/games/img/2048.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/games/img/2048.webp -------------------------------------------------------------------------------- /src/games/img/breakout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/games/img/breakout.png -------------------------------------------------------------------------------- /src/games/img/combat-bg-plains.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/games/img/combat-bg-plains.png -------------------------------------------------------------------------------- /src/games/img/cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/games/img/cursor.png -------------------------------------------------------------------------------- /src/games/img/lonely-paddle.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/games/img/lonely-paddle.webp -------------------------------------------------------------------------------- /src/games/img/mae.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/games/img/mae.png -------------------------------------------------------------------------------- /src/games/img/rock-paper-scissors.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/games/img/rock-paper-scissors.webp -------------------------------------------------------------------------------- /src/games/img/slime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/games/img/slime.png -------------------------------------------------------------------------------- /src/games/img/snake.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/games/img/snake.webp -------------------------------------------------------------------------------- /src/games/img/ttt.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/games/img/ttt.webp -------------------------------------------------------------------------------- /src/games/img/turn-based-battle-system.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/games/img/turn-based-battle-system.webp -------------------------------------------------------------------------------- /src/games/img/vne.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/games/img/vne.webp -------------------------------------------------------------------------------- /src/games/infinite-runner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/games/infinite-runner.md -------------------------------------------------------------------------------- /src/games/level-editor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/games/level-editor.md -------------------------------------------------------------------------------- /src/games/match-3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/games/match-3.md -------------------------------------------------------------------------------- /src/games/metroidvania.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/games/metroidvania.md -------------------------------------------------------------------------------- /src/games/pacman.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/games/pacman.md -------------------------------------------------------------------------------- /src/games/pong.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/games/pong.md -------------------------------------------------------------------------------- /src/games/reversi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/games/reversi.md -------------------------------------------------------------------------------- /src/games/rock-paper-scissors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/games/rock-paper-scissors.md -------------------------------------------------------------------------------- /src/games/shmup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/games/shmup.md -------------------------------------------------------------------------------- /src/games/snake.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/games/snake.md -------------------------------------------------------------------------------- /src/games/sokoban.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/games/sokoban.md -------------------------------------------------------------------------------- /src/games/solataire.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/games/solataire.md -------------------------------------------------------------------------------- /src/games/space-invaders.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/games/space-invaders.md -------------------------------------------------------------------------------- /src/games/space-shooter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/games/space-shooter.md -------------------------------------------------------------------------------- /src/games/strategy-rpg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/games/strategy-rpg.md -------------------------------------------------------------------------------- /src/games/tic-tac-toe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/games/tic-tac-toe.md -------------------------------------------------------------------------------- /src/games/tower-defense.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/games/tower-defense.md -------------------------------------------------------------------------------- /src/games/turn-based-battle-system.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/games/turn-based-battle-system.md -------------------------------------------------------------------------------- /src/games/visual-novel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/games/visual-novel.md -------------------------------------------------------------------------------- /src/general-graphical-apps/_introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/general-graphical-apps/_introduction.md -------------------------------------------------------------------------------- /src/general-graphical-apps/app-launcher.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/general-graphical-apps/app-launcher.md -------------------------------------------------------------------------------- /src/general-graphical-apps/book-authoring-tool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/general-graphical-apps/book-authoring-tool.md -------------------------------------------------------------------------------- /src/general-graphical-apps/book-library.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/general-graphical-apps/book-library.md -------------------------------------------------------------------------------- /src/general-graphical-apps/calculator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/general-graphical-apps/calculator.md -------------------------------------------------------------------------------- /src/general-graphical-apps/chat-app.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/general-graphical-apps/chat-app.md -------------------------------------------------------------------------------- /src/general-graphical-apps/client-app.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/general-graphical-apps/client-app.md -------------------------------------------------------------------------------- /src/general-graphical-apps/comic-reader.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/general-graphical-apps/comic-reader.md -------------------------------------------------------------------------------- /src/general-graphical-apps/diff-comparison.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/general-graphical-apps/diff-comparison.md -------------------------------------------------------------------------------- /src/general-graphical-apps/file-sync.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/general-graphical-apps/file-sync.md -------------------------------------------------------------------------------- /src/general-graphical-apps/flash-cards.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/general-graphical-apps/flash-cards.md -------------------------------------------------------------------------------- /src/general-graphical-apps/game-library.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/general-graphical-apps/game-library.md -------------------------------------------------------------------------------- /src/general-graphical-apps/habit-tracker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/general-graphical-apps/habit-tracker.md -------------------------------------------------------------------------------- /src/general-graphical-apps/img/alfred-example.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/general-graphical-apps/img/alfred-example.webp -------------------------------------------------------------------------------- /src/general-graphical-apps/img/chat-app.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/general-graphical-apps/img/chat-app.webp -------------------------------------------------------------------------------- /src/general-graphical-apps/img/client-app-mock.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/general-graphical-apps/img/client-app-mock.webp -------------------------------------------------------------------------------- /src/general-graphical-apps/img/habit-tracker.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/general-graphical-apps/img/habit-tracker.webp -------------------------------------------------------------------------------- /src/general-graphical-apps/img/journal.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/general-graphical-apps/img/journal.webp -------------------------------------------------------------------------------- /src/general-graphical-apps/img/macos-calculator.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/general-graphical-apps/img/macos-calculator.webp -------------------------------------------------------------------------------- /src/general-graphical-apps/img/reqbud-gui.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/general-graphical-apps/img/reqbud-gui.webp -------------------------------------------------------------------------------- /src/general-graphical-apps/internet-radio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/general-graphical-apps/internet-radio.md -------------------------------------------------------------------------------- /src/general-graphical-apps/journal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/general-graphical-apps/journal.md -------------------------------------------------------------------------------- /src/general-graphical-apps/music-player.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/general-graphical-apps/music-player.md -------------------------------------------------------------------------------- /src/general-graphical-apps/notebook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/general-graphical-apps/notebook.md -------------------------------------------------------------------------------- /src/general-graphical-apps/password-manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/general-graphical-apps/password-manager.md -------------------------------------------------------------------------------- /src/general-graphical-apps/photo-library.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/general-graphical-apps/photo-library.md -------------------------------------------------------------------------------- /src/general-graphical-apps/photo-viewer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/general-graphical-apps/photo-viewer.md -------------------------------------------------------------------------------- /src/general-graphical-apps/request-manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/general-graphical-apps/request-manager.md -------------------------------------------------------------------------------- /src/general-graphical-apps/rss-reader.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/general-graphical-apps/rss-reader.md -------------------------------------------------------------------------------- /src/general-graphical-apps/static-site-generator-gui.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/general-graphical-apps/static-site-generator-gui.md -------------------------------------------------------------------------------- /src/general-graphical-apps/time-tracker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/general-graphical-apps/time-tracker.md -------------------------------------------------------------------------------- /src/general-graphical-apps/vector-design-tool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/general-graphical-apps/vector-design-tool.md -------------------------------------------------------------------------------- /src/general-graphical-apps/video-library.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/general-graphical-apps/video-library.md -------------------------------------------------------------------------------- /src/general-graphical-apps/voice-anonymizer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/general-graphical-apps/voice-anonymizer.md -------------------------------------------------------------------------------- /src/general-graphical-apps/window-manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/general-graphical-apps/window-manager.md -------------------------------------------------------------------------------- /src/libraries/_introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/libraries/_introduction.md -------------------------------------------------------------------------------- /src/libraries/api-wrapper.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/libraries/api-wrapper.md -------------------------------------------------------------------------------- /src/libraries/authorization-lib.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/libraries/authorization-lib.md -------------------------------------------------------------------------------- /src/libraries/background-job-processor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/libraries/background-job-processor.md -------------------------------------------------------------------------------- /src/libraries/dotenv-loader.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/libraries/dotenv-loader.md -------------------------------------------------------------------------------- /src/libraries/feature-flags.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/libraries/feature-flags.md -------------------------------------------------------------------------------- /src/libraries/http-client.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/libraries/http-client.md -------------------------------------------------------------------------------- /src/libraries/orm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/libraries/orm.md -------------------------------------------------------------------------------- /src/libraries/unit-testing-lib.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/libraries/unit-testing-lib.md -------------------------------------------------------------------------------- /src/outro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/outro.md -------------------------------------------------------------------------------- /src/web-apps/_introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-apps/_introduction.md -------------------------------------------------------------------------------- /src/web-apps/blogging-platform.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-apps/blogging-platform.md -------------------------------------------------------------------------------- /src/web-apps/content-management-system.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-apps/content-management-system.md -------------------------------------------------------------------------------- /src/web-apps/event-platform.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-apps/event-platform.md -------------------------------------------------------------------------------- /src/web-apps/forum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-apps/forum.md -------------------------------------------------------------------------------- /src/web-apps/game-tracker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-apps/game-tracker.md -------------------------------------------------------------------------------- /src/web-apps/help-site-manager.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-apps/help-site-manager.md -------------------------------------------------------------------------------- /src/web-apps/img/blogbud.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-apps/img/blogbud.webp -------------------------------------------------------------------------------- /src/web-apps/img/eventbud.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-apps/img/eventbud.webp -------------------------------------------------------------------------------- /src/web-apps/img/forum-example.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-apps/img/forum-example.webp -------------------------------------------------------------------------------- /src/web-apps/img/game-tracker.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-apps/img/game-tracker.webp -------------------------------------------------------------------------------- /src/web-apps/img/linkbud.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-apps/img/linkbud.webp -------------------------------------------------------------------------------- /src/web-apps/img/pickmeup.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-apps/img/pickmeup.webp -------------------------------------------------------------------------------- /src/web-apps/img/recipehub.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-apps/img/recipehub.webp -------------------------------------------------------------------------------- /src/web-apps/img/redeemy.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-apps/img/redeemy.webp -------------------------------------------------------------------------------- /src/web-apps/img/sitebud.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-apps/img/sitebud.webp -------------------------------------------------------------------------------- /src/web-apps/img/storyhub.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-apps/img/storyhub.webp -------------------------------------------------------------------------------- /src/web-apps/img/url-shortener.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-apps/img/url-shortener.webp -------------------------------------------------------------------------------- /src/web-apps/img/wishit.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-apps/img/wishit.webp -------------------------------------------------------------------------------- /src/web-apps/invoice-app.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-apps/invoice-app.md -------------------------------------------------------------------------------- /src/web-apps/linkbud.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-apps/linkbud.md -------------------------------------------------------------------------------- /src/web-apps/read-only-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-apps/read-only-api.md -------------------------------------------------------------------------------- /src/web-apps/recipehub.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-apps/recipehub.md -------------------------------------------------------------------------------- /src/web-apps/restaurant-ordering-platform.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-apps/restaurant-ordering-platform.md -------------------------------------------------------------------------------- /src/web-apps/simple-commerce.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-apps/simple-commerce.md -------------------------------------------------------------------------------- /src/web-apps/social-network.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-apps/social-network.md -------------------------------------------------------------------------------- /src/web-apps/story-publishing-platform.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-apps/story-publishing-platform.md -------------------------------------------------------------------------------- /src/web-apps/uptime-checker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-apps/uptime-checker.md -------------------------------------------------------------------------------- /src/web-apps/url-shortener.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-apps/url-shortener.md -------------------------------------------------------------------------------- /src/web-apps/videotube.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-apps/videotube.md -------------------------------------------------------------------------------- /src/web-apps/vinyl-code-redeemer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-apps/vinyl-code-redeemer.md -------------------------------------------------------------------------------- /src/web-apps/web-comic-platform.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-apps/web-comic-platform.md -------------------------------------------------------------------------------- /src/web-apps/website-builder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-apps/website-builder.md -------------------------------------------------------------------------------- /src/web-apps/wishlist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-apps/wishlist.md -------------------------------------------------------------------------------- /src/web-components/_introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-components/_introduction.md -------------------------------------------------------------------------------- /src/web-components/component-library.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-components/component-library.md -------------------------------------------------------------------------------- /src/web-components/image-gallery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-components/image-gallery.md -------------------------------------------------------------------------------- /src/web-components/img/image-gallery.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-components/img/image-gallery.webp -------------------------------------------------------------------------------- /src/web-components/img/instapaper-text-settings.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-components/img/instapaper-text-settings.webp -------------------------------------------------------------------------------- /src/web-components/img/music-player-paused.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-components/img/music-player-paused.webp -------------------------------------------------------------------------------- /src/web-components/img/music-player-playing.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-components/img/music-player-playing.webp -------------------------------------------------------------------------------- /src/web-components/img/next.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-components/img/next.svg -------------------------------------------------------------------------------- /src/web-components/img/pause.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-components/img/pause.svg -------------------------------------------------------------------------------- /src/web-components/img/play.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-components/img/play.svg -------------------------------------------------------------------------------- /src/web-components/img/prev.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-components/img/prev.svg -------------------------------------------------------------------------------- /src/web-components/img/prose.js.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-components/img/prose.js.webp -------------------------------------------------------------------------------- /src/web-components/img/responsive-youtube.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-components/img/responsive-youtube.webp -------------------------------------------------------------------------------- /src/web-components/img/unresponsive-youtube.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-components/img/unresponsive-youtube.webp -------------------------------------------------------------------------------- /src/web-components/img/vimeo.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-components/img/vimeo.webp -------------------------------------------------------------------------------- /src/web-components/img/youtube.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-components/img/youtube.webp -------------------------------------------------------------------------------- /src/web-components/music-player.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-components/music-player.md -------------------------------------------------------------------------------- /src/web-components/photos.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-components/photos.zip -------------------------------------------------------------------------------- /src/web-components/prose-renderer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-components/prose-renderer.md -------------------------------------------------------------------------------- /src/web-components/responsive-youtube-embed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-components/responsive-youtube-embed.md -------------------------------------------------------------------------------- /src/web-components/video-player.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/web-components/video-player.md -------------------------------------------------------------------------------- /src/websites/_introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/websites/_introduction.md -------------------------------------------------------------------------------- /src/websites/blog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/websites/blog.md -------------------------------------------------------------------------------- /src/websites/fansite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/websites/fansite.md -------------------------------------------------------------------------------- /src/websites/homepage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/websites/homepage.md -------------------------------------------------------------------------------- /src/websites/img/book-log.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/websites/img/book-log.webp -------------------------------------------------------------------------------- /src/websites/img/distant-skies-screenshot.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/websites/img/distant-skies-screenshot.webp -------------------------------------------------------------------------------- /src/websites/img/gbvsongbook-screenshot.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/websites/img/gbvsongbook-screenshot.webp -------------------------------------------------------------------------------- /src/websites/img/link-list-example.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/websites/img/link-list-example.webp -------------------------------------------------------------------------------- /src/websites/img/playdate-website.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/websites/img/playdate-website.webp -------------------------------------------------------------------------------- /src/websites/img/www.brettchalupa.com-screenshot.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/websites/img/www.brettchalupa.com-screenshot.webp -------------------------------------------------------------------------------- /src/websites/img/zonelets.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/websites/img/zonelets.webp -------------------------------------------------------------------------------- /src/websites/link-list.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/websites/link-list.md -------------------------------------------------------------------------------- /src/websites/media-log.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/websites/media-log.md -------------------------------------------------------------------------------- /src/websites/press-page.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/websites/press-page.md -------------------------------------------------------------------------------- /src/websites/product-page.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/src/websites/product-page.md -------------------------------------------------------------------------------- /theme/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/theme/favicon.png -------------------------------------------------------------------------------- /theme/favicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/theme/favicon.svg -------------------------------------------------------------------------------- /theme/head.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brettchalupa/projectbook/HEAD/theme/head.hbs --------------------------------------------------------------------------------