9108183846
* BAEL-1846: Java Image to Base64 String * Move from using main method to Junit test * Update to use environment variables for testing * reformat and add test file * spring boot jsp security taglibs * add more test * add more test * refactor spring config * refactor spring config * Update README.md * fi alignment * fix requested comments * additional tests and content * additional tests and content * update examples * Delete Readme file * edit form example * adding example for spring boot security tag libs * Remove old tag libs module * BAEL-2147 Add GsonTest * BAEL-2147 Remove unused import |
||
---|---|---|
.. | ||
gradle/wrapper | ||
resources | ||
src | ||
.gitignore | ||
README.md | ||
build.gradle | ||
gradlew | ||
gradlew.bat | ||
pom.xml | ||
settings.gradle |
README.md
Relevant articles:
- Introduction to the Kotlin Language
- A guide to the “when{}” block in Kotlin
- Comprehensive Guide to Null Safety in Kotlin
- Kotlin Java Interoperability
- Difference Between “==” and “===” in Kotlin
- Generics in Kotlin
- Introduction to Kotlin Coroutines
- Destructuring Declarations in Kotlin
- Lazy Initialization in Kotlin
- Overview of Kotlin Collections API
- Converting a List to Map in Kotlin
- Data Classes in Kotlin
- Delegated Properties in Kotlin
- Sealed Classes in Kotlin
- JUnit 5 for Kotlin Developers
- Extension Methods in Kotlin
- Infix Functions in Kotlin
- Try-with-resources in Kotlin
- Regular Expressions in Kotlin
- Objects in Kotlin
- Reading from a File in Kotlin
- Guide to Kotlin @JvmField
- Filtering Kotlin Collections
- Writing to a File in Kotlin
- Lambda Expressions in Kotlin
- Kotlin String Templates
- Working with Enums in Kotlin
- Create a Java and Kotlin Project with Maven
- Reflection with Kotlin
- Get a Random Number in Kotlin
- Idiomatic Logging in Kotlin
- Kotlin Constructors
- Creational Design Patterns in Kotlin: Builder
- Kotlin Nested and Inner Classes