|
You are here |
river.me | ||
| | | | |
blog.ionelmc.ro
|
|
| | | | | Thoughts on packaging python libraries - Note This is about packaging libraries, not applications. ? All the advice here is implemented in a project template (with full support for C... | |
| | | | |
tech.michaelaltfield.net
|
|
| | | | | Continuous Documentation guide to hosting a sphinx-powered documentation-as-code site (using the Read the Docs theme) on a GitHub Pages site, built with GitHub's free CI/CD tools. | |
| | | | |
ashvardanian.com
|
|
| | | | | Experienced devs may want to skip the intro or jump immediately to the conclusions. The backbone of many foundational software systems - from compilers and interpreters to math libraries, operating systems, and database management systems - is often implemented in C and C++. These systems frequently offer Software Development Kits (SDKs) for high-level languages like Python, JavaScript, GoLang, C#, Java, and Rust, enabling broader accessibility. But there is a catch. | |
| | | | |
www.brandonpugh.com
|
|
| | | Thought I would try to make it a thing where I post about a particular tool I'm using that makes life easier for me as a developer. GhostDoc is a cool little Visual Studio plugin that makes commenting your methods and properties much easier. With a keyboard shortcut or right clicking on a method name, GhostDoc will automatically generate xml documentation comments by intelligently looking at the method name and parameters: | ||