API’s allow external application to connect to and use cloud based services such as Facebook and Dropbox. Platforms create API’s for specific programming languages and use specific procedures to allow access to data and services.
Related Articles
Programming - Intro
Programming Intro – How to Find a Coding Job
There are more employers than FANG – Facebook, Apple, Netflix, Google 2.8% Unemployment Rate of Coders in Baltimore area Prepare to have conversations rather than “interviews”. Conversations seek to find if you are a good […]
*NEW
PHP – Send Shell Commands with shell_exec()
The shell_exec() function allows you to send commands to the Command Line using PHP. You can use this for everything from pinging websites, to calling installed apps such as FFMPEG. shell_exec() also returns the results […]
HTML Intro
HTML Intro – Picture Tag (Responsive Images)
The Picture Tag allows you to change the size of an image displayed in an HTML document based on the width of the browser window. picture.html picture700.jpg picture400.jpg picture200.jpg
Be the first to comment