How To Create A Serverless REST API With Python And AWS Lambda
One of the secret ingredients of practical software engineering is to ensure the solutions are simple and small. That’s essentially what ..
One of the secret ingredients of practical software engineering is to ensure the solutions are simple and small. That’s essentially what ..
This article is for developers who want to build client Software Development Kits (SDK), or are thinking of doing so. If you are working ..
As a developer, it sometimes feels like my list of sprint tasks is infinite. Part of the problem is that many of the tasks are ones that ..
As a developer, you’ll work with an Application Programming Interface (API) in one way or another. APIs appear in many places, from operating ..
With today’s Web, massive data loads are accessed through APIs. In fact, according to programmableweb.com, there are now more than 10,000 ..
APIs are the language of modern cloud-native applications. However, most large organizations rely on monolithic applications that work well ..
In this tutorial, we will be using Node.js to write a backend API for a fictional game. We shall use the Express framework to define API routes, ..
In this post I’ll demonstrate how to obtain an API key which will necessary in order to access our data endpoints, as well as, for use with ..
As of 2018, businesses are relying more and more on APIs to serve their clients. Microservices and serverless architectures are becoming ..
What is an API? That’s a question that more and more folks are asking as APIs assume an increasingly important role in powering modern ..
Since we were acquired by CA Technologies back in September 2017, we have been hard at work on adding new features and also integrating ..
Azure Web App is the easy way to release your Ruby on Rails API. With an Azure account and any repo, you can configure and deploy your application ..
Have you been looking for a quick and straightforward guide to writing your first AWS Lambda function? If so, we have got you covered. This ..
This blog was written by Arunesh Chandra, Senior Program Manager of Microsoft Edge, and Michael Dawson, IBM Community Lead for Node.js. ..
When I’m not writing articles, I work for a large software organization. We have lots of engineering teams, all of which contribute to specific ..
It’s fairly easy to see that API security can be of the utmost importance when designing and implementing an interface that might be used ..
In part one of this series, we talked about the OpenAPI framework and the concept of API-First development. In this second and final part, ..
Whose job is it to achieve high availability? Your first thought may go to the IT Ops folks. After all, they are the ones who are responsible ..
Author: Phillip Wittrock (Google), Sunil Arora (Google) How can we enable applications such as MySQL, Spark and Cassandra to manage themselves ..
Many apps we use daily rely heavily on services delivered via an Application Programming Interface (API): search, messaging, mapping, banking, ..