-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tony Worm
committed
Jun 1, 2024
1 parent
284dab3
commit 7711da5
Showing
3 changed files
with
42 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: "The Walkthrough" | ||
linkTitle: "The Walkthrough" | ||
brief: "showing all of hof's features" | ||
weight: 10 | ||
description: > | ||
Create a code generator for a full-stack chat application. | ||
See all of hof's features in the process. | ||
--- | ||
|
||
{{<lead>}} | ||
The Walkthrough will take you on a tour of hof's features. | ||
You will build a generator for a full-stack application | ||
with multiple services and languages, the bells and whistles, | ||
covering the end-to-end developer experience. | ||
{{</lead>}} | ||
|
||
We will building on several technologies and languages | ||
|
||
- NextJS and Typescript for the application | ||
- Strapi as a headless CMS | ||
- Postgres, Redis, and Qdrant for storage | ||
- LlamaIndex and Python for the chat server | ||
- Dagger and Argo for CI | ||
- Kind and Kubernetes for deployment | ||
|
||
Each section will build on the previous | ||
and introduce more of hof's concepts. | ||
By the end you'll see all of the parts needed | ||
to create and use a __hof generator__. | ||
|
||
|
||
{{<childpages childBriefs="true">}} |