laravel
Laravel Development on Windows in 2022
In this post, I will show how I set up VS Code to streamline Laravel development on Windows.
laravel
In this post, I will show how I set up VS Code to streamline Laravel development on Windows.
software-development
In this post I will share how I set up an ASP.NET MVC 5 project as a SPA using Vue.js.
software-development
I started my research by trying to reverse engineer what Visual Studio does when you merge and resolve conflicts. That lead me to explore some other tools, like Meld, and to experiment with some of the optional merge strategies within git. Here is what I found.
software-development
I set out to standardize our tooling for diffing and merging code on our git repos so that everyone has the same experience when visualizing code differences, regardless of IDE or operating system. Ultimately I settled on Meld.