Member-only story
My first NuGet package! Kritner.SolarEstimate
I published my first NuGet package (https://www.nuget.org/packages/Kritner.SolarProjection/)! Kristen and I recently were considering (and have since financed) a 17,000 kw/year solar array, on the back of our house:
In the process of deciding whether or not to go for it, I started on some spreadsheets, to try and figure out when it would seemingly be “less expensive to have the solar panels, than our normal energy bill”.
With that spreadsheet I thought that it seemed like a good opportunity to try out a few new things I hadn’t — additional docker work, a NuGet package, some basic angular, typescript, more unit testing. So over the past few weeks after dinner, I’ve been tinkering around with my website and produced solar-projection. It started out all contained within my github repo of https://github.com/Kritner/KritnerWebsite, but I needed to figure out how to start playing around with NuGet, so now I have the core “solar projection” logic in its own package — its repo is located at…