排序
JVM por debaixo dos panos #1 – O que é o Java?
JVM por debaixo dos panos #1 - O que é o Java?, JVM por debaixo dos panos #1 - O que é o Java? (2 Part Series) 1 JVM por debaixo dos panos #1 - O que é o Java? 2 JVM por debaixo...
The Java Database Way: Reduce TCO
The Java Database Way: Reduce TCO,TCO (Total Cost Ownership) is the buzzword in today's business world. This metric helps enterprise managers assess direct and indirect costs and b...
Don’t forget to call your dad too
Don’t forget to call your dad too , Don't forget (4 Part Series) 1 Don't forget to call your mom 2 Don't forget to build that app 3 Don't forget to give the user a choice 4 Don’t...
Don’t forget to give the user a choice
Don't forget to give the user a choice , Don't forget (4 Part Series) 1 Don't forget to call your mom 2 Don't forget to build that app 3 Don't forget to give the user a choice 4 Do...
Effective Java Tuesday! The Builder Pattern!
Effective Java Tuesday! The Builder Pattern!, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective Java Tuesday! The B...
Week#1 – Git is good
Week#1 - Git is good,It's been a week since I wrote my first blog here and now it's time to report what's been done in last week and prepare for next one. So let's start: To-Do 17-...
Creating REST with CRNK
Creating REST with CRNK,Note: This article was written, and suppose to publish, winter 2018 Microservices are more than common these days, and at Travelex we use them in various p...
Don’t forget to build that app
Don't forget to build that app , Don't forget (4 Part Series) 1 Don't forget to call your mom 2 Don't forget to build that app 3 Don't forget to give the user a choice 4 Don’t for...
Kafka producer retries in Spring kafka
Kafka producer retries in Spring kafka,The KafkaProducer configuration has a option(retries property) for doing automatic retries in case of RetriableExceptions like NoLeaderForPar...
Is your Java code really production-ready?
Is your Java code really production-ready?,Is your Java really ready for prime time in production? Here are five tips for writing Java that can withstand the abuses of your users! ...
Java Client Library – General Use Code Examples
Java Client Library - General Use Code Examples, Introduction Let's review some code examples on how to handle generic tasks: -Initializing a Universe -Initializing the Application...