The Coinbase cryptocurrency exchange platform offers REST API access for a variety of programmatic operations. You can access price information… Read more Coinbase API Requests with Authentication in Postman
How to Set a Proxy for the Git Command Line Tool
If you are trying to use the git command line interface with an Internet hosted repository, such as github.com, from… Read more How to Set a Proxy for the Git Command Line Tool
Using cURL with a Proxy Server
If you are located inside a network that uses a proxy and authentication for making HTTP requests to external servers,… Read more Using cURL with a Proxy Server
Mounting FTP Server on macOS Sierra
Accessing files on a remote FTP server is a pretty common task. There are many applications such as FileZilla or… Read more Mounting FTP Server on macOS Sierra
File Transfer with cURL and the FTP Protocol
cURL is a tool for transferring data using URLs and it supports FTP as well as many other protocols such… Read more File Transfer with cURL and the FTP Protocol
Setting Proxy Environment Variables on Linux and macOS
When using shell commands that make HTTP requests or tools such as cURL, it may be necessary to use a… Read more Setting Proxy Environment Variables on Linux and macOS
Accessing the TD Ameritrade APIs from Node.js
The TD Ameritrade APIs allow developers to create applications that perform authorized actions on brokerage accounts. These actions include executing… Read more Accessing the TD Ameritrade APIs from Node.js
HTTP GET and POST Requests in Java with NTLM Proxy
Java provides the java.net package for implementing networking applications and for making HTTP GET and POST requests in Java to… Read more HTTP GET and POST Requests in Java with NTLM Proxy
How to Erase and Format a USB Drive on Mac OS X
I recently needed to format an external 5TB Seagate Backup+ Desk Media USB hard drive.So, I decided to use the… Read more How to Erase and Format a USB Drive on Mac OS X
How to Take Screenshots on macOS Sierra
Taking screenshots on macOS Sierra is a pretty common task, especially when blogging or trying to quickly capture an application’s… Read more How to Take Screenshots on macOS Sierra