Skip to main content

10 docs tagged with "learning-guide"

View all tags

A Practical Guide to Laravel × DDD × Clean Architecture

No Laravel experience required. A 20-chapter guide for SPA developers (Vue/React) that explains Laravel as an API backend together with domain-driven design (DDD) and clean architecture, step by step. It covers the theory of value objects, entities, aggregates, and repositories, through to implementation patterns, transactions, testing, and authentication in a Laravel project.

Designing a Design System with the shadcn/ui Button

Targets React 19 / Tailwind CSS v4 / the latest shadcn/ui. A 13-chapter guide that uses the Button to teach reusable component design aligned with a design system through design tokens, cva, cn, and Radix Slot.

JavaScript Guide

A complete 11-chapter guide that teaches the fundamentals of JavaScript systematically, from variables and data types through functions, arrays, DOM manipulation, and asynchronous processing. Each chapter comes with code examples and beginner-friendly explanations, gradually covering modern syntax (arrow functions, destructuring, async/await, ?. / ??).

Laravel API 開発ガイド

Laravel を API バックエンドとして使うための全 22 章のガイド。ルーティング・Eloquent・バリデーションの基礎から、認証認可 (Sanctum / Policy)・キャッシュ・キュー・タスクスケジューラ・ファイルストレージ・本番運用までを、EC サイトの注文システムを題材に順を追って解説します。Blade などのフロントエンド機能は扱いません。

PHPクラス設計ガイド

PHP でクラス設計そのものを入門から実践まで学ぶ全14章のガイド。フレームワーク非依存の設計原則 (カプセル化・単一責任・継承とコンポジション・インターフェース・SOLID) から、Laravel でのモデル/サービスクラス設計まで一気通貫で扱います。

React Guide

A 30-chapter guide that teaches modern React development (Vite + TypeScript + Tailwind CSS) systematically from the ground up. You can work through it step by step, from JavaScript prerequisites to Hooks, state management, performance, Next.js, and a full-stack implementation.

SOLID Principles in Depth

A seven-chapter series that digs into the five SOLID principles across three layers, why you follow them, when it's OK to break them, and how they get misused. Each chapter goes to the original text of the principle and covers how it is reassessed today.

Tailwind CSS Guide

A systematic learning guide for Tailwind CSS v4 in 18 chapters. From the utility-first mindset to Flexbox/Grid, typography, colors, responsive design, dark mode, container queries, and animation. You build a landing page in a hands-on project and acquire modern CSS styling.

Vue ガイド

Vue 3.5 の Composition API を土台に、リアクティビティの仕組みからコンポーネント設計、Vue Router、Pinia、Nuxt 4 までを全 20 章で体系化するガイド。script setup と TypeScript を前提に、なぜその書き方になるのかを各 API の設計意図から説明します。

Web エンジニア基礎知識ガイド

CSS のボックスモデルからデータベースのロック、DNS、シェル、TLS、アルゴリズム、システム設計、SQL の読み書き、並行処理、日時と文字コードまで、Web エンジニアが分野を越えて必要とする土台を全 42 章で体系化するガイド。フレームワークの使い方ではなく、その下で動いている仕組みと、実務で判断を分ける境目を扱います。