Thoughts of a developer
Docker compose for Vtiger 7.2.0 CRM demo Vtiger CRM is online software that helps 300000+ businesses grow sales, improve marketing ROI, and deliver great customer...
Before you can publish your plugin code to mavenLocal(), you have to add add the ‘maven-publish’ to your plugin build.gradle. plugins { id 'java-gradle-plugin' id...
Eclipse MicroProfile (MicroProfile 3.0 update) Eclipse MicroProfile is an open-source community specification for Cloud Native Java microservices. The last 3 years there have been several...
By default Swift’s UserDefaults doesn’t provide a method for directly storing and loading structs and struct arrays. With Swift 4, Apple unveiled a brand new...
Eclipse MicroProfile Eclipse MicroProfile is an open-source community specification for Cloud Native Java microservices. The last 3 years there have been several MicroProfile releases. To...
Amazon Cognito is a robust solution for user- and identity-pool management. For java users Amazon provides a more or less simple SDK. In this short...
Factory patterns are often used in software projects to encapsulate the object creation from the client. In my previous developer career, I have seen many...
If you want to use multiple GitHub accounts with SSH keys on your computer, you have to adapt your ssh- and git-configuration. In this tutorial...
When I started coding swift, I was very impressed of the Xcode storyboard mode. With storyboards you really get fast results. For small projects with...