π Adding Partition To Existing Table In Oracle
//www.javacodegeeks.com/2020/08/adding-partition-to-existing-table-in-oracle.html
//www.javacodegeeks.com/2020/08/adding-partition-to-existing-table-in-oracle.html
Java Code Geeks
Adding Partition To Existing Table In Oracle - Java Code Geeks
Interested to learn about Adding Partition? Check our article explaining how To Add Partition To Existing Table In Oracle.
π The Poison Message SQS Problem
//www.javacodegeeks.com/2020/09/the-poison-message-sqs-problem.html
//www.javacodegeeks.com/2020/09/the-poison-message-sqs-problem.html
Java Code Geeks
The Poison Message SQS Problem | Java Code Geeks - 2020
AWSβs SQS is a really reliable and performant solution for transporting requests around a system. A couple of years ago, AWS added event sourcing to it,
π Quick tip: Referencing other Properties in Spring
//www.javacodegeeks.com/2020/09/quick-tip-referencing-other-properties-in-spring.html
//www.javacodegeeks.com/2020/09/quick-tip-referencing-other-properties-in-spring.html
Java Code Geeks
Quick tip: Referencing other Properties in Spring | Java Code Geeks - 2020
In Spring property (or yaml) files we can reference other properties using the ${..} syntax. For example: 1 2 3 external.host=https://api.external.com
π Arrays.asList vs new ArrayList(Arrays.asList())
https://www.baeldung.com/java-arrays-aslist-vs-new-arraylist
https://www.baeldung.com/java-arrays-aslist-vs-new-arraylist
Baeldung
Arrays.asList vs new ArrayList(Arrays.asList()) | Baeldung
They may look very similar but they aren't. Let's explore why.
π Implementing the Proxy Pattern in Java
//www.javacodegeeks.com/2020/09/implementing-the-proxy-pattern-in-java.html
//www.javacodegeeks.com/2020/09/implementing-the-proxy-pattern-in-java.html
Java Code Geeks
Implementing the Proxy Pattern in Java | Java Code Geeks - 2020
The Proxy Pattern Proxy is a common software design pattern. Wikipedia does a good job describing it like this: In short, a proxy is a wrapper or agent
π Things that make Spring boot Awesome!
//www.javacodegeeks.com/2020/09/things-that-make-spring-boot-awesome.html
//www.javacodegeeks.com/2020/09/things-that-make-spring-boot-awesome.html
Java Code Geeks
Things that make Spring boot Awesome! - Java Code Geeks - 2023
For every Java developer Hibernate, Spring are everyday terms. Although recently there was an addition to this list of βSpring-bootβ. Nowadays Spring Boot