PPPranit Patilinblogs.pranitpatil.com·Nov 15, 2025 · 6 min readAI Buzzwords Explained SimplyLLM (Large Language Model) ChatGPT, Claude, Gemini are LLM. Basically LLM is an AI Model which can understand and generate human like responses. It is trained on massive amount of data mostly billions of sentences, articles, documents, etc. Tokens To...00
PPPranit Patilinblogs.pranitpatil.com·Mar 10, 2025 · 8 min readBuilding Scalable SaaS: Multi-Tenant Architecture with PostgreSQL & TypeORM (Design & Implementation)In the world of SaaS applications, multi-tenancy is a crucial architectural pattern that allows a single application instance to serve multiple customers (tenants) efficiently. Choosing the right multi-tenant strategy can significantly impact scalabi...00