A0mineTV

A0mineTV @blamsa0mine

About: 💻 Freelance Web Developer specializing in PHP, Laravel, and Vue.js. 🎯 Passionate about building elegant and efficient solutions. 🚀 "Code with passion, share with purpose."

Location:
France
Joined:
Nov 19, 2024

A0mineTV
articles - 59 total

Building a React Task Manager with Gemini CLI: A Developer''s Story

Introduction As a developer, I'm always looking for tools that can streamline my workflow...

Learn More 0 0Jun 27

Building a Laravel Blog with ChatGPT Codex

Introduction Recently I wanted to experiment with ChatGPT’s Codex mode, so I asked it to...

Learn More 0 0Jun 27

Building a Clean BankAccount with PHP 8.4 — Property Hooks & Asymmetric Visibility

1- Why another “BankAccount” tutorial ? 🚀 I keep bumping into examples that: still store...

Learn More 0 0Jun 25

Building a Realistic 3D Monitor with Reflections and HTML Interface using React Three Fiber

Ever wanted to create stunning 3D visualizations that feel truly interactive? Today, we'll build a...

Learn More 1 0Jun 25

A Minimal Yet Scalable React + TypeScript + styled-components Architecture

TL;DR — We’ll stand up a tiny project that still scales: a single, strongly-typed theme, colocated...

Learn More 0 0Jun 22

Real-World Refactoring with Laravel 12 & PHP 8.4 – A Clean-Architecture Playbook

TL;DR — Laravel 12 is a maintenance-focused release that runs effortlessly on PHP 8.4. By embracing...

Learn More 0 0Jun 22

How I Tested My Vue.js Calculator with Vitest: A Complete Guide

While building my Vue 3 calculator, I discovered: "The simpler the UI, the more dangerous the edge...

Learn More 1 0Jun 16

Build a Sleek, Modern Calculator with Vue.js 3 and CSS Grid

Building a calculator is often one of the first projects you tackle when learning a new JavaScript...

Learn More 0 0Jun 9

What’s Coming in PHP 8.5 🚀

Heads-up: PHP 8.5 is still in development; the first General Availability build is slated for 20...

Learn More 0 0Jun 8

Cursor vs Windsurf (2025): A Deep-Dive Into the Two Fastest-Growing AI IDEs

Cursor feels like “VS Code + ChatGPT on steroids”, while Windsurf (ex-Codeium) wants to be the first...

Learn More 0 2Jun 8

Dependency Injection & Conciseness in Modern PHP

TL;DR — Constructor Property Promotion (PHP 8), typed properties, and PSR-11 DI containers let you...

Learn More 0 1Jun 6

Mastering Test-Driven Development (TDD) with Laravel 12: A Complete Guide

Test-Driven Development (TDD) is a software development methodology that emphasizes writing tests...

Learn More 1 0Jun 4

Mastering Async Cache in Laravel 12: Building Non-Blocking Applications

Laravel 12 introduces a game-changing feature: asynchronous caching with Cache::asyncRemember(). This...

Learn More 0 0Jun 4

Building Dynamic UIs with Livewire in Laravel 12: A Complete Guide

Laravel Livewire has revolutionized how we build dynamic user interfaces in Laravel applications....

Learn More 1 0Jun 4

Integrating Shadcn/ui into Laravel 12

Shadcn/ui is a collection of headless UI components built on Radix primitives and styled with...

Learn More 1 0Jun 3

Dependency Injection and Conciseness with PHP 8 in Laravel 12

Laravel 12 leverages PHP 8’s constructor property promotion to make dependency injection (DI) more...

Learn More 1 1Jun 2

Enhanced Validation in Laravel 12: Introducing secureValidate()

Laravel 12 brings a new, streamlined approach to enforcing strong validation rules—especially for...

Learn More 1 3Jun 2

Using nestedWhere() in the Laravel 12 Query Builder

Since Laravel 12, the Query Builder has been enriched with a convenient method to nest conditions...

Learn More 0 2Jun 2

Building a Rich Movie & Social Knowledge Graph with Neo4j and Python

In this deep-dive tutorial you’ll learn how to connect to Neo4j exclusively from Python, model a...

Learn More 6 0May 21

From Monolith to Modules: Refactoring a JavaScript Quiz Application

Introduction When I started building my quiz application, like many developers, I began...

Learn More 0 0May 21

Speed Up Your Website with InstantClick

Speed Up Your Website with InstantClick TL;DR: InstantClick is a lightweight JavaScript...

Learn More 1 0Apr 16

Create a useTemporaryClass Hook for Animations in Vue 3

 Introduction Animations and transitions can significantly enhance the user experience by...

Learn More 0 0Mar 5

A Comprehensive Guide to Local Authentication with Passport.js in Express

A Comprehensive Guide to Local Authentication with Passport.js in Express Authentication...

Learn More 0 1Feb 16

How to Create a Dynamic Popover with CSS and JavaScript 🚀

Introduction Popovers are a common UI pattern used to display contextual information or...

Learn More 7 1Dec 15 '24

Building an Interactive Budget Calculator with Streamlit 🚀

Introduction Managing a budget is a critical part of financial planning, and automating...

Learn More 3 0Dec 13 '24

Building an Interactive Quiz App with Streamlit 🚀

Introduction Streamlit is a fantastic framework for creating interactive web applications...

Learn More 5 0Dec 13 '24

Building a Streamlit Inventory Management App with Fragment Decorators 🚀

Introduction Streamlit provides developers with an easy and intuitive way to build...

Learn More 2 0Dec 12 '24

Interactive DataFrame Management with Streamlit Fragments 🚀

Introduction Streamlit is a powerful Python framework designed to create interactive web...

Learn More 0 0Dec 12 '24

🚀 Validating User Input with FastAPI: An Example with Custom Validators

When building an API, validating user input is critical for maintaining data integrity and providing...

Learn More 9 1Dec 8 '24

🚀 Building a User Management API with FastAPI and SQLite

FastAPI has become one of the most popular Python web frameworks, thanks to its speed, simplicity,...

Learn More 3 0Dec 8 '24