Total 14 Posts

API

Python in Production (Part 2 of 5)

Welcome back to the Python in Production series. In the first part of the series,…

Read More


Dec 01, 2022 5 min read

Lucas Ward

Python

OpenTelemetry And Friends

What is OpenTelemetry OpenTelemetry (OTel) is an open-source initiative to provide a standardised approach for…

Read More


Nov 24, 2022 5 min read

Gerard Gigliotti

OpenTelemetry

Python in Production (Part 1 of 5)

Writing Python code is fast and easy. It is thanks to this fact that Python…

Read More


Nov 22, 2022 7 min read

Lucas Ward

Python

Introduction to GraphQL with Apollo

GraphQL is a modern approach to client-server communication and aims to improve the way developers…

Read More


Oct 10, 2022 10 min read

Ludovic ROUCOUX

GraphQL

Start Automating API Tests with Postman

What is Wrong with Cucumber? For a long time now many of us have been…

Read More


Nov 16, 2020 6 min read

Matt Reed, Amine Ouali Alami

API

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.…

Read More


Jun 18, 2020 10 min read

Ben Scott

JHipster

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…

Read More


Feb 25, 2019 7 min read

Dan Ferguson

API

Using Swagger to Build Effective APIs Part 1

The rise of serverless computing and platform agnostic, app-based services use has forced the casual…

Read More


Feb 25, 2019 10 min read

Dan Ferguson

API

Open Banking, Open Opportunities

Open Banking represents a real paradigm shift in the ownership and use of customer data.…

Read More


Jul 23, 2018 4 min read

Duncan Banks, Gerard Gigliotti

API

Let me introduce you to someone...JHipster!

Maybe you've never met JHipster. Or maybe you know who he is, but…

Read More


Apr 24, 2017 1 min read

Olivia Deputy

JHipster

API management with JHipster

Introduction API management is a hot topic today with many company acquisitions, like Layer 7…

Read More


Feb 27, 2017 7 min read

Julien Dubois

JHipster

GraphQL for the Win

GraphQL [http://graphql.org] is a powerful query language for APIs that gives the clients…

Read More


Jan 03, 2017 3 min read

John Zaccone

API

Hypermedia API

Developing an API is something pretty usual today. There are many reasons behind this: the…

Read More


May 19, 2014 7 min read

David Martin

API

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…

Read More


Apr 24, 2014 4 min read

Laurent Mathieu

API