-
Is Solar Worth the Expense in the Florida Panhandle or a Waste of $20,000 or more?
Analysis of our Florida-based solar panel install from personal experience, including looking at cost of electricity and return on investment.
-
Enphase Envoy Solar Array monitoring with a Raspberry Pi to Save $100 or More from Downtime
Using a rasbperrypi to monitor and alert on your solar output
-
Referencing one trait from another trait in factory_bot
Sometimes you want to DRY up traits by referencing one trait from another trait in factory_bot. I tried searching on “inheriting traits” (that’s just for one factory inheriting traits from another and was in a factory_bot issue in GitHub). I accidentally stumbled upon the answer in a slightly unrelated StackOverflow question about calling a trait…