Skip to content

Commit 1cee80e

Browse files
micahwalterclaude
andcommitted
Unpublish 5 posts, keeping only Crushing my code with Crush
Set draft: true for the following posts: - Building AI Agents with Claude (2024-01-15) - Serverless Architecture Patterns on AWS (2024-02-03) - The Art of Prompt Engineering (2024-03-20) - Hosting Static Sites with S3 and CloudFront (2024-04-10) - Writing Technical Documentation (2024-05-05) Only "Crushing my code with Crush" (2025-11-19) remains published. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 66015fd commit 1cee80e

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

  • content/posts
    • 2024-01-15-building-ai-agents
    • 2024-02-03-serverless-architecture-aws
    • 2024-03-20-prompt-engineering-guide
    • 2024-04-10-cloudfront-s3-static-sites
    • 2024-05-05-writing-technical-documentation

content/posts/2024-01-15-building-ai-agents/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ excerpt: "A deep dive into creating autonomous AI agents that can reason, plan,
55
category: "AI"
66
tags: ["AI", "Claude", "Agents", "LLMs"]
77
coverImage: "./cover.jpg"
8-
draft: false
8+
draft: true
99
---
1010

1111
The landscape of AI is rapidly evolving, and one of the most exciting developments is the emergence of AI agents—systems that can autonomously reason about tasks, plan solutions, and execute actions to achieve goals.

content/posts/2024-02-03-serverless-architecture-aws/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ excerpt: "Exploring modern serverless patterns using Lambda, API Gateway, and Dy
55
category: "AWS"
66
tags: ["AWS", "Serverless", "Lambda", "Architecture"]
77
coverImage: "./cover2.jpg"
8-
draft: false
8+
draft: true
99
---
1010

1111
Serverless computing has fundamentally changed how we build and deploy applications. By abstracting away infrastructure management, we can focus on writing code that delivers value.

content/posts/2024-03-20-prompt-engineering-guide/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ publishedAt: "2024-03-20"
44
excerpt: "Master the techniques for crafting effective prompts that unlock the full potential of large language models."
55
category: "AI"
66
tags: ["AI", "Prompts", "LLMs", "Best Practices"]
7-
draft: false
7+
draft: true
88
---
99

1010
Prompt engineering is the practice of designing inputs that guide language models to produce desired outputs. It's part art, part science—and increasingly essential for anyone working with AI.

content/posts/2024-04-10-cloudfront-s3-static-sites/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ publishedAt: "2024-04-10"
44
excerpt: "Build a fast, secure, and cost-effective static website hosting solution using AWS S3 and CloudFront CDN."
55
category: "AWS"
66
tags: ["AWS", "S3", "CloudFront", "Static Sites", "CDN"]
7-
draft: false
7+
draft: true
88
---
99

1010
Static site hosting on AWS is incredibly powerful. By combining S3 for storage and CloudFront for global distribution, you can build sites that are fast, secure, and cost pennies per month.

content/posts/2024-05-05-writing-technical-documentation/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ publishedAt: "2024-05-05"
44
excerpt: "Practical strategies for creating clear, useful technical documentation that helps developers succeed."
55
category: "Writing"
66
tags: ["Documentation", "Technical Writing", "Developer Experience"]
7-
draft: false
7+
draft: true
88
---
99

1010
Great documentation is a superpower. It accelerates development, reduces support burden, and improves developer satisfaction. Yet so much technical documentation is unclear, outdated, or simply unused.

0 commit comments

Comments
 (0)