📚
Documentation
Guides, best practices, and technical documentation for professional development
⚡
15 min read
Firmware Development Style Guide
Best practices for writing clean, maintainable embedded C/C++ code. Covers coding standards, naming conventions, and architecture patterns.
C/C++EmbeddedRTOSBest Practices
🐙
12 min read
GitHub Usage Guide
Complete guide to Git and GitHub workflows. From basic commits to advanced branching strategies, pull requests, and collaboration.
GitGitHubVersion ControlCollaboration
🚀
20 min read
Project Development Guide
End-to-end project development workflow. Planning, design, implementation, testing, and deployment strategies for hardware and software projects.
PlanningAgileWorkflowBest Practices