Approachable Tooling
A developer discusses the importance of simple, efficient tooling and workflows in modern web development stacks (React/Vue, Node, webpack) for better team productivity and onboarding.
A developer discusses the importance of simple, efficient tooling and workflows in modern web development stacks (React/Vue, Node, webpack) for better team productivity and onboarding.
A developer shares statistics and insights from a year-long Laravel web application project, detailing code structure, frameworks, and testing strategies.
A developer's monthly update on learning Vue.js, project ideas, and passive income growth from a keto-focused web app.
A tutorial on applying Test-Driven Development (TDD) principles to build and test a Vue.js component, using a color picker as an example.
Three architectural tips for scaling large Vue.js applications, focusing on modular design, micro-frontends, and Vuex store optimization.
A tutorial on unit testing a Vue.js component using Vue Test Utils and Jest, covering setup, best practices, and test implementation.
A developer shares their process of refactoring a Vue.js application, focusing on improving component structure and using modern ES6 features.
A tutorial on building a shopping cart component using Vue.js and integrating the Dinero.js library for robust monetary calculations.
Explains Vue.js scoped slots by comparing them to function props, making this advanced concept easier to understand for developers.
Explains how to use renderless components and scoped slots in Vue.js to create reusable UI logic with customizable presentation.
A hands-on tutorial for building a real-world star rating component using Vue.js, covering core concepts and practical setup.
A developer shares their customized VS Code setup, including essential extensions, key settings, and workflow tips for improved productivity.
A technical article demonstrating how to recursively chain multiple JavaScript filter functions on an array, using a functional programming approach.
A guide to using Vue.js components in Laravel 5.3, covering the default JavaScript stack, configuration files, and setup.
A guide to setting up acceptance testing for Laravel and Vue.js applications using Codeception and Selenium to test JavaScript-rendered components.
A developer's journey from messy AJAX handling to using Promise.all for clean, coordinated data loading in Vue.js components.
A tutorial on using the SparkForm JavaScript class to simplify form state management and submission in Vue.js applications integrated with Laravel Spark.
A tutorial on integrating Vueify, ES2015, and Browserify into Vue.js projects using Laravel Elixir for simplified build processes.
A developer shares insights from a team hackathon building a todo app with Laravel and Vue.js, emphasizing the power of building tools for personal use.
A technical discussion about creating a case-insensitive sorting filter for VueJS, addressing a limitation in the orderBy function.