TGINSIGHT CHAT
GitHub Trends
@githubtrending
TechnologiesSee 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
Recent posts
Tag: #best_practices · 2 posts
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
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