The Net Ninja - Latest News and Information
  • All Technology
  • AI
  • Autonomy
  • B2B Growth
  • Big Data
  • BioTech
  • ClimateTech
  • Consumer Tech
  • Crypto
  • Cybersecurity
  • DevOps
  • Digital Marketing
  • Ecommerce
  • EdTech
  • Enterprise
  • FinTech
  • GovTech
  • Hardware
  • HealthTech
  • HRTech
  • LegalTech
  • Nanotech
  • PropTech
  • Quantum
  • Robotics
  • SaaS
  • SpaceTech
AllNewsDealsSocialBlogsVideosPodcastsDigests

Technology Pulse

EMAIL DIGESTS

Daily

Every morning

Weekly

Sunday recap

NewsDealsSocialBlogsVideosPodcasts
The Net Ninja

The Net Ninja

Creator
0 followers

Developer courses occasionally covering Docker, deployment, and backend performance topics.

Recent Posts

Spec Driven Workflow with Claude Code #4 - Implementing the Plan
Video•Feb 20, 2026

Spec Driven Workflow with Claude Code #4 - Implementing the Plan

Claude Code’s fourth tutorial walks through turning a detailed plan into working authentication components. The presenter switches from the default Sonic model to Opus 4.5, noting its superior instruction‑following ability, and enables extended thinking mode to let the model reason longer on complex tasks. Auto‑edit is also turned on to let Claude apply changes automatically. Key technical choices are explained: Opus 4.5 for multi‑step features, thinking mode (toggled via config or the shortcut Alt + T/Option + T), and the “ultraink” keyword to trigger extended reasoning for a single prompt. The model reads the plan, generates React button, input, login and signup forms, creates corresponding test files, fixes a lint error, and runs the tests—all within a few minutes. The video highlights concrete outputs: a button component with type props, an input group with label handling, a password field that toggles visibility via an eye icon, and passing tests. The presenter manually inspects the files, runs the app in a browser to verify UI behavior, then stages, commits, and merges the feature branch using Git commands inside the Claude chat. The workflow demonstrates how AI can automate repetitive coding while still requiring developer oversight. By combining spec‑driven prompts, model selection, and extended reasoning, teams can accelerate feature delivery, reduce human error, and keep token budgets in check, paving the way for tighter CI/CD pipelines.

By The Net Ninja
Spec Driven Workflow with Claude Code #3 - Using Plan Mode
Video•Feb 19, 2026

Spec Driven Workflow with Claude Code #3 - Using Plan Mode

The video demonstrates Claude Code’s Plan Mode, a read‑only workflow that generates a detailed implementation plan for new features before any code is written. By activating Plan Mode, Claude spawns a sub‑agent that scans the existing repository, gathers context, and...

By The Net Ninja
Spec Driven Workflow with Claude Code #1 - Making a /Spec Command
Video•Feb 16, 2026

Spec Driven Workflow with Claude Code #1 - Making a /Spec Command

The video previews a new chapter of the Claude Code masterclass, demonstrating a lightweight spec‑driven workflow that begins with a custom “/spec” slash command. The instructor explains how the command generates a feature title, creates a safe Git branch, and...

By The Net Ninja