TGTGInsighttelegram intelligenceLIVE / telegram public index
Back to channels
GitHub Trends avatar

TGINSIGHT CHAT

GitHub Trends

@githubtrending

Technologies

See what the GitHub community is most excited about today. A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel. Author and maintainer: https://github.com/katursis

Subscribers1.0万Current channel subscribers
Tracked posts1,000Indexed post count
Recent reach1,132Sum of recent post views
Recent posts

Recent posts

Tag: #best_practices · 2 posts

当前筛选 #best_practices清除筛选

Posted Mar 15

#html#agentic_engineering#best_practices#claude_ai#claude_code#vibe_coding To master Claude Code effectively, create a CLAUDE.md file that documents your project's overview, key commands, coding standards, and workflows. This file prevents Claude from repeatedly scanning your codebase and ensures consistent behavior across sessions. Include hooks that automatically format code and run type checks after edits, and organize instructions into commands, agents, and skills for different tasks. Keep your CLAUDE.md concise—under 200 lines—since overly long files cause Claude to ignore important rules. Use plan mode before implementation, write detailed specs to reduce ambiguity, and leverage subagents for parallel work to maintain a clean main context. The benefit: you'll accelerate development speed while maintaining code quality and consistency, allowing Claude to work more autonomously with fewer corrections needed. https://github.com/shanraisshan/claude-code-best-practice

674 views

Posted May 30

#cplusplus#best_practices#cpp#graphics#graphics_programming#khronos#tutorials#vulkan#vulkan_api#vulkan_samples Vulkan is a powerful tool for creating high-performance graphics and computing applications. It helps developers control the GPU better, which can lead to faster and more efficient performance compared to older systems like OpenGL. Vulkan is special because it works on many different platforms, such as Windows, Linux, and Android. This means developers can create applications that run smoothly across various devices. The Vulkan Samples provide resources and tutorials to help developers learn and optimize their applications, making it easier to create high-quality graphics and computing experiences. https://github.com/KhronosGroup/Vulkan-Samples

458 views