๐ Intro to Google Cloud Storage with Java
https://www.baeldung.com/java-google-cloud-storage
โก๏ธ @JavaLearnZone
https://www.baeldung.com/java-google-cloud-storage
โก๏ธ @JavaLearnZone
Baeldung on Kotlin
Intro to Google Cloud Storage with Java | Baeldung
Hit the ground running with Google Cloud Storage with quick examples of how to create a bucket, write, read, and update data.
๐ A Quick Guide to Post Requests with OkHttp
https://www.baeldung.com/okhttp-post
โก๏ธ @JavaLearnZone
https://www.baeldung.com/okhttp-post
โก๏ธ @JavaLearnZone
Baeldung
A Quick Guide to Post Requests with OkHttp | Baeldung
Learn about the different features OkHttp has for POST requests.
๐ InvalidAlgorithmParameterException: Wrong IV Length
https://www.baeldung.com/java-invalidalgorithmparameter-exception
โก๏ธ @JavaLearnZone
https://www.baeldung.com/java-invalidalgorithmparameter-exception
โก๏ธ @JavaLearnZone
Baeldung
InvalidAlgorithmParameterException: Wrong IV Length | Baeldung
In this tutorial, we'll describe how to avoid InvalidAlgorithmParameterException when we generate the IV and use it in a cipher algorithm.
๐ Writing byte[] to a File in Java
https://www.baeldung.com/java-write-byte-array-file
โก๏ธ @JavaLearnZone
https://www.baeldung.com/java-write-byte-array-file
โก๏ธ @JavaLearnZone
Baeldung
Writing byte[] to a File in Java | Baeldung
When we need to write an array of bytes to a file in Java, there are a few options. We can use either the built-in APIs or a few common libraries.
๐ Configuring a Project to Exclude Certain Sonar Violations
https://www.baeldung.com/sonar-exclude-violations
โก๏ธ @JavaLearnZone
https://www.baeldung.com/sonar-exclude-violations
โก๏ธ @JavaLearnZone
Baeldung on Kotlin
Configuring a Project to Exclude Certain Sonar Violations | Baeldung
For some analyses, SonarQube needs some exclusions added to avoid false positives. We investigate a few ways to configure it.
๐ Set JAVA_HOME on Windows 7, 8, 10, Mac OS X, Linux
https://www.baeldung.com/java-home-on-windows-7-8-10-mac-os-x-linux
โก๏ธ @JavaLearnZone
https://www.baeldung.com/java-home-on-windows-7-8-10-mac-os-x-linux
โก๏ธ @JavaLearnZone
Baeldung
Set JAVA_HOME on Windows 7, 8, 10, Mac OS X, Linux | Baeldung
A quick look at how to set the JAVA_HOME variable on Windows, Mac OS X, and Linux.
๐ Find the Smallest Missing Integer in an Array
https://www.baeldung.com/java-smallest-missing-integer-in-array
โก๏ธ @JavaLearnZone
https://www.baeldung.com/java-smallest-missing-integer-in-array
โก๏ธ @JavaLearnZone
Baeldung
Find the Smallest Missing Integer in an Array
Learn how to find the Smallest Missing Integer in an Array.
๐ Join Array of Primitives with Separator in Java
https://www.baeldung.com/java-join-primitive-array
โก๏ธ @JavaLearnZone
https://www.baeldung.com/java-join-primitive-array
โก๏ธ @JavaLearnZone
Baeldung
Join Array of Primitives with Separator in Java | Baeldung
Learn how to join an array of primitives with a separator character or string in Java.
๐ WebSockets with the Play Framework and Akka
https://www.baeldung.com/akka-play-websockets
โก๏ธ @JavaLearnZone
https://www.baeldung.com/akka-play-websockets
โก๏ธ @JavaLearnZone
Baeldung
WebSockets with the Play Framework and Akka | Baeldung
WebSockets allow continuous communication between a client app and its server. This can be built with reactive streams in Akka and the Play Framework.
๐ Get the Key for a Value from a Java Map
https://www.baeldung.com/java-map-key-from-value
โก๏ธ @JavaLearnZone
https://www.baeldung.com/java-map-key-from-value
โก๏ธ @JavaLearnZone
Baeldung
Get the Key for a Value from a Java Map | Baeldung
Learn how to retrieve a key from a Java Map given the value
๐ Viewing Contents of a JAR File
https://www.baeldung.com/java-view-jar-contents
โก๏ธ @JavaLearnZone
https://www.baeldung.com/java-view-jar-contents
โก๏ธ @JavaLearnZone
๐ Creating a LocalDate with Values in Java
https://www.baeldung.com/java-creating-localdate-with-values
โก๏ธ @JavaLearnZone
https://www.baeldung.com/java-creating-localdate-with-values
โก๏ธ @JavaLearnZone
Baeldung
Creating a LocalDate with Values in Java | Baeldung
Explore all the variants of creating a LocalDate with values in Java.
๐ Design Strategies for Decoupling Java Modules
https://www.baeldung.com/java-modules-decoupling-design-strategies
โก๏ธ @JavaLearnZone
https://www.baeldung.com/java-modules-decoupling-design-strategies
โก๏ธ @JavaLearnZone
Baeldung
Design Strategies for Decoupling Java Modules
Learn design strategies for decoupling Java modules.