Git workflow: branching, merging, and pull request discipline
Branching habits, merge strategies, and how to build a traceable change history with Git and pull requests.
Category
Developer tools: Git, Composer, npm, build tools, Docker, databases, messaging, search, CI/CD and debugging. (Page 3/4)
This category has 21 posts.
Branching habits, merge strategies, and how to build a traceable change history with Git and pull requests.
Laravel Mix provides a fluent API that lets you compile JavaScript and CSS assets without writing Webpack configuration from scratch.
Sharing what I learned about testing API endpoints without a browser, building collections, and integrating Postman into my development workflow.
Why I abandoned the build pipeline I built with Gulp, and what I gained — and struggled with — when switching to Webpack.
I configured a PHP package from scratch and published it on Packagist so others could use it — here's how I did it.
How I set up a front-end workflow that automates Sass compilation, JavaScript bundling, and browser reloading with Gulp.