No description
Find a file
Daisuke 2f2f10f5f4 Add book review: AI Engineering by Chip Huyen
- Add new blog post (post-8.md) reviewing "AI Engineering" by Chip Huyen
- Discuss importance of AI evaluation processes and criteria
- Cover prompt engineering best practices and "Keep It Simple" principle
- Highlight book's value as a reference guide for AI application development
2026-01-25 20:29:00 +09:00
.github feat(skill): add commit-message-generator skill 2026-01-18 20:12:31 +09:00
.vscode
public Added a forgejo icon 2025-04-29 20:14:59 +09:00
src Add book review: AI Engineering by Chip Huyen 2026-01-25 20:29:00 +09:00
.gitignore
astro.config.mjs
buildspec.yml Update a buildspec.yml 2025-05-08 20:48:24 +09:00
eslint.config.js chore: add unified ESLint config for TS, Astro, and JSX 2025-12-31 21:01:21 +09:00
package-lock.json chore: update Astro/Preact deps and add TS/ESLint tooling 2025-12-31 20:58:07 +09:00
package.json chore: update Astro/Preact deps and add TS/ESLint tooling 2025-12-31 20:58:07 +09:00
README.md Update README to show my blog project 2025-04-27 14:16:36 +09:00
tsconfig.json chore: update Astro/Preact deps and add TS/ESLint tooling 2025-12-31 20:58:07 +09:00

Naputo - n-daisuke897's blog

Welcome to my blog repository!

Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:4321
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro -- --help Get help using the Astro CLI