Skip to content

Commit 5da2ea9

Browse files
cody756pivovarit
authored andcommitted
08.04.2018 (eugenp#3954)
* Update 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 * Update 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 * 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 * 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
1 parent 39ac68e commit 5da2ea9

37 files changed

Lines changed: 88 additions & 5 deletions

File tree

activejdbc/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
### Relevant Articles:
2+
- [Introduction to ActiveJDBC](http://www.baeldung.com/active-jdbc)

algorithms/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@
1717
- [How to Calculate Levenshtein Distance in Java?](http://www.baeldung.com/java-levenshtein-distance)
1818
- [How to Find the Kth Largest Element in Java](http://www.baeldung.com/java-kth-largest-element)
1919
- [Multi-Swarm Optimization Algorithm in Java](http://www.baeldung.com/java-multi-swarm-algorithm)
20+
- [A Maze Solver in Java](http://www.baeldung.com/java-solve-maze)
21+
- [Create a Sudoku Solver in Java](http://www.baeldung.com/java-sudoku)
22+
- [Displaying Money Amounts in Words](http://www.baeldung.com/java-money-into-words)

apache-curator/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Relevant Articles:
2+
3+
- [Introduction to Apache Curator](http://www.baeldung.com/apache-curator)

apache-tika/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Relevant articles:
2+
3+
- [Content Analysis with Apache Tika](http://www.baeldung.com/apache-tika)

apache-zookeeper/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Relevant articles:
2+
3+
- [Getting Started with Java and Zookeeper](http://www.baeldung.com/java-zookeeper)

aws/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
- [AWS Lambda Using DynamoDB With Java](http://www.baeldung.com/aws-lambda-dynamodb-java)
44
- [AWS S3 with Java](http://www.baeldung.com/aws-s3-java)
55
- [AWS Lambda With Java](http://www.baeldung.com/java-aws-lambda)
6-
- [Managing EC2 Instances in Java] (http://www.baeldung.com/ec2-java)
6+
- [Managing EC2 Instances in Java](http://www.baeldung.com/ec2-java)
7+
- [http://www.baeldung.com/aws-s3-multipart-upload](https://github.com/eugenp/tutorials/tree/master/aws)
78

checker-plugin/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Relevant articles
2+
3+
- [The Checker Framework – Pluggable Type Systems for Java](http://www.baeldung.com/checker-framework)

core-groovy/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22

33
## Relevant articles:
44

5+
- [JDBC with Groovy](http://www.baeldung.com/jdbc-groovy)
6+
- [Working with JSON in Groovy](http://www.baeldung.com/groovy-json)

core-java-8/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,4 @@
4343
- [Shuffling Collections In Java](http://www.baeldung.com/java-shuffle-collection)
4444
- [Java 8 StringJoiner](http://www.baeldung.com/java-string-joiner)
4545
- [Introduction to Spliterator in Java](http://www.baeldung.com/java-spliterator)
46+
- [Java 8 Math New Methods](http://www.baeldung.com/java-8-math)

core-java-9/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@
2020
- [Compact Strings in Java 9](http://www.baeldung.com/java-9-compact-string)
2121
- [Convert Date to LocalDate or LocalDateTime and Back](http://www.baeldung.com/java-date-to-localdate-and-localdatetime)
2222
- [Java 9 Variable Handles Demistyfied](http://www.baeldung.com/java-variable-handles)
23+
- [Exploring the New HTTP Client in Java 9](http://www.baeldung.com/java-9-http-client)
24+
- [Method Handles in Java](http://www.baeldung.com/java-method-handles)

0 commit comments

Comments
 (0)