SASiddhesh Agarwalinblog.siddhesh.cc·Jan 24 · 1 min readLearning CSS with gamesSome topics in CSS are more easier to understand by experience then they are by reading docs/blogs. Here are some games that helped me understand these topics better: CSS CSS Challenges - https://css-challenges.com/ CSS Speedrun - https://css-speed...00
SASiddhesh Agarwalinblog.siddhesh.cc·Mar 30, 2025 · 3 min readCopyrights and LLMsLarge Language Models (LLMs) like OpenAI’s GPT, Google’s Gemini, Meta’s LLaMA, and Deepseek’s R1 have transformed AI by creating human-like text, code, and creative content. However, their quick progress has raised serious concerns about copyright in...00
SASiddhesh Agarwalinblog.siddhesh.cc·Jan 5, 2025 · 4 min readThe Pointlessness of FP vs OOP DiscussionsIn the world of software engineering, discussions about different programming styles are pretty common. The clash between Object-Oriented Programming (OOP) and Functional Programming (FP) often takes centre stage. Each camp claims its approach is the...00
SASiddhesh Agarwalinblog.siddhesh.cc·Apr 28, 2024 · 4 min readRAG Model using Langchain.py and ChromaDBToday, I will discuss creating a Retrieval Augmented Generation (RAG) Model on your custom data using Python, LangChain, and ChromaDB (or any VectorStore you choose). You can find the source code here: Siddhesh-Agarwal/django-rag (github.com) What ...00
SASiddhesh Agarwalinblog.siddhesh.cc·Apr 24, 2024 · 4 min readDeploy ML Models with StreamlitStreamlit is an open-source Python library that can make and deploy beautiful-looking web apps in a few minutes. It has been quite a handy tool for deploying ML models without creating API endpoints in Flask or FastAPI. Today, I will talk about some ...00