Interactive REST API Documentation with Swagger UI

Bing Liu API Development, Articles, Development Technologies & Tools, Microservices, REST, Spring, Spring Boot 2 Comments

I am assisting a client that is migrating from a monolithic legacy application to a modern Microservice stack with Spring REST. We are helping to implement Swagger UI to provide both a front-end API UI, as well as to provide a level of documentation at the same time. This implementation has simultaneously met our project requirements, as well as garnering some positive feedback from our client!

Swagger UI is one of the most popular tools to visually render beautiful, interactive API documentation. In this blog, Iโ€™ll use a REST API application to demonstrate some usage of Swagger UI. The source project is available at https://github.com/bingliu2016/spring-boot-rest-swagger2.

Release: Hyperledger Blockchain Analytics Tool

Keyhole Software Articles, Blockchain, Company News, Development Technologies & Tools, Hyperledger, Java, JavaScript, Keyhole Creations, Node.js, React Leave a Comment

We are proud to announce the new release of a Hyperledger Fabric Blockchain Browser open source web application. This application utility allows developers and operators of Hyperledger blockchain networks to have visibility into transactions and blocks as they are added to the network.

Capabilities
The KHS Blockchain Browser is a React/Node.js web application that…

Blockchain Breakfast Boost Scheduled – Omaha, Nov. 28th

Lauren Fournier Bogner Articles, Blockchain, Community, Educational Event, Hyperledger, Keyhole Leave a Comment

We are excited to announce the next free public Keyhole Software educational event in Omaha: Blockchain for the Enterprise in Action.

This Breakfast Boost event is a live learning opportunity that is open to the public. Keyhole presenter David Pitt will walk through how blockchain technology works with a live demonstration of an actual blockchain with a smart contract implemented in Hyperledger Fabric.

This free presentation will be held at 1415 The Meeting Space on Wednesday, November 28th, 2018 from 8-10 A.M. Space is limited. To get more information and reserve your free ticket, please visit https://blockchainwithkeyholeinomaha.eventbrite.com.

Keyhole Labs Releases Open Source Blockchain Browser For Real-Time Metrics

Lauren Fournier Bogner Articles, Blockchain, Company News, Hyperledger, Keyhole Creations Leave a Comment

The Keyhole Labs team has announced the releaseย of an open source tool for Hyperledger Fabric blockchain networks: KHS Blockchain Browser.

Theย KHS Blockchain Browser allows users to browse blockchain data while providing real-time analytics of the transactions and executions. It also provides monitoring of new blocks being added to the network.

The application was built using React and Node.js. It is Apache 2.0 open-source licensed.

Learn mor….

Hello Micronaut

Rik Scarborough Articles, Java, Microservices, Testing Leave a Comment

From some of my previous posts, you can get the idea that I promote the idea of developing maintainable code rapidly. So I was pretty excited when I learned that the same group that was responsible for Grails was working on a similar project for Web Services. Hello, Micronaut.

In this post, I provide an introduction to the Micronaut framework and its features to provide a foundation for you to try it out yourself.