Milen Dyankov
@milendyankov.com
55 followers 95 following 20 posts
Posts Media Videos Starter Packs
milendyankov.com
For me, AI solves one of the two hardest problems in software development - naming things. It still can't really help much with cache invalidation and off-by-one errors 😜
milendyankov.com
Thank you! I'm happy and grateful I could present it at @DevBcn
milendyankov.com
Curious how to start using #AI models from your #Java code? If you have an hour, here is the recording of my "AI for Java developers" talk at @devbcn.bsky.social

youtu.be/UjBUHdfUjVM?...

Let me know if it was helpful.
Milen Dyankov - AI for Java Developers - From Buzzword to Code
YouTube video by DevBcn: The Barcelona Developers Conference
youtu.be
milendyankov.com
Once, only elites could read and write—they were the writers. Literacy spread, but few became authors. Writing well still takes skill and craft.

Software dev was once for specialists. Now, no-code lets almost anyone “write code.”

But just like literacy, producing code doesn’t make you a developer.
milendyankov.com
In tests - time. Definitely time.
milendyankov.com
I was really worried my talk is too basic for #devbcn25 Imagine my surprise when I saw the reviews. Thank you everyone who attended!
Reposted by Milen Dyankov
icougil.bsky.social
The only session I could attend (partially) is the one by @milendyankov.com and I have to say that I liked it very much !
Very well explained, all the concepts related to #AI, the models behind it, what are #LLM's,
@ollama @langchain4j, ... bravo! 👏 🙂
milendyankov.com
I can literally listen to @brianvermeer.nl all day long without ever getting bored.
Reposted by Milen Dyankov
devbcn.bsky.social
From AI hype to hands-on code! @milendyankov will walk Java developers through real use cases in his #devbcn25 session: AI for Java Developers – From Buzzword to Code. Join us July 8–10 in Barcelona!
Details 👉 buff.ly/YpnATm9
milendyankov.com
Would you go for 2.10 or 2.9 when you need the latest version of a library/app?
Asking for my math teacher 😉
milendyankov.com
A good #VectorDB is a must-have for AI-powered solutions on top of massive datasets.

But that doesn’t mean this is an experts-only territory. With the right tools and guidance, even newcomers can use #RAG and add genuinely useful #AI to their projects.
www.youtube.com/watch?v=OSB0...
School of Code students about Pinecone
YouTube video by Pinecone
www.youtube.com
milendyankov.com
This is where I'll present "AI for Java developers" tomorrow. Today @piotrprz.bsky.social rocks the @jprimeconf.bsky.social scene!
milendyankov.com
Congratulations! Keep up the great work!
milendyankov.com
Hey folks, just wanted to let you know we have a few open roles at Pinecone – specifically for Senior/Staff Software Engineers and a Support Engineer. If you or someone you know is looking for a new opportunity, check them out: www.pinecone.io/careers/?utm...
Careers | Pinecone
Join us in building the database for machine learning. We're looking for talented individuals to help us push the boundaries of vector search technology.
www.pinecone.io
milendyankov.com
I’ve been exploring the land of MCP servers recently. Meanwhile, my colleagues at Pinecone have been building the first official ones for Pinecone’s Database and Assistant. Now that they’re out, I wrote a blog about what those MCP servers are and how to use them: www.pinecone.io/blog/first-M...
Tool up: Pinecone’s first MCP servers are here | Pinecone
We are releasing our first three MCP servers: Pinecone Assistant MCP (remote), Pinecone Assistant MCP (local), and Pinecone Developer MCP (local). Together, the three support the following use cases: ...
www.pinecone.io
milendyankov.com
The emerging vibe coding field has come up with a new productivity metric: kilos of code 😜
milendyankov.com
So should we now stop using terms like "self-driving" or "autonomous" cars and start talking about "vibe driving" instead? Asking for a friend.
milendyankov.com
It's heartwarming to get such a comment under a 3-year-old blog post
Reposted by Milen Dyankov
jprimeconf.bsky.social
#AI for @Java Developers - from Buzzword to Code!
Come and learn it from @milendyankov.com - our AMAZING FRIEND!

🗓️ 14-15 May, 2025 📍 Sofia, Bulgaria 🇧🇬

🎫 Grab your pass: jprime.io/tickets
milendyankov.com
The time has come to start a new chapter in my career. I'm joining Pinecone.io as a Staff Developer Advocate to contribute to their mission of making AI knowledgeable. Wish me luck in this endeavor.
The vector database to build knowledgeable AI | Pinecone
Search through billions of items for similar matches to any object, in milliseconds. It’s the next generation of search, an API call away.
Pinecone.io
milendyankov.com
Somehow I only recently discovered the `group(...)` and `groupCollapsed(...)` methods in the Console API. Combined with esbuild's ability to remove all `log(...)` and `debug(...)` from production builds, logging to the browser's console while developing JS/TS apps is a whole new experience.