📰 Dev.to · A0mineTV
Articles from Dev.to · A0mineTV · 55 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (10613)
ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog

Dev.to · A0mineTV
2mo ago
Vue Watchers Explained: When to Use watch (and When Not To)
Vue is reactive by default. Most of the time, you write state, bind it to the template, and your UI...

Dev.to · A0mineTV
3mo ago
Building a Casio‑Style Scientific Calculator with Vue 3 + TypeScript
I wanted a small project that touches real front-end skills (UI, events, state, edge cases) while...

Dev.to · A0mineTV
3mo ago
Storybook in a Laravel + Inertia (Vue 3) app: building a modal + interaction tests
If you’re building a Laravel + Inertia (Vue 3) app, you’re probably shipping UI components fast… and...

Dev.to · A0mineTV
3mo ago
Laravel + Vue (Inertia) + gRPC: building a simple BFF that talks to a gRPC User service
Why gRPC in a Laravel + Vue project? If you’re building a modern Laravel + Vue app, your...

Dev.to · A0mineTV
3mo ago
Building a Task Manager with Laravel + Inertia.js (Vue 3): CRUD, Tags, Filters, and a Kanban Board
What we’re building In this article, I’ll walk through how I built a Task Manager...

Dev.to · A0mineTV
3mo ago
Project Tracker with Laravel 12 + Inertia + Vue (Starter Kit Walkthrough)
Why we built this project We wanted a concrete, realistic starter project to validate a...

Dev.to · A0mineTV
3mo ago
Gemini 3 vs GPT 5.2: SWE-bench and Beyond
Introduction Gemini 3 and GPT 5.2 are two of the most powerful AI models for coding in...

Dev.to · A0mineTV
6mo ago
Building a Scalable Laravel Application with DDD and CQRS Architecture
As applications grow in complexity, maintaining clean, scalable, and testable code becomes...

Dev.to · A0mineTV
6mo ago
Building a Scalable Laravel Application with Domain-Driven Design (DDD)
After working on several Laravel projects, I've learned that the traditional MVC pattern can quickly...

Dev.to · A0mineTV
6mo ago
Building a Task Management MCP Server with Laravel
Introduction The Model Context Protocol (MCP) is an open protocol that enables seamless...

Dev.to · A0mineTV
6mo ago
JSON/CSV Diff Viewer
A single-page web application for comparing two datasets (JSON or CSV) with advanced differentiation...

Dev.to · A0mineTV
6mo ago
Building a Tic-Tac-Toe Game with Vue 3 and Claude Sonnet 4.5
I recently experimented with Claude Sonnet 4.5, Anthropic's latest AI model, to build a fully...

Dev.to · A0mineTV
6mo ago
Building a TypeScript Snake.io Game with Vue 3 and Claude Sonnet 4.5
Introduction I recently built a fully-featured snake.io-style game using Vue 3,...

Dev.to · A0mineTV
6mo ago
Building a Multilingual Nuxt.js App with Seamless Locale Switching
Internationalization (i18n) is crucial for modern web applications that target global audiences. In...

Dev.to · A0mineTV
6mo ago
Complete SEO Meta Tags Implementation with Nuxt 3: From Basic Meta to Dynamic OG Images
SEO is crucial for web applications, but implementing it correctly can be challenging. In this...

Dev.to · A0mineTV
6mo ago
Building a Full-Stack User Management System with Prisma and Vue 3 (Nuxt 3)
In this article, we'll explore how to build a complete CRUD (Create, Read, Update, Delete) user...

Dev.to · A0mineTV
6mo ago
Optimizing Images in Nuxt 3: A Complete Guide to Better Performance
Images are often the largest assets on modern websites, making optimization crucial for performance....

Dev.to · A0mineTV
6mo ago
Implementing Incremental Static Regeneration (ISR) in Nuxt 4: The Complete Guide
Incremental Static Regeneration (ISR) is a game-changing feature that combines the best of static...

Dev.to · A0mineTV
6mo ago
How to Create an RSS Feed for Your Nuxt Website
RSS feeds remain one of the most reliable ways for users to stay updated with your content. While...

Dev.to · A0mineTV
6mo ago
Build a Secure CRUD API with Node.js, Express & MongoDB (Mongoose)
TL;DR We’ll build a CRUD REST API for a Client resource with Node.js + Express + Mongoose....

Dev.to · A0mineTV
6mo ago
Shipping a Lean DDD-Friendly Inventory API in Laravel 12
Building a Laravel API that stays true to domain-driven design (DDD) and clean architecture can feel...

Dev.to · A0mineTV
6mo ago
Claude Code vs GPT‑5 Codex: which one should you use — and when ?
TL;DR — Use both. Reach for GPT‑5 Codex when you need fast, precise diffs and short‑cycle code‑gen...

Dev.to · A0mineTV
6mo ago
Building a Modern Landing Page in Record Time: My Experience with Codex GPT
The Challenge: From Concept to Production Landing Page When I set out to create a...

Dev.to · A0mineTV
7mo ago
Building Dark Mode & Dynamic Theming with Kotlin & Jetpack Compose: Advanced Settings, DataStore & Color Management
When building dark mode and dynamic theming with Kotlin and Jetpack Compose, seamless user experience...
DeepCamp AI