├── .gitignore ├── June2025.md ├── LICENSE ├── README.md ├── agents.md ├── anthropic.md ├── aws.md ├── code-assistants.md ├── coding_assistant.md ├── databricks.md ├── mcp.md ├── prompt_engineering.md └── vibe-coding.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sudarshan-koirala/llm-resources/HEAD/.gitignore -------------------------------------------------------------------------------- /June2025.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sudarshan-koirala/llm-resources/HEAD/June2025.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sudarshan-koirala/llm-resources/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sudarshan-koirala/llm-resources/HEAD/README.md -------------------------------------------------------------------------------- /agents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sudarshan-koirala/llm-resources/HEAD/agents.md -------------------------------------------------------------------------------- /anthropic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sudarshan-koirala/llm-resources/HEAD/anthropic.md -------------------------------------------------------------------------------- /aws.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sudarshan-koirala/llm-resources/HEAD/aws.md -------------------------------------------------------------------------------- /code-assistants.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sudarshan-koirala/llm-resources/HEAD/code-assistants.md -------------------------------------------------------------------------------- /coding_assistant.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sudarshan-koirala/llm-resources/HEAD/coding_assistant.md -------------------------------------------------------------------------------- /databricks.md: -------------------------------------------------------------------------------- 1 | [Using uv as Dependency Manager for Databricks Asset Bundles](https://youtu.be/lzdDE6TzRJs?si=Zqkyqce5SuGfAfqm) 2 | -------------------------------------------------------------------------------- /mcp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sudarshan-koirala/llm-resources/HEAD/mcp.md -------------------------------------------------------------------------------- /prompt_engineering.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sudarshan-koirala/llm-resources/HEAD/prompt_engineering.md -------------------------------------------------------------------------------- /vibe-coding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sudarshan-koirala/llm-resources/HEAD/vibe-coding.md --------------------------------------------------------------------------------