Quantcast
Channel: Java – AMIS Technology Blog | Oracle – Microsoft Azure
Browsing latest articles
Browse All 55 View Live

Image may be NSFW.
Clik here to view.

Java Security: Open Source tools for use in CI/CD pipelines

It is often expected of a DevOps team to also take security into consideration when delivering software. Often however, this does not get the attention it deserves. In this blog post I’ll describe...

View Article



Image may be NSFW.
Clik here to view.

GitHub Actions and SonarCloud

GitHub Actions allow you to do most CI/CD tasks for free, directly from your GitHub repository. One of the challenges however is that there is no build-in facility like for example SonarQube to manage...

View Article

Image may be NSFW.
Clik here to view.

SonarCloud: OWASP Dependency-Check reports

SonarCloud is a hosted SonarQube SaaS solution which helps you with code quality management. It is free to use for open source projects. You cannot install 3rd party plugins in SonarCloud however....

View Article

Image may be NSFW.
Clik here to view.

Generate random JSON data from an AVRO schema using Java

Recently I was designing an AVRO schema and wanted to test how data would look like which conformed to this schema. I developed some Java code to generate sample data. This of course also has uses in...

View Article

Image may be NSFW.
Clik here to view.

Java: How to validate JSON against an AVRO schema

AVRO schema are often used to serialize JSON data into a compact binary format in order to for example transport it efficiently over Kafka. When you want to validate your JSON against an AVRO schema...

View Article


Image may be NSFW.
Clik here to view.

Merge AVRO schema and generate random data or Java classes

Previously I wrote about generating random data which conforms to an AVRO schema (here). In a recent use-case, I encountered the situation where there were several separate schema files containing...

View Article

Image may be NSFW.
Clik here to view.

Build JHipster application for and Run on Docker or Podman

Read Time:3 Minute, 32 Second For the Open Day we organize shortly for our family, friends, neighbours and other interested parties, my colleagues create a custom web application to support our QR...

View Article

Image may be NSFW.
Clik here to view.

Using GitHub Copilot in IntelliJ IDEA

At the beginning of this month, at AMIS, I attended a Special Interest Group (SIG) meeting about GitHub Copilot, given by one of my colleagues. As we do so often at AMIS, we share knowledge between...

View Article

Browsing latest articles
Browse All 55 View Live


Latest Images