State Management in Vue with Vuex
Centralizing shared state across components using Vuex: state, mutations, actions, and getters explained.
Blog
My writing, videos and posts across platforms on software architecture, PHP, DevOps and product development. (Page 24/30)
Centralizing shared state across components using Vuex: state, mutations, actions, and getters explained.
Setting up reliable, maintainable transactional emails using Laravel's Mailable class and Blade email templates.
How the @component directive introduced in Laravel 5.4's Blade templating engine lets you split views into reusable, well-defined pieces.
PHP 7.1's nullable type declarations and void return type make function signatures more readable and precise.
How I bring structure to growing stylesheets using Sass variables, nested rules, and file partials.
A walkthrough of the core concepts and practical setup I encountered while moving page transitions to the client side with Vue Router.