OSX: Ever wish you could right click on a folder in finder and 'Open in VSCODE'?... Well now you can
And it's entirely free and easy to do! Here's how!
Open up Automator. ( It comes standard in osx ).
It'll promp you to select a type. Click on Quick action. Now select Folders in finder.
In the search bar, search for Apple Script, and drag and drop it into the screen on the right....
Bash reference page
https://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html for quick referencing
Mocking Response Codes
When working on large front end projects which rely on data sources from remote servers, itโs a great practice to test different types of response codes such as server errors, unauthorized access errors, etc. to validate that youโre handling all edge cases. Itโs complicated and annoying to get your remote source to return those errors and in that case you would setup a mock server which returns the types of responses you want. http://httpstat.us/ allows you to do just that and more importantly y...
Tips on CSS Units
https://www.peerigon.com/en/blog/complete-guide-to-css-units-series-part-3-percentages-and-viewport-units/
Best practices section is a good read...
slide making tool
Here's a tool a friend suggested in another server for making slides using markdown.
https://sli.dev/...
PageAutomator
I present to you PageAutomator - an automation script for the browser. It was inspired by WinAutomation.
It's currently available at greasyfork, but you can use it outside the userscript, be sure to add the dependencies though.
https://greasyfork.org/en/scripts/458951-pageautomator/code
...