排序
Microservices Best Practices: Multi-Tenant microservices with Java SDK
Microservices Best Practices: Multi-Tenant microservices with Java SDK,Cumulocity IoT is a comprehensive IoT platform that enables device management, data collection, and analysis....
5 simple coding tricks to make your application more stable
5 simple coding tricks to make your application more stable,Article originally posted on my personal website under 5 coding tricks to make your application more stable The stabilit...
Java Best Practices Quick Reference
Java Best Practices Quick Reference,Developers have a big responsibility to make the right decision every day and the best thing to help make good decisions is the experience. Not ...
Presenting Exceptions to Users
Presenting Exceptions to Users, Exception Handling in Java (4 Part Series) 1 Avoiding NullPointerException 2 Hide Checked Exceptions with SneakyThrows 3 Exceptions and Streams 4 Pr...
Avoiding NullPointerException
Avoiding NullPointerException, Exception Handling in Java (4 Part Series) 1 Avoiding NullPointerException 2 Hide Checked Exceptions with SneakyThrows 3 Exceptions and Streams 4 Pre...
The Java Constants Interface Anti-Pattern
The Java Constants Interface Anti-Pattern,How do you define and use constants in Java? Most advice on Internet has the following opinions: Declare public static final for constants...
️ Immutables/AutoValue/Lombok Which One?
️ Immutables/AutoValue/Lombok Which One?, Immutability in Java (2 Part Series) 1 Immutability in Java Made Easy 2 ️ Immutables/AutoValue/Lombok Which One? The article was initial...
Immutability in Java Made Easy
Immutability in Java Made Easy, Immutability in Java (2 Part Series) 1 Immutability in Java Made Easy 2 ️ Immutables/AutoValue/Lombok Which One? The article was initially publishe...
Inyección de Dependencias en Java
Inyección de Dependencias en Java,English Version: Dependency Injection in Java Carlos Chacin ・ Nov 14 '19 #java #dependencyinjection #di #bestpractices Éste artículo fue origi...
Dependency Injection in Java
Dependency Injection in Java,Versión en Español: Inyección de Dependencias en Java Carlos Chacin ・ Feb 8 '20 #java #dependencyinjection #di #bestpractices The article was initi...