BlamsA0mine's Avatar

BlamsA0mine

@blamsa0mine.bsky.social

Twitter DEV: https://x.com/DevBlams Github: https://github.com/ZAomineZ Medium: https://medium.com/@vincentcapek Dev.to: https://dev.to/blamsa0mine Portfolio: https://portfolio-liart-five-83.vercel.app Freelance Dev Web - Fullstack

9 Followers  |  15 Following  |  24 Posts  |  Joined: 20.11.2024  |  1.4923

Latest posts by blamsa0mine.bsky.social on Bluesky

Preview
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...

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

22.06.2025 18:36 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
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...

πŸš€ 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

16.06.2025 08:01 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

πŸš€ 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

10.06.2025 16:33 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
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

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

10.06.2025 08:17 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
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...

πŸš€ 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

08.06.2025 16:14 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
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...

πŸš€ 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

08.06.2025 10:11 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Dependency Injection & Conciseness in Modern PHP TL;DR β€” Constructor Property Promotion (PHP 8), typed properties, and PSR-11 DI containers let you...

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

06.06.2025 19:38 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
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 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

06.06.2025 17:04 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Mastering Test-Driven Development (TDD) with Laravel 12: A Complete Guide Test-Driven Development (TDD) is a software development methodology that emphasizes writing tests...

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

05.06.2025 09:47 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image Post image

πŸš€ 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

04.06.2025 12:03 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
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...

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

04.06.2025 10:15 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Integrating Shadcn/ui into Laravel 12 Shadcn/ui is a collection of headless UI components built on Radix primitives and styled with...

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

03.06.2025 16:51 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Sonnet Claude 4 is really impressive, and I managed to create a shortened url generator very quickly in React.

Honestly, not disappointed.

03.06.2025 12:47 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Enhanced Validation in Laravel 12: Introducing secureValidate() Laravel 12 brings a new, streamlined approach to enforcing strong validation rulesβ€”especially for...

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

03.06.2025 09:52 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Using nestedWhere() in the Laravel 12 Query Builder Since Laravel 12, the Query Builder has been enriched with a convenient method to nest conditions...

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

02.06.2025 18:07 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Je dois vraiment tester laravel 12 depuis le temps...

02.06.2025 09:32 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
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...

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

02.06.2025 08:33 β€” πŸ‘ 3    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Portfolio Vincent Capek | DΓ©veloppeur PHP Fullstack Je m'appelle Vincent, j'ai 22 ans, je suis dΓ©veloppeur Web FullStack PHP.

πŸš€ 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

26.11.2024 16:14 β€” πŸ‘ 1    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
πŸš€ 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...

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

22.11.2024 14:48 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Structuring a Laravel Project with the Repository Pattern and Services πŸš€ Laravel is a robust and flexible framework, but without proper structure, controllers can easily...

🌟 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

21.11.2024 17:16 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
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...

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

21.11.2024 14:22 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Je ne pense pas qu'il y a forcΓ©ment besoin d'un framework JS cΓ΄tΓ© back office.

Tu peux en revanche utiliser un framework CSS comme Tailwind/Bulma ou encore Semantic UI. (pour que ça t'enlève d'un poids côté back)

21.11.2024 13:03 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
GitHub - ZAomineZ/api_anime Contribute to ZAomineZ/api_anime development by creating an account on GitHub.

πŸš€ 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

21.11.2024 10:00 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
GitHub - CodSpeedHQ/python-parallel-pagerank Contribute to CodSpeedHQ/python-parallel-pagerank development by creating an account on GitHub.

Performance du calcul du Pagerank avec Python 3.13 (thread, processing) :

github.com/CodSpeedHQ/p...

20.11.2024 16:57 β€” πŸ‘ 1    πŸ” 1    πŸ’¬ 1    πŸ“Œ 0

πŸš€ 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

20.11.2024 14:12 β€” πŸ‘ 4    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

@blamsa0mine is following 14 prominent accounts