Learn how to use Spring Security’s tag library in your JSPs for finer-grained control of your views.
Also find me here:
Baeldung Author
Hai Nguyen
I'm a software engineer who has been building enterprise systems and mobile apps since 2012 using modern programming platforms such as Spring MVC, ASP.NET, PHP, Android, iOS, etc. I passionate about learning, implementing new technologies and sharing them with others.
Here's what I've written (so far):
Baeldung on Java
- All
- Spring Security (1)
- Java (1)
Image to Base64 String Conversion
Filed under Java
A quick overview of converting an image to Base64 String and back
Baeldung on Kotlin
- All
- Libraries (1)
- Kotlin-Java Interop (1)
- Kotlin Strings (1)
- Kotlin Basics (1)
Creating Java static final Equivalents in Kotlin
Filed under Kotlin-Java Interop
Learn how to do the equivalent of static final in Kotlin.
Generate a Random Alphanumeric String in Kotlin
Filed under Kotlin Strings
Learn a few handy ways to generate a random alphanumeric string
Kotlin return, break, continue Keywords
Filed under Kotlin Basics
Understand the significance and usage of the break, continue, return keywords in Kotlin.
Converting Kotlin Data Class from JSON using GSON
Filed under Libraries
Learn how to use Gson in Kotlin to convert a Kotlin data class to JSON string and vice versa.