BlamsA0mine
blamsa0mine.bsky.social
BlamsA0mine
@blamsa0mine.bsky.social
Legacy Laravel slowing you down?

🛠️ Clean Architecture with Laravel 12 & PHP 8.4 decouples

Domain→App→Infra for testable, upgrade-friendly code.

Playbook + code samples

👉 dev.to/blamsa0mine/...

#Laravel #PHP #CleanCode #Refactor
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...
dev.to
June 22, 2025 at 6:36 PM
🚀 Testing my Vue calculator with Vitest revealed:

• 0.1+0.2≠0.3 😱
• 94% coverage
• 18 edge cases caught

💡 Key insight:
"Test behavior, not implementation"

🔍 Full guide:
dev.to/blamsa0mine/...

#VueJS #Testing #Frontend
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...
dev.to
June 16, 2025 at 8:01 AM
🚀 Just built a sleek calculator !

✅ Dark/light mode toggle
✅ Full calculation history
✅ Memory functions (M+, M-, MR, MC)
✅ Keyboard support

💻 Code: github.com/VincentCapek...

#VueJS #FrontendDev #WebDevelopment
github.com
June 10, 2025 at 4:33 PM
From a blank page to a fully functional, modern calculator !

✨ I broke down the entire process of building this with Vue.js 3 and CSS Grid in my latest article.

Come build one with me!

dev.to/blamsa0mine/...

#DEVCommunity #Vue #WebDevelopment #JavaScript
Vincent DEV on X: "From a blank page to a fully functional, modern calculator ! ✨ I broke down the entire process of building this with Vue.js 3 and CSS Grid in my latest article. Come build one with me! https://t.co/kSsMET9zeb #DEVCommunity #Vue #WebDevelopment #JavaScript" / X
From a blank page to a fully functional, modern calculator ! ✨ I broke down the entire process of building this with Vue.js 3 and CSS Grid in my latest article. Come build one with me! https://t.co/kSsMET9zeb #DEVCommunity #Vue #WebDevelopment #JavaScript
x.com
June 10, 2025 at 8:17 AM
🚀 PHP 8.5 is coming this November — and it’s packed with awesome features!

Pipelines |>, immutable record types, array_first(), Zstandard support & more.

Get the full scoop 👇

dev.to/blamsa0mine/...

#PHP #WebDev #Backend
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...
dev.to
June 8, 2025 at 4:14 PM
🚀 Breaking down Cursor vs Windsurf: the ultimate AI-powered IDE face-off !

From agent workflows to pricing, security & community traction—discover which tool best fits your dev workflow.

👉 dev.to/blamsa0mine/...

#AI #IDE #DevTools
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...
dev.to
June 8, 2025 at 10:11 AM
Cut boilerplate in PHP with constructor property promotion and DI !

🚀 Learn how to write cleaner, more concise code in this guide: dev.to/blamsa0mine/...

#PHP #DependencyInjection #PHP8 #WebDev
Dependency Injection & Conciseness in Modern PHP
TL;DR — Constructor Property Promotion (PHP 8), typed properties, and PSR-11 DI containers let you...
dev.to
June 6, 2025 at 7:38 PM
Learn how to build dynamic UIs in Laravel 12 using Livewire!

🛠️ From setup to real-time interactivity, this complete guide has you covered:

dev.to/blamsa0mine/...

#Laravel12 #Livewire #WebDev
Building Dynamic UIs with Livewire in Laravel 12: A Complete Guide
Laravel Livewire has revolutionized how we build dynamic user interfaces in Laravel applications....
dev.to
June 6, 2025 at 5:04 PM
Level up your testing game with Laravel 12 !

🛠️ Dive into our complete TDD guide and learn how to build rock-solid apps from the ground up:

dev.to/blamsa0mine/...

#Laravel12 #TDD #PHP #WebDev
Mastering Test-Driven Development (TDD) with Laravel 12: A Complete Guide
Test-Driven Development (TDD) is a software development methodology that emphasizes writing tests...
dev.to
June 5, 2025 at 9:47 AM
🚀 Exciting update:

Our URL shortener's analytics dashboard is live! 📊

Features:
- Track total URLs & clicks
- Analyze click-through rates & engagement
- View trends with graphs for URL creation & clicks
- Discover top-performing domains & URLs

#URLShortener #react
June 4, 2025 at 12:03 PM
Streamline your Laravel 12 code with PHP 8’s constructor property promotion!

🚀 Learn how to cut boilerplate and inject dependencies more concisely:

dev.to/blamsa0mine/...

#Laravel12 #PHP8 #WebDev
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...
dev.to
June 4, 2025 at 10:15 AM
Integrate Shadcn/ui into your Laravel 12 app and supercharge your UI with headless components + Tailwind!

🚀 Check out the step-by-step guide

👉 dev.to/blamsa0mine/...

#Laravel12 #Tailwind #ShadcnUI #WebDev
Integrating Shadcn/ui into Laravel 12
Shadcn/ui is a collection of headless UI components built on Radix primitives and styled with...
dev.to
June 3, 2025 at 4:51 PM
Sonnet Claude 4 is really impressive, and I managed to create a shortened url generator very quickly in React.

Honestly, not disappointed.
June 3, 2025 at 12:47 PM
Discover how Laravel 12’s new secureValidate() method makes enforcing strong validation rules a breeze!

💪🔒 Dive into enhanced validation and keep your apps secure: dev.to/blamsa0mine/...

#Laravel #PHP #WebDev
Enhanced Validation in Laravel 12: Introducing secureValidate()
Laravel 12 brings a new, streamlined approach to enforcing strong validation rules—especially for...
dev.to
June 3, 2025 at 9:52 AM
Using Laravel 12 ?

Check out how nestedWhere() simplifies your nested queries in the Query Builder. No more verbose closures! Learn more

👉 dev.to/blamsa0mine/...

#laravel #php
Using nestedWhere() in the Laravel 12 Query Builder
Since Laravel 12, the Query Builder has been enriched with a convenient method to nest conditions...
dev.to
June 2, 2025 at 6:07 PM
Je dois vraiment tester laravel 12 depuis le temps...
June 2, 2025 at 9:32 AM
Building a Rich Movie Social Knowledge Graph with #Neo4j and #Python”! Learn how to model movie data, their relationships, and insights using graph technology. 🍿🎬

dev.to/blamsa0mine/...

#GraphDB #DataScience #Python
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...
dev.to
June 2, 2025 at 8:33 AM
🚀 Découvrez mon portfolio !

Développement WEB, PHP, Laravel et Vue.js.
N'hésitez pas à me contacter pour vos projets. 💻✨

👉 portfolio-liart-five-83.vercel.app

#DéveloppeurWeb #Freelance #PHP #Laravel #VueJS
Portfolio Vincent Capek | Développeur PHP Fullstack
Je m'appelle Vincent, j'ai 22 ans, je suis développeur Web FullStack PHP.
portfolio-liart-five-83.vercel.app
November 26, 2024 at 4:14 PM
Learn how to build a simple Task List app with #Vue3 + #TypeScript and test it like a pro with #Cypress ! 🚀

Step-by-step guide to create, add, and remove tasks while ensuring everything works flawlessly with E2E tests. 🧪

👉 dev.to/blamsa0mine/...

#WebDev #JavaScript #E2E
🚀 Building a Task List with Vue 3 + TypeScript and Testing It with Cypress
In this article, we’ll create a simple task list application using Vue 3 and TypeScript. Then, we’ll...
dev.to
November 22, 2024 at 2:48 PM
🌟 Boost your Laravel skills !

Learn how to structure your project with the Repository Pattern and Services for clean, testable, and maintainable code. 🚀

Dive into the full guide: dev.to/blamsa0mine/...

#Laravel #CleanCode #WebDevelopment #PHP
Structuring a Laravel Project with the Repository Pattern and Services 🚀
Laravel is a robust and flexible framework, but without proper structure, controllers can easily...
dev.to
November 21, 2024 at 5:16 PM
Keep your Laravel app clean & scalable ! 🚀

Use Data Transfer Objects (DTOs) to separate data from business logic.

Combine DTOs with Services & FormRequests for a modular, testable architecture.

🛠️ Read more: dev.to/blamsa0mine/...

#Laravel #CleanCode #DevTips #PHP
Using Data Transfer Objects (DTO) in Laravel for a Clean and Scalable Architecture
In a Laravel application, it's important to maintain readable, maintainable, and scalable code. One...
dev.to
November 21, 2024 at 2:22 PM
🚀 Explore our new Symfony API Platform project!
Manage animes, authors, characters, tags, and more with JWT-secured authentication.

Dive in and contribute on GitHub: github.com/ZAomineZ/api... 🎉

#Symfony #APIPlatform #PHP #Developers
GitHub - ZAomineZ/api_anime
Contribute to ZAomineZ/api_anime development by creating an account on GitHub.
github.com
November 21, 2024 at 10:00 AM
Reposted by BlamsA0mine
Performance du calcul du Pagerank avec Python 3.13 (thread, processing) :

github.com/CodSpeedHQ/p...
GitHub - CodSpeedHQ/python-parallel-pagerank
Contribute to CodSpeedHQ/python-parallel-pagerank development by creating an account on GitHub.
github.com
November 20, 2024 at 5:03 PM
🚀 Nouvelle astuce Laravel : Uploadez facilement une image à partir d'une URL grâce à une classe utilitaire personnalisée ! 🌐📂

👉 Guide complet + code source sur GitHub : medium.com/@vincentcape...

#Laravel #PHP #WebDev #CodingTips
November 20, 2024 at 2:12 PM