55 articles

📰 Dev.to · A0mineTV

Articles from Dev.to · A0mineTV · 55 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (10865) ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog
Building a Task Manager with Laravel + Inertia.js (Vue 3): CRUD, Tags, Filters, and a Kanban Board
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...
Project Tracker with Laravel 12 + Inertia + Vue (Starter Kit Walkthrough)
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...
Gemini 3 vs GPT 5.2: SWE-bench and Beyond
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...
Building a Scalable Laravel Application with DDD and CQRS Architecture
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...
Building a Scalable Laravel Application with Domain-Driven Design (DDD)
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...
Building a Task Management MCP Server with Laravel
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...
JSON/CSV Diff Viewer
Dev.to · A0mineTV 6mo ago
JSON/CSV Diff Viewer
A single-page web application for comparing two datasets (JSON or CSV) with advanced differentiation...
Building a Tic-Tac-Toe Game with Vue 3 and Claude Sonnet 4.5
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...
Building a TypeScript Snake.io Game with Vue 3 and Claude Sonnet 4.5
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,...
Building a Multilingual Nuxt.js App with Seamless Locale Switching
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...
Complete SEO Meta Tags Implementation with Nuxt 3: From Basic Meta to Dynamic OG Images
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...
Building a Full-Stack User Management System with Prisma and Vue 3 (Nuxt 3)
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...
Optimizing Images in Nuxt 3: A Complete Guide to Better Performance
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....
Implementing Incremental Static Regeneration (ISR) in Nuxt 4: The Complete Guide
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...
How to Create an RSS Feed for Your Nuxt Website
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...
Build a Secure CRUD API with Node.js, Express & MongoDB (Mongoose)
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....
Shipping a Lean DDD-Friendly Inventory API in Laravel 12
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...
Claude Code vs GPT‑5 Codex: which one should you use — and when ?
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...
Building a Modern Landing Page in Record Time: My Experience with Codex GPT
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...
Building Dark Mode & Dynamic Theming with Kotlin & Jetpack Compose: Advanced Settings, DataStore & Color Management
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...