Cavin
@devcavin
Followers
385
Following
2K
Media
43
Statuses
882
Software Developer | Spring | Ktor @getpostman Student Leader #APIs
☁️
Joined May 2022
That fiber optic vibe 🤍
0
0
0
Me trying to write a complex function from scratch: "I got this." The IDE and the LLM after I use one // TODO: comment: #DevLife #GitHubCopilot #ProgrammerHumor #CodingAssistant #LLM #Developer #CodingStruggles #TechDebt
0
0
0
Connect me guys, I will appreciate 🙏 😊
0
0
0
Learn how to write and structure prompts for LLMs using Spring AI and Kotlin. This tutorial covers core and knowledge-enhancing prompt types: • Zero-shot • Few-shot • Meta • Knowledge generation • Prompt chaining Check it out on GitHub!
github.com
A collection of Kotlin-based examples featuring AI frameworks such as Spring AI, LangChain4j, and more — complete with Kotlin notebooks for hands-on learning. - Kotlin/Kotlin-AI-Examples
0
15
85
The point 👇
@akramcodez I never believed in grinding leetcode for interviews, trying to memorize solutions. But in my experience, a solid understanding of DSA make you a better problem solver in everyday dev work.
0
0
0
🤖Thinking about adding AI features to your app? Spring AI and @kotlin make it straightforward to connect to LLMs, generate structured output, stream responses, and run RAG pipelines – all with concise, type-safe Kotlin code. 🔗Learn more: https://t.co/rOfeu8RkpD
0
14
78
📢 Help us improve Kotlin docs! Share your insights on Kotlin’s documentation to help us enhance your developer experience. ➡️ You'll need a Chromium-based desktop browser to take part in the study. Check if you qualify to participate in our research: https://t.co/YBsHlMLWQK
0
10
37
SELECT * FROM users WHERE salary = NULL; SELECT * FROM users WHERE salary IS NULL; Are both these queries same?
202
91
2K