This article provides a quick and easy approach for consuming API data in Vue using Axios.
Continue reading “Using Axios in Vue to consume a JSON API from a URL”CLI Terminal tricks
Simply a document for me to store helpful CLI tricks I come across and prefer not to forget.
Continue reading “CLI Terminal tricks”Manage SSH keys on a Mac (OSX)
The generated key consists of a pair of files, one private and one public. It’s very important that you never share the private key, ever. While you will use the public key to authenticate with the external service.
Continue reading “Manage SSH keys on a Mac (OSX)”Git CLI reference
A work in progress intended for my own reference, but if this proves helpful to others as well that’s great.
Continue reading “Git CLI reference”