Python in Production (Part 2 of 5)
Welcome back to the Python in Production series. In the first part of the series,…
What is OpenTelemetry OpenTelemetry (OTel) is an open-source initiative to provide a standardised approach for…
Python in Production (Part 1 of 5)
Writing Python code is fast and easy. It is thanks to this fact that Python…
Introduction to GraphQL with Apollo
GraphQL is a modern approach to client-server communication and aims to improve the way developers…
Start Automating API Tests with Postman
What is Wrong with Cucumber? For a long time now many of us have been…
Securing your APIs using Okta and a JHipster gateway
A step by step guide on setting up a JHipster application with Okta that provides first class support for system users.…
Using Swagger to Build Effective APIs Part 2
This post is a continuation in a discussion [https://test-ippon.ghost.io/using-swagger-to-build-effective-apis-pt1/] on developing…
Using Swagger to Build Effective APIs Part 1
The rise of serverless computing and platform agnostic, app-based services use has forced the casual…
Open Banking, Open Opportunities
Open Banking represents a real paradigm shift in the ownership and use of customer data.…
Let me introduce you to someone...JHipster!
Maybe you've never met JHipster. Or maybe you know who he is, but…
Introduction API management is a hot topic today with many company acquisitions, like Layer 7…
GraphQL [http://graphql.org] is a powerful query language for APIs that gives the clients…
Developing an API is something pretty usual today. There are many reasons behind this: the…
Java 8's Stream API: a new way to manage collections
By Luc Clément – @luclement [http://www.twitter.com/luclement] Until now, processing collections or tables…