Hello guys, I have read many books on data structures and algorithms like Introduction to Algorithms by Thomas H. Corman and Algorithm de…
Deep Distributed Tracing with OpenTracing and the JDK Flight Recorder – Marcus Hirt
• Has Baggage Items (key/value pairs which cross process boundaries) • Implementation specific state used to identify the span acr….
Transforming Recorded TestProject Tests Into Java Code
The TestProject team published a new feature that allows us to transform our recorded tests into Java code and download the generated code. This blog post explains when this feature is useful to us and describes how we can use this feature. After we have finished this blog post, we: Know when we should transform recorded tests into Java code. Can download a recorded test as Java code. Are familiar with the contents of the generated Gradle project. Know how we can make the required changes to the generated Gradle project. Can upload our test case to the app.testproject.io website and run the uploaded test. Let’s begin. This blog post is the eight part of my TestProject tutorial that is sponsored by TestProject.io. However, the views and opinions expressed in this tutorial are mine. This blog post assumes that: You are familiar with TestProject You can package TestProject tests and addons with Gradle You know how you can run your tests with TestProject By the way, you might want to read the other parts of my TestProject tutorial. Why Should We Transform Recorded Tests Into Java Code? It isn’t a secret that code generation is a bit controversial topic. I
Creating Kotlin based Azure Function with IntelliJ – Part 1
https://dev.to/azure/creating-kotlin-based-azure-function-with-intellij-486b
HiveMQ becomes Open Source: MQTT Message Broker
HiveMQ goes Open Source. The MQTT Message Broker will be Open Source in the future, available under the Apache 2.0 license.
Feedly: organize, read and share what matters to you.
Feedly connects you to the information and knowledge you care about. We help you get more out of you work, education, hobbies and interests. The feedly platform lets you discover sources of quality content, follow and read everything those sources publish with ease and organize everything in one place.
Security Auditing in Payara Server
Download the Migration Guide to see what you will need to consider in a migration project for your apps & how Payara Server’s features can make your life easier.
Java Weekly, Issue 276 | Baeldung
Java 12 has been out of just a few weeks and packing some really cool functionality. We’re looking at the enhanced switch this week – highly useful.
Did You Know? Asynchronous REST Requests and Responds with Java EE and MicroProfile
Java EE 8 fully supports asynchronous handling of REST requests and responses, on both client and server side. This is useful to optimize throughput of an application or even when adopting reactive principles.
Java EE on Azure – Stevens’s Blog!
Java EE on Azure I’ve just spent some time with Microsoft Azure and their App Service . This gives you the ability to deploy to a ….
Specs, RIs, APIs – What Does it all Mean?
There are many acronyms in the Java world. Here’s a list of some commonly used acronyms and abbreviations (Specs, RIs, APIs) and what they mean.
VS Code Extensions Overview
Overview Page Content Visual Studio Code Extensions Visual Studio Code (also known as VS Code) is a hugely popular, open source co….
Java Magazine, March/April 2019
View the digital edition of Java Magazine: March/April 2019.
20 Examples of Using Java’s CompletableFuture
This post revisits Java 8’s CompletionStage API and specifically its implementation in the standard Java library, CompletableFuture. The API is explained by examples that illustrate the vario…