Explore >> Select a destination


You are here

river.me
| | blog.ionelmc.ro
76.9 parsecs away

Travel
| | 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
50.0 parsecs away

Travel
| | 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
76.9 parsecs away

Travel
| | 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
136.0 parsecs away

Travel
| 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: