Explore >> Select a destination


You are here

davidbieber.com
| | www.adamalbrecht.com
8.9 parsecs away

Travel
| | In Vim-land, I use the vim-test plugin for quickly executing tests from a command line shortcut1. I wanted to reproduce this behavior in Visual Studio Code, but I couldn't find an extension that worked in multiple languages (namely, Ruby, Elixir, Javascript, and Elm). I'm mostly just using VSCode for Elixir, but I still liked the idea of finding a more general purpose solution. So instead I used VSCode's support for Tasks to build the functionality myself. So in my project's tasks.json file, I have the f...
| | envs.net
8.4 parsecs away

Travel
| | envs.net | webring - how to join
| | jsbin.com
2.8 parsecs away

Travel
| | A live pastebin for HTML, CSS & JavaScript and a range of processors, including SCSS, CoffeeScript, Jade and more...
| | techtldr.com
25.8 parsecs away

Travel
| Chrome Developer Tools have a very useful option that allows to copy any API request as a CURL command. This tool can be used to test APIs without having to rely on the Browser, get access to unofficial APIs, scrape data and many other useful scenarios. Please allow me to demonstrate. In this video, I [...]