Dear new developer, If you interact with web APIs at your job, learning curl is a good investment. Curl is a flexible, powerful, command line utility which lets you make HTTP requests. In my current job, I build a lot of API requests. Side note: I'm going to use the shorthand API for web based, … Continue reading Learn curl
Tag: web apis
Web APIs for new developers
Dear new developer, Chances are high that you'll be working with other code as a developer. I remember when I was first starting out and saw the acronym API everywhere. I had no idea what it stood for. In case you are in the same boat, it means Appliciation Programming Interface. What that means is … Continue reading Web APIs for new developers