Category Archive for "Developers"

glacier image

The Hidden Costs of Stripe and PayPal

We’ve received quite a few questions recently regarding how CardConnect is different than processors like PayPal (who also owns Braintree) and Stripe, so I thought it would be a timely topic for a blog post. The biggest difference comes down

Read More
custom jar file

Using a Custom .jar File in Your Java Concurrent Program

Remember when I said I’d cover custom .jar files?  Here it is: my follow-up to creating your first Java Concurrent program. In the previous post, we covered all the steps necessary to create, compile, deploy and run a Java Concurrent

Read More
java concurrent program

4 Steps to Writing Your First Java Concurrent Program

Writing your first Java Concurrent Program can be intimidating.  You could probably accomplish the same result using a combination of UNIX shell scripting, SQL and PL/SQL, right?  But when an opportunity arose recently for me to embed REST API calls

Read More