Skip to content
Draft
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
a25a8da
Add Michael's feedback that my use of pipe was wrong.
samwho Jan 31, 2025
4af077e
Twoslashify tutorial introduction.
samwho Jan 31, 2025
cc97fea
Did a pass on the existing material to try and simplify it.
samwho Jan 31, 2025
04e2103
Split out intro from migrating first endpoint.
samwho Jan 31, 2025
df082a4
Begin writing about migrating an endpoint using a database.
samwho Jan 31, 2025
b66883e
Respond to Max's PR feedback.
samwho Feb 7, 2025
2ea679e
Flesh out the hooking up a database section a bit more.
samwho Feb 7, 2025
2942eda
Respond to some more of Max's comments.
samwho Feb 7, 2025
c80459c
Checkpointing my work for the day.
samwho Feb 7, 2025
7aaf3fc
Convert tutorial to use Postgres.
samwho Feb 14, 2025
efbf928
EOD checkpoint.
samwho Feb 14, 2025
d91694b
Update content/src/content/docs/learn/tutorials/hooking-up-a-database…
samwho Feb 21, 2025
4fe4477
Update content/src/content/docs/learn/tutorials/hooking-up-a-database…
samwho Feb 21, 2025
5605e97
Update content/src/content/docs/learn/tutorials/hooking-up-a-database…
samwho Feb 21, 2025
093d1a1
Update content/src/content/docs/learn/tutorials/hooking-up-a-database…
samwho Feb 21, 2025
4652c0a
Round off the 'hooking up a database' page.
samwho Feb 21, 2025
dfb2fab
Start writing the 'Calling an API' page.
samwho Feb 21, 2025
8b1285e
Minor tweak to display of last example.
samwho Feb 21, 2025
c2cc155
First pass on responding to the recorded video feedback.
samwho Mar 7, 2025
55fa6df
Round off the calling an API section.
samwho Mar 7, 2025
9916749
Tidying up.
samwho Mar 7, 2025
cfaa3f5
One last reference to Express.js -> Express
samwho Mar 7, 2025
b7f881c
Incorporate feedback from Livorno.
samwho Mar 28, 2025
f6da245
Started work on a new section about services and layers.
samwho Mar 28, 2025
25bef5f
tweak error css
IMax153 Mar 31, 2025
d832170
Update content/src/content/docs/learn/tutorials/calling-an-api.mdx
samwho Apr 4, 2025
a30d34c
Respond to Max's PR feedback.
samwho Apr 4, 2025
83b3636
Merge branch 'sams-branch' of github.com:samwho/effect-ts-website int…
samwho Apr 4, 2025
63923e7
Checkpointing for the day.
samwho Apr 4, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"@radix-ui/react-tooltip": "^1.1.4",
"@sentry/opentelemetry": "^8.50.0",
"@tanstack/react-table": "^8.20.5",
"@types/bun": "^1.2.1",
"@types/express": "^5.0.0",
"@types/json-schema": "^7.0.15",
"@types/node": "^22.9.3",
Expand Down Expand Up @@ -101,6 +102,7 @@
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.1",
"@types/pg": "^8.11.11",
"cmdk": "1.0.4"
}
}
104 changes: 104 additions & 0 deletions content/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading