Deepanshu Sharma

Blogs

My Thoughts and Writings

Explore my collection of blog posts where I share insights, tutorials, and experiences on web development, programming, and technology.

Jan 28 2026
8 min read
AI Agents in Practice: LangGraph vs CrewAI
A practical comparison of LangGraph and CrewAI for building reliable, multi-agent AI systems, with code examples and recommendations.
AILLMLangGraphCrewAIAgentsPython
2026-01-28
10 min
Building Your Developer Portfolio: The Modern Way
A complete guide to setting up and customizing your own portfolio using this Astro-based template
AstroPortfolioTutorialGuide
Jul 28 2026
10 min read
Building My First GGUF Model with llama.cpp and Running It on Ollama
A hands-on walkthrough of converting a Hugging Face model into GGUF using llama.cpp, quantizing it, and running it locally with Ollama while sharing the challenges faced during the process.
AILLMGGUFllama.cppOllamaQwen3Hugging FaceLocal AIPython
Jul 28 2026
12 min read
From Hugging Face to Ollama: Converting Models to GGUF with llama.cpp
A step-by-step, code-focused guide to downloading a Hugging Face model, converting it to GGUF with llama.cpp, quantizing it, and running it locally with Ollama.
AILLMGGUFllama.cppOllamaHugging FaceQwen3Local AIPythonMachine Learning