All Posts tagged as "apis"

APIs vs Microservices

A brief discussion on the difference and similarities of APIs and Microservices

Read

.Net in a Serverless World

Using .Net Core on AWS Lambda can be a nice experience.

Read

Python Meta-Programming with APIs

Meta-programming techniques can help turn some very ugly, repetative code into simple, beautiful code that is considerably easier to use. This article will show the application of some basic python meta-programming techniques and how they were used to put a pythonic interface atop an obviously java based API.

Read