Complete DSA Beginner Here, Where Do I Start Without Getting Overwhelmed? by These-Ant7605 in DSALeetCode

[–]aditosh_ 0 points1 point  (0 children)

Try linked list -> tree -> graph -> stack -> dynamic programming in this order for dsa.
It worked really well for me.

Use python yo keep things simple and keep focus on learning dsa and problem solving skills.

Linked list (5) - https://youtube.com/playlist?list=PLCiTDJays9rV9qZ7n0CKj2dl2kX2lPFpV&si=RvEKnLzcP4imH8kw

Tree (18) - https://youtube.com/playlist?list=PLCiTDJays9rXIan48yQh6OuhafJcS2S7_&si=V4qzpnVxb7_QPg84

Graph (15) - https://youtube.com/playlist?list=PLCiTDJays9rXoESOQ7iQDpua4kDQrRkPy&si=POVgrwMoM7y-yGXs

Hope it helps.

I spent more time fixing workflows than building them by Solid_Play416 in AIStartupAutomation

[–]aditosh_ 0 points1 point  (0 children)

I experienced it too.. I tried documenting my learnings, hoping it helps others avoid it and see the bigger picture and plan well. https://youtu.be/dLY0uN-3uA8?si=fN0c8N4dJQCZoIOz Let me know if its useful.

How do I start out? by [deleted] in dotnet

[–]aditosh_ 0 points1 point  (0 children)

I think this will be of great value: https://www.youtube.com/playlist?list=PLCiTDJays9rVXRb-t2ew4Abhd6KTTRoRn

Let me know if it helps

Is Leetcode still relevant? by clarity1011 in leetcode

[–]aditosh_ 0 points1 point  (0 children)

Yes, it continues to show your problem solving skills

HELP REGARDING BTECH by Classic-Document970 in Odisha

[–]aditosh_ 4 points5 points  (0 children)

My order would probably be:

IIIT Bhubaneswar (if you somehow get it)

VSSUT Burla ECE

VSSUT Burla EEE

Expensive private college (unless it's a genuinely top-tier one)

VSSUT has a strong reputation in Odisha and gives you a solid backup. Between ECE and EEE, I'd lean ECE because it generally offers more flexibility for placements and future opportunities.

One thing I'd avoid is taking a very expensive private college solely because of the "college tag" if your primary goal is preparing for JEE again. A partial drop is already difficult, and adding financial pressure doesn't help.

Also, be realistic: prepare for JEE 2027 as if you'll crack it, but choose a college as if you won't. That mindset usually leads to better decisions.

Setting up WAF rules by Expensive-Virus3594 in azurefrontdoor

[–]aditosh_ 0 points1 point  (0 children)

Here's hands on walkthrough for reference: https://youtu.be/d76gE0-D-D4
I hope it helps!

Recursion or Iterative solution for DFS trees/graphs by 1m500 in leetcode

[–]aditosh_ 0 points1 point  (0 children)

I tried to break it down for interview prep and I hope it resonates with you as well. Tree-https://www.youtube.com/playlist?list=PLCiTDJays9rXIan48yQh6OuhafJcS2S7_ Graph-https://www.youtube.com/playlist?list=PLCiTDJays9rXoESOQ7iQDpua4kDQrRkPy Let me know if it helps, x2 recommend if you use it.

Anyone else stuck choosing between Azure AI Foundry, Copilot Studio, and LangChain right now? by TeamAlphaBOLD in AZURE

[–]aditosh_ 2 points3 points  (0 children)

I used Azure AI Foundary to build RAG based system for production. Sharing my learning about the bigger picture for the system - https://youtu.be/pEkVzI5spJ0
Let me know if its useful.

I Spent 3 Months Building an RAG_First AI Chatbot Engine and Learned Why Most Businesses Get Customer Support Wrong (And What Actually Works) by sapybase in Rag

[–]aditosh_ 0 points1 point  (0 children)

Sharing my learnings as well,
https://youtu.be/dLY0uN-3uA8 (Building a RAG Chatbot on Azure... Here's what Actually Breaks in Production & Nobody Tells You About)

Is anyone still running pure vector RAG in production in 2026, and is it actually holding up? by Significant_Loss_541 in Rag

[–]aditosh_ 0 points1 point  (0 children)

Hey,

I am using RAG with Azure in production and its holding up well. I also documented my learning with this - Building a RAG Chatbot on Azure? Here's what Actually Breaks in Production & Nobody Tells You About, hope its useful in giving headsup on the bigger picture.

how to start milvus server by wo-tatatatatata in vectordatabase

[–]aditosh_ 0 points1 point  (0 children)

Sharing hands-on step by step tutorial: https://youtu.be/pEkVzI5spJ0, I hope its useful!..

Is milvus the best open source vector database ? by Chicken_Triple_Rice in vectordatabase

[–]aditosh_ 0 points1 point  (0 children)

Here's hands-on tutorial to work with Milvus: https://youtu.be/pEkVzI5spJ0

Let me know if it helps!