PJPranav Joshiinpranavjoshi.hashnode.dev·Jul 8, 2023 · 6 min readFine-Tuning AI ModelsUnderstanding AI Models and Fine-Tuning Artificial Intelligence AI (Artificial Intelligence) focuses on the creation and development of intelligent machines that can perform tasks that would require human intelligence. AI has numerous applications ac...01A
PJPranav Joshiinpranavjoshi.hashnode.dev·May 9, 2023 · 4 min readCaching with GuavaGuava Guava is an open-source release of Google's core Java libraries. It has helpful customizations for collections, string processing, concurrency, caching, etc. package `com.google.common.cache` is a caching library for simple in-memory caching w...00
PJPranav Joshiinpranavjoshi.hashnode.dev·May 8, 2023 · 4 min readLDAP Authentication using spring-securityIntroduction LDAP is a very common technology used across organizations to store their employee's data. Windows Active Directory, Oracle's OID or open source OpenLDAP are some examples. Authentication is also one of its most common use cases. Lightwe...00