Don't wanna be here? Send us removal request.
Link
Are you curious what new features Micronaut version 3 brings and do you want to know how to upgrade your applications? In this post we will do the upgrade to Micronaut 3 for an existing application and show you how.
0 notes
Link
Are you curious how multiple solidity contracts interact and how you can use this in your own smart contract setup? In this post we will use two contracts to create a trust fund application that pays you interest in a utility token, another contract.
0 notes
Link
Do you need http request and response logging without it polluting your business code? Use Zalando Logbook and add this aspect to your stack! In this post we will add logging for all http requests and play around with the configurations.
1 note
·
View note
Link
Do you want smaller images with a faster startup time? Use UPX to compress your executable inside your image. Use a UPX image!
0 notes
Link
Do you need a simple way to build docker images for your java with maven applications? Use the jib maven plugin and let maven do the heavy lifting!
0 notes
Link
Are you looking for a way to build super fast starting images with a low memory footprint? Use GraalVM’s native image and make the difference!
0 notes
Link
Are you copying an old maven project every time you need a new one? Maybe a maven archetype is the solution for you! In this post we will create a maven archetype to quickly create a micronaut graphQL API.
0 notes
Link
Having trouble testing your micronaut application? Or just interested on my take on micronaut testing? Just read along! In this post we will make some integration and unit tests for a micronaut gRPC API.
0 notes
Link
Are you looking for an easy way to handle versioning of your maven projects? Use the jgitver maven plugin! In this post we will setup the plugin and show some of the main features.
0 notes
Link
Do you want to incorporate a task in your maven build? Discover how to create a maven plugin! In this post we will create a plugin that will alter a protobuf specifications file.
0 notes
Link
Are you working around the clock creating new REST endpoints for you clients? Are the requirements constantly changing? Use graphQL with micronaut and give more control to the client.
0 notes
Link
Are you looking for an easy way to test your gRPC endpoints? Use gRPCurl from the command line and see the result in Json.
0 notes
Link
Are you sick of writing client libraries for all your clients? Do you have trouble sticking to a contract-first approache with REST? Use gRPC! Specifically gRPC with micronaut!
0 notes
Link
Do you want to publish smart contracts on the Ethereum blockchain? We are going to use the Truffle suite to deploy our first!
0 notes
Link
Are you sick of going into a Kubernetes cluster to look at the logs of an application? Do you want a clear overview of the access logs over several pods? Use these tools for a fluent log experience.
0 notes
Link
Do you want to create your own ERC20 token on Ethereum? Here we program one and learn more on solidity while we’re at it.
0 notes
Link
Do you have application properties like database passwords that are not to be shared with the world? Use Helm Secrets and hide them in plain sight.
0 notes