Don't wanna be here? Send us removal request.
Link

Utilizing logging properly is one of the quickest ways to diagnose and debug issues locally or in production. It's not uncommon to find developers or even entire teams / organizations who blatantly ignore or misuse such a fundamental feature.
1 note
·
View note
Link
All the steps from creating the source repository, building the project using Continuous Integration, testing the code coverage and finally uploading a release on Maven Central.
2 notes
·
View notes
Link
This blog post explains how to build integration contract tests between a frontend App and a RESTFul backend on the basics of the data-interchange format JSON and the related JSON schema format. The linked Github repository contains a sample on the basis of the Spotify-API
Additional resources:
https://martinfowler.com/bliki/IntegrationContractTest.html
1 note
·
View note