Skip to content

Claude Mastery: From Zero to Production

12 modules, 64 lessons, ending in a certification exam — comprehensive Claude curriculum.

mixed 32-42 saat 64 Lessons
0/64 completed0%

Complete every lesson to unlock your certificate.

Lessons in this path

1

What is Claude? The New Generation of AI Assistants

Learn from scratch what Claude is, how it differs from traditional chatbots, and how it will reshape your daily workflow.

1. Temeller — Claude'a Hoş Geldin14 min readBeginner
2

Anthropic, Constitutional AI and Safety Philosophy

Understand Constitutional AI, Anthropic's safety philosophy, and the reasoning behind what Claude refuses to do.

1. Temeller — Claude'a Hoş Geldin13 min readBeginner
3

Meet the Models: Opus, Sonnet, Haiku Compared

Learn the strengths, costs, and speed of Claude's three main models (Opus, Sonnet, Haiku) and which one to pick in each scenario.

1. Temeller — Claude'a Hoş Geldin12 min readBeginner
4

Your First Conversation: Web, Mobile, and Desktop Tour

Tour every corner of Claude.ai web, mobile, and desktop apps; master Projects, Artifacts, and keyboard shortcuts from day one.

1. Temeller — Claude'a Hoş Geldin11 min readBeginner
5

Claude's Capability Map and Limits

See where Claude shines and where it struggles on a clear capability map — covering hallucination, fresh data, and complex math.

1. Temeller — Claude'a Hoş Geldin13 min readBeginner
6

Anatomy of a Prompt: Role, Context, Instruction, Format

Every great prompt has four bones: role, context, instruction, and output format. This lesson lays the skeleton.

Modül 2: Prompt Mühendisliğine Giriş11 min readBeginner
7

Clarity and Specificity: From Vague to Surgical Prompts

Vague prompts produce vague answers. Learn to surface the true intent under fuzzy requests and acquire surgical specificity.

2. Prompt Mühendisliği Temelleri11 min readBeginner
8

Few-Shot Learning: Teaching by Example

2-5 well-chosen examples beat pages of explanation. Learn how to pick and place few-shot examples.

Modül 3: Orta Seviye Prompt Teknikleri11 min readIntermediate
9

Chain-of-Thought: Step-by-Step Reasoning

On complex problems, asking Claude to 'think first, answer second' dramatically improves accuracy. Cover the four flavors of CoT and practical use.

Modül 3: Orta Seviye Prompt Teknikleri10 min readIntermediate
10

Structured Prompts with XML Tags

Make your prompts parseable, maintainable, and testable using the XML tags pattern Anthropic recommends.

2. Prompt Mühendisliği Temelleri11 min readIntermediate
11

Designing and Versioning Prompt Templates

Production prompts should be treated like code: templates, parameters, versions, tests, and monitoring. Learn to manage them with software-grade discipline.

2. Prompt Mühendisliği Temelleri13 min readIntermediate
12

System Prompt and Persona Design

How do you design Claude's personality, boundaries, and behavior frame via the system prompt? Production-ready persona patterns inside.

3. İleri Prompt Teknikleri13 min readIntermediate
13

Output Format Control: JSON, Markdown, Tables

Master three techniques to keep Claude's output parseable, consistent, and error-free: schema, prefill, and validator-loop.

3. İleri Prompt Teknikleri13 min readIntermediate
14

Multi-Step Task Decomposition

Instead of solving complex tasks in one prompt, break them into modular subtasks for better accuracy, testability, and cost.

3. İleri Prompt Teknikleri12 min readIntermediate
15

Prompt Debugging: Why Isn't This Working?

Prompt not working? Learn a systematic diagnostic tree, logging strategy, and model swap checklist.

3. İleri Prompt Teknikleri12 min readIntermediate
16

Token Economy and Cost Optimization

Produce the same quality at 50-90% lower cost using token economy: prompt caching, model tiering, output constraints, batching.

3. İleri Prompt Teknikleri13 min readIntermediate
17

Generating Functions and Classes from Scratch

Workflow for producing production-ready functions/classes from a clear spec with Claude: signature, edge cases, tests, docs.

4. Yazılım Geliştirme ile Claude12 min readIntermediate
18

Code Review, Refactor, and Optimization

Use Claude as a code reviewer: pattern detection, refactor suggestions, performance tuning, and security review.

4. Yazılım Geliştirme ile Claude12 min readIntermediate
19

Bug Hunt: From Stack Trace to Fix

Workflow for systematically finding a bug with Claude: minimum repro, hypothesis, isolation, fix, regression test.

4. Yazılım Geliştirme ile Claude11 min readIntermediate
20

Test Writing, TDD, and Coverage Strategies

Workflow for writing tests with Claude: unit, integration, property-based, snapshot. Coverage targets and which tests not to write.

4. Yazılım Geliştirme ile Claude12 min readIntermediate
21

Documentation, Docstrings, and README Generation

Generate docstrings, READMEs, ADRs, runbooks with Claude. Turn docs from a debt into a revenue-producing asset.

4. Yazılım Geliştirme ile Claude10 min readBeginner
22

Claude Code: Working in the Terminal

Claude in the terminal via Claude Code CLI — project mapping, file editing, code execution, hooks, and plan mode.

4. Yazılım Geliştirme ile Claude13 min readIntermediate
23

Blog, Article, and Long-Form Content

From a topic seed to a 2,000-4,000-word quality long-form piece with Claude — including SEO, tone, and originality.

5. Yaratıcı ve Profesyonel Yazım12 min readBeginner
24

Emails, Briefs, and Business Correspondence

Cold sales emails, customer save, bad-news memos, briefs — proven prompt patterns for every kind of business writing.

5. Yaratıcı ve Profesyonel Yazım11 min readBeginner
25

Story, Script, and Character Development

Fundamentals of character, conflict, scene, and dialogue + ethics of creative writing with Claude. From novel design to short-film scripting.

5. Yaratıcı ve Profesyonel Yazım13 min readBeginner
26

Translation, Localization, and Style Consistency

Beyond word-for-word — cultural adaptation, brand voice, terminology memory, and QA cycle. Focus on Turkish-English.

5. Yaratıcı ve Profesyonel Yazım12 min readIntermediate
27

Preserving Voice and Tone: Style Transfer

Transferring written voice to Claude — generating consistent output using your personal style, brand voice, or past writings.

5. Yaratıcı ve Profesyonel Yazım11 min readIntermediate
28

Working with CSV, JSON, and Tables

Reliably process tabular data with Claude: cleaning, transforming, validating, generating control code, and verifying the result.

6. Veri Analizi ve Araştırma12 min readIntermediate
29

Statistical Interpretation and Visualization

Stories, not just numbers — interpret statistical results with Claude, with significance thresholds and visualization choices.

6. Veri Analizi ve Araştırma12 min readIntermediate
30

Long Document Summarization and Synthesis

From 200-page reports to a 1-page brief: map-reduce, anchored summarization, and faithfulness evaluation.

6. Veri Analizi ve Araştırma12 min readIntermediate
31

Comparative Analysis and Multi-Source Evaluation

Way to weigh conflicting sources together: source-reliability tagging, contradiction maps, synthesis bias checks.

6. Veri Analizi ve Araştırma11 min readIntermediate
32

Catching Hallucination and Verifying Sources

You can't eliminate hallucination but you can catch it. Systematize verification of Claude output with 6 techniques.

6. Veri Analizi ve Araştırma12 min readIntermediate
33

Tool Use: Granting Claude Real Capabilities

How to teach Claude to use a calculator, database, email, Slack, code sandbox? Anatomy of tool use and production patterns.

7. Claude'un Süper Güçleri13 min readIntermediate
34

Vision: Image Understanding and Analysis

Screenshots, photos, charts, handwritten notes — extracting information from images with Claude vision, plus its limits.

7. Claude'un Süper Güçleri11 min readIntermediate
35

PDF and Document Processing

Sending PDFs to Claude, extracting data from multi-page documents, and forms / contracts analysis.

7. Claude'un Süper Güçleri11 min readIntermediate
36

Computer Use: Screen and Browser Control

Two capabilities where Claude controls your screen, browser, mouse and keyboard: Computer Use and Claude in Chrome. Includes safe-use practices.

7. Claude'un Süper Güçleri12 min readAdvanced
37

Extended Thinking: Deep Reasoning Mode

Open the model's hidden thinking buffer on complex tasks: what extended thinking is, when to enable, and the cost.

7. Claude'un Süper Güçleri10 min readIntermediate
38

Artifacts: Live Working Outputs

Mechanics of Artifacts — Claude's code, SVG, or React component live-rendered in a side panel. Build and iterate live.

7. Claude'un Süper Güçleri10 min readBeginner
39

Getting Started with the API: Auth, First Request, SDK Setup

Grab your API key from Anthropic console, install the SDK, run your first call. Python and TypeScript step by step.

8. API ile Programatik Claude11 min readIntermediate
40

Messages API: Multi-Turn Conversations

Building blocks of Messages API, system message, multi-turn conversation, response object, and token counting.

8. API ile Programatik Claude11 min readIntermediate
41

Streaming Responses and Real-Time UX

What streaming is, why it matters, and integration with SSE / Web Streams.

8. API ile Programatik Claude11 min readIntermediate
42

Tool Use API: Function Calling in Practice

Finish tool use over the API: full loop, parallel tools, error feedback, and schema validation.

8. API ile Programatik Claude12 min readIntermediate
43

Cut Cost up to 90% with Prompt Caching

Cache stable system prompts, large few-shot blocks, and long documents to slash input cost.

8. API ile Programatik Claude11 min readIntermediate
44

Batch API: Bulk Async Workloads

Run async workloads at 50% cost with the Batch API. Ideal for labeling, content generation, and evals.

8. API ile Programatik Claude10 min readIntermediate
45

Error Handling, Rate Limits, and Retry Strategies

Classify API errors, apply the right retry strategy, use idempotency keys, design DLQs.

8. API ile Programatik Claude12 min readAdvanced
46

Eval Sets and LLM-as-Judge

Design eval sets that measure production quality: building, balancing, auto-scoring (LLM-as-judge), human calibration.

9. Üretim Ortamı13 min readAdvanced
47

Prompt Injection, Jailbreak, and Defense

How adversarial users, malicious content, or manipulated data affect Claude — and eight defense patterns.

9. Üretim Ortamı13 min readAdvanced
48

Cost Monitoring, Quotas, and Budget Alarms

Avoid bill surprises with a cost pipeline: per-user quotas, alarm thresholds, anomaly detection.

9. Üretim Ortamı11 min readAdvanced
49

Latency, Caching, and Performance Optimization

Eight levers to reduce p50/p95/p99: model choice, caching, streaming, parallelism.

9. Üretim Ortamı11 min readAdvanced
50

Logging, Tracing, and Observability

OpenTelemetry-compatible LLM tracing, structured log schema, error reporting, prompt-versioned observability.

9. Üretim Ortamı12 min readAdvanced
51

What Is an Agent? Reactive vs Autonomous

Agent vs pipeline, the four building blocks (planner, memory, tools, controller), and which problems require an agent.

10. Agent Tasarımı12 min readAdvanced
52

Build Your First Agent with the Claude Agent SDK

Hello-World agent with the Claude Agent SDK: tool definitions, system prompt, controller loop, and human approval.

10. Agent Tasarımı13 min readAdvanced
53

Multi-Tool Agent Architectures (Planner-Executor)

Planner + executor separation, tool selection guidance, sub-agent invocation.

10. Agent Tasarımı12 min readAdvanced
54

Memory, State, and Long-Term Context

Memory layers in multi-step / multi-session agents: scratch, episodic, semantic, user profile.

10. Agent Tasarımı12 min readAdvanced
55

Human-in-the-Loop and Approval Flows

Gating risky agent actions through human approval: pre-execution diff, severity tier, audit log.

10. Agent Tasarımı11 min readAdvanced
56

Project: Multilingual Customer Support Assistant

TR/EN support pipeline: intent, FAQ, escalation, CSAT feedback. Which step on which model, and how to design evals.

11. Gerçek Dünya Projeleri14 min readAdvanced
57

Project: RAG Document Q&A System

RAG over company docs: chunking, embedding, retrieval, re-ranking, anchored answers.

11. Gerçek Dünya Projeleri14 min readAdvanced
58

Project: Code Review Automation

PR review automation with GitHub Actions + Claude: diff parsing, rubric-based comments, severity labels.

11. Gerçek Dünya Projeleri12 min readAdvanced
59

Project: Content Production Pipeline

From topic list to publish: outline → draft → editor → SEO → image suggestion → CMS publish. Human approval at each step.

11. Gerçek Dünya Projeleri12 min readAdvanced
60

Project: Structured Data Extraction from PDFs

Invoices, contracts, forms — structured extraction with Claude vision + tool use. Accuracy metrics and audit trail.

11. Gerçek Dünya Projeleri13 min readAdvanced
61

MCP (Model Context Protocol) Integration

What is MCP and why? How to connect local/remote MCP servers to Claude. Examples with Slack, Notion, Postgres.

12. Ekosistem ve Sertifika13 min readAdvanced
62

Skills, Plugins, and Marketplace

What are Skills, when to write one, what plugins are, how the marketplace works. Examples and publishing your own.

12. Ekosistem ve Sertifika12 min readAdvanced
63

Community, Documentation, and Continuous Learning

Anthropic docs, cookbooks, Discord, papers, and a daily routine for keeping up.

12. Ekosistem ve Sertifika9 min readIntermediate
64

Capstone Project + Final Quiz + Certificate

Real-world synthesis: design, build, and run an agent end-to-end, then take the final certification exam.

12. Ekosistem ve Sertifika14 min readAdvanced