Skip to content

Commit 50f5cba

Browse files
cody756pivovarit
authored andcommitted
BAEL-6634 (eugenp#4376)
* Update README.md * Create README.md * Create README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.MD * Create README.md * Create README.md * Create README.md * Update README.md * Create README.md * Update README.md * Update README.md * Create README.md * Update README.md * Update README.md * Create README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md
1 parent 7206e64 commit 50f5cba

30 files changed

Lines changed: 77 additions & 3 deletions

File tree

azure/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
### Relevant Articles:
22

3-
- [Deploy Spring Boot App to Azure]()
3+
- [Deploy Spring Boot App to Azure](http://www.baeldung.com/spring-boot-azure)
4+

core-java-10/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
### Relevant Articles:
3+
4+
- [Java 10 LocalVariable Type-Inference](http://www.baeldung.com/java-10-local-variable-type-inference)
5+
- [Guide to Java 10](http://www.baeldung.com/java-10-overview)

core-java-8/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,6 @@
5050
- [Filtering Kotlin Collections](http://www.baeldung.com/kotlin-filter-collection)
5151
- [How to Find an Element in a List with Java](http://www.baeldung.com/find-list-element-java)
5252
- [Measure Elapsed Time in Java](http://www.baeldung.com/java-measure-elapsed-time)
53+
- [Java Optional – orElse() vs orElseGet()](http://www.baeldung.com/java-optional-or-else-vs-or-else-get)
54+
- [An Introduction to Java.util.Hashtable Class](http://www.baeldung.com/java-hash-table)
5355

core-java-9/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@
2424
- [Method Handles in Java](http://www.baeldung.com/java-method-handles)
2525
- [Introduction to Chronicle Queue](http://www.baeldung.com/java-chronicle-queue)
2626
- [A Guide to Java 9 Modularity](http://www.baeldung.com/java-9-modularity)
27+
- [Optional orElse Optional](http://www.baeldung.com/java-optional-or-else-optional)

core-java-collections/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@
2929
- [Java TreeMap vs HashMap](http://www.baeldung.com/java-treemap-vs-hashmap)
3030
- [How to TDD a List Implementation in Java](http://www.baeldung.com/java-test-driven-list)
3131
- [How to Store Duplicate Keys in a Map in Java?](http://www.baeldung.com/java-map-duplicate-keys)
32+
- [Getting the Size of an Iterable in Java](http://www.baeldung.com/java-iterable-size)

core-java-io/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@
2727
- [A Guide to WatchService in Java NIO2](http://www.baeldung.com/java-nio2-watchservice)
2828
- [Guide to Java NIO2 Asynchronous Channel APIs](http://www.baeldung.com/java-nio-2-async-channels)
2929
- [A Guide to NIO2 Asynchronous Socket Channel](http://www.baeldung.com/java-nio2-async-socket-channel)
30+
- [Download a File From an URL in Java](http://www.baeldung.com/java-download-file)

core-java/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,3 +141,13 @@
141141
- [Java KeyStore API](http://www.baeldung.com/java-keystore)
142142
- [Double-Checked Locking with Singleton](http://www.baeldung.com/java-singleton-double-checked-locking)
143143
- [Guide to Java Clock Class](http://www.baeldung.com/java-clock)
144+
- [Using Java Assertions](http://www.baeldung.com/java-assert)
145+
- [Pass-By-Value as a Parameter Passing Mechanism in Java](http://www.baeldung.com/java-pass-by-value-or-pass-by-reference)
146+
- [Check If a String Is Numeric in Java](http://www.baeldung.com/java-check-string-number)
147+
- [Variable and Method Hiding in Java](http://www.baeldung.com/java-variable-method-hiding)
148+
- [Access Modifiers in Java](http://www.baeldung.com/java-access-modifiers)
149+
- [NaN in Java](http://www.baeldung.com/java-not-a-number)
150+
- [Infinite Loops in Java](http://www.baeldung.com/infinite-loops-java)
151+
- [Why Use char[] Array Over a String for Storing Passwords in Java?](http://www.baeldung.com/java-storing-passwords)
152+
153+

core-kotlin/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@
2727
- [Guide to Kotlin @JvmField](http://www.baeldung.com/kotlin-jvm-field-annotation)
2828
- [Filtering Kotlin Collections](http://www.baeldung.com/kotlin-filter-collection)
2929
- [Writing to a File in Kotlin](http://www.baeldung.com/kotlin-write-file)
30+
- [Lambda Expressions in Kotlin](http://www.baeldung.com/kotlin-lambda-expressions)
31+
- [Writing Specifications with Kotlin and Spek](http://www.baeldung.com/kotlin-spek)

dagger/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
### Relevant articles
1+
### Relevant articles:
2+
3+
- [Introduction to Dagger 2](http://www.baeldung.com/dagger-2)

hibernate5/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@
1010
- [JPA Attribute Converters](http://www.baeldung.com/jpa-attribute-converters)
1111
- [Mapping LOB Data in Hibernate](http://www.baeldung.com/hibernate-lob)
1212
- [@Immutable in Hibernate](http://www.baeldung.com/hibernate-immutable)
13+
- [Pessimistic Locking in JPA](http://www.baeldung.com/jpa-pessimistic-locking)
14+

0 commit comments

Comments
 (0)