/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

digitaldrummerj.me
| | mherman.org
26.4 parsecs away

Travel
| | Let's look at how to write end-to-end tests with TestCafe.
| | www.brandonpugh.com
21.8 parsecs away

Travel
| | TLDR: Git hooks are an awesome way to automatically verify your code as you commit your changes I'm sure we've all been there where we accidentally committed a change that we were supposed to undo or wasn't ready to be pushed and don't realize it until the build breaks or QA finds a bug. The first step I take to avoid committing anything unintentionally is instead of just running git add -A I make sure to review all the changes in the files I'm potentially committing. This is where a graphical tool like Gitk or SmartGit comes in handy as they allow you to click on your modified files and easily view a diff and then select which changes to stage. Unfortunately changes still slip through as happened to me yesterday when a change of mine got pushed all the way ...
| | rup12.net
18.6 parsecs away

Travel
| | Do you find managing vim plugins frustrating? Do you think there needs to be a better way for that? Well then, let's talk about vim-plug. The plugin manager that plugs in plugins!
| | techtldr.com
32.4 parsecs away

Travel
| With popularity of Github and many other competing offerings, it's easy to overlook how simple it is to set up (unlimited) private repos on any network connected computer. For example, I run this blog on a cheap instance of Linode, where $5 a month get's you 20Gb SSD storage. But you don't have to pay [...]