#api
REST API
Jul 14, 2019
As a web developer at some point you’ll hear the words API (Application Programming Interface) and the word REST...
Canvas API: Introduction & Basic Usage
Mar 31, 2019
The canvas API allows you to draw graphics using Javascript & the HTML <canvas> element. It can do a ton and can be used for animation, game graphics, data visualization, photo manipulation, and real time video processing.