Laravel for Beginners: Setting Up Your First Project
A complete first-day guide to Laravel — installation, folder structure, your first route, and your first migration.
Articles on web development, tools, and lessons learned.
11 articles · browse by category or tag below
A complete first-day guide to Laravel — installation, folder structure, your first route, and your first migration.
What actually changed between the Pages Router and the App Router, and which one to use for a new project in 2026.
Variables, functions, arrays, objects, and the DOM — the plain JavaScript every framework is built on top of.
Installing Nest, generating a CRUD resource, and understanding controllers, services, and DTO validation.
The complete register_post_type() walkthrough, including the rewrite-rules gotcha that causes a confusing 404 every time.
Actions vs filters, safe functions.php structure, and the defensive habits that keep a single typo from taking down your site.
Installing Claude Code, setting up a CLAUDE.md file, and the workflow that actually gets the most out of an agentic coding tool.
setup(), ref vs reactive, and reusable composables — a practical introduction to Vue 3's Composition API for developers coming from Options API or another framework.
A practical walkthrough of useState, useEffect, useRef, and useContext — the hooks that cover the majority of real React component logic.