Branch From Another Git Branch
This will be needed when you want to start a development branch where the code is based on code that was committed in another branch and not the ‘Develop’ br...
This will be needed when you want to start a development branch where the code is based on code that was committed in another branch and not the ‘Develop’ br...
If you are using GitFlow you will typically need to create a branch from ‘Develop’ to do your development work. To create the branch follow these steps: C...
Sigar is a Java library that allows you to monitor various aspects of your system. Including Network, Memory, and CPU.
The following post will describe how to migrate all Accounts, Contacts, Tasks and Notes from SugarCRM to SalesForce whilst maintaining their relationships wi...
In some cases, there may be a need for you to write native SQL. Typically you may use a framework such as Spring JDBC for this, but if you already have an OR...
Generate a self-signed certificate using Keytool Use the following command to generate a self-signed RSA certificate that can be used during development to t...
This tutorial will describe how to implement custom JPA methods for dynamically-driven queries in Spring Boot. Maven package dependencies <parent> ...
Cryptography (encryption) is the process of protecting information by transforming it into an unreadable format, called cipher text. This will usually be don...
Why is PKI necessary? The trouble with communication on the internet is that it is very easy for a third party to intercept the data being sent between two p...
Introduction This report will discuss the use of VPN technologies for secure communication across the internet. It will critically evaluate various VPN solut...