Posts in category "project" - page 6
DIY Solar Panel Project - The Ingredients
As I mentioned in the previous post, I decided to go with a hybrid charge controller solution for my solar panel setup. What that basically means is that I will need to buy some solar panels and a hybrid charge controller, since I have a UPS and batteries. I will then have to connect them all together. I wanted to start with something simple, so I decided to just buy one solar panel. At the same time I was intending to build it in such a way that it can be extensible to 3 panels in the future. The goal has always been to have a 1 KW setup.
...continue readingSolar Panel Project - Do It Yourself
I was finally ready to install solar panels. After having made all the calculations, I arrived at the fact that I could get the return on investment in 5 years. But I had an even better idea. I decided do build it myself. What better way to learn about solar power except by doing it yourself! I always prefer to do things myself rather than letting some one else do the job for me. My work will be subpar at best, but it not only gives me a great opportunity to learn something new, but is also a lot of fun.
...continue readingSolar Panel Project - Inception
I have been wanting to setup solar panels for several years now. It all started way back in August 2015 when for the first time the electricity bill touched Rs. 2,000. We don't even have air conditioner so what gives? At this point I started looking at the past bills and noticed the slow rise in unit rates. If you are interested, I already wrote a post on the inflation of electricity bill. That got me thinking if it is time for some solar panels.
...continue readingFriends Roster – Presubmit, Continuous Integration, Deployment And Hosting
This is the continuation of “how I built the Friends Roster app” saga. If you missed the previous parts in this series, do check them out — part 1, part 2, part 3, part 4, part 5, part 6, part 7, part 8 and part 9. I know it must be getting pretty boring reading about the app for so long. But I promise this is the last one in the series.
...continue readingFriends Roster – Testing In Flutter
This is the continuation of “how I built the Friends Roster app” saga. If you missed the previous parts in this series, do check them out — part 1, part 2, part 3, part 4, part 5, part 6, part 7 and part 8. So far we have seen the code that runs the app. What about testing? Normally when I work on these hobby projects I don't write any tests (gasp!). I know. I sometimes did feel the need for tests, especially if it is a large project with lots of moving parts. They help you when making changes to the code. You can be confident that your changes will not unexpectedly break something.
...continue readingFriends Roster – Responsive Layouts
...continue reading
This is the continuation of “how I built the Friends Roster app” saga. If you missed the previous parts in this series, do check them out — part 1, part 2, part 3, part 4, part 5, part 6 and part 7. One of the nice features of Flutter is building responsive layouts is quite simple. It is certainly easier than building responsive layouts in HMTL or Android.Friends Roster – Next Friend To Call
This is the continuation of “how I built the Friends Roster app” saga. If you missed the previous parts in this series, do check them out — part 1, part 2, part 3, part 4, part 5, part 6. To recap, I was describing how I built various screens using flutter.
...continue readingFriends Roster – More Flutter Plugins
This is the continuation of “how I built the Friends Roster app” saga. If you missed the previous parts in this series, do check them out — part 1, part 2, part 3, part 4 and part 5. To recap I was using the following plugins in Flutter to reduce the amount of code I need to write.
...continue readingFriends Roster - Flutter Plugins
This is the continuation of "how I built the Friends Roster app" saga. If you missed the previous parts in this series, do check them out — part 1, part 2, part 3 and part 4. In this post I will go into a little more details on how I built the screens with the help of Flutter plugins.
...continue readingFriends Roster - Basic Design
This is the continuation of how I built the Friend Roster app. If you have missed the previous parts in this series, do check them out -- part 1, part 2 and part 3. I wanted to build a flutter app that would let me do these basic things
...continue reading