 
      
    | You are here | cakehurstryan.com | ||
| | | | | paul.kinlan.me | |
| | | | | Paul is a Developer Advocate for Chrome and the Open Web at Google and loves to help make web development easier. | |
| | | | | techtldr.com | |
| | | | | 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 [...] | |
| | | | | wweb.dev | |
| | | | | In this post, I will show how to set up debugging for Javascript in VS Code for Node.js and for React in Firefox or Chrome... | |
| | | | | lincolnmullen.com | |
| | | I often have small snippets of Markdown that I want to copy to the clipboard and then paste as HTML. I thought about writing an extension for Visual Studio Code, or a custom script for Boop. But that seemed like a lot of work for a simple task. And then I remembered: Unix. pbpaste | pandoc | pbcopy There is a one-liner which will work on a Mac to paste Markdown into Pandoc and then copy the resulting HTML back to the clipboard. | ||