-
Recent Posts
Recent Comments
Archives
- January 2024
- October 2023
- September 2023
- August 2023
- June 2023
- May 2023
- April 2023
- March 2023
- February 2023
- January 2023
- December 2022
- November 2022
- October 2022
- September 2022
- August 2022
- April 2022
- March 2022
- February 2022
- January 2022
- December 2021
- November 2021
- October 2021
- September 2021
- August 2021
- July 2021
- June 2021
- May 2021
- April 2021
- March 2021
- February 2021
- January 2021
- December 2020
- November 2020
- October 2020
- September 2020
- August 2020
- July 2020
- June 2020
- May 2020
- April 2020
- March 2020
- February 2020
- January 2020
- December 2019
- November 2019
- October 2019
- September 2019
- August 2019
- July 2019
- June 2019
- May 2019
- April 2019
- March 2019
- February 2019
- January 2019
- December 2018
- November 2018
- October 2018
- September 2018
- August 2018
- July 2018
- June 2018
- May 2018
- April 2018
- March 2018
- February 2018
- January 2018
- December 2017
- November 2017
- October 2017
- September 2017
- August 2017
- July 2017
- June 2017
- May 2017
- April 2017
- March 2017
- February 2017
- January 2017
- December 2016
- November 2016
- October 2016
- September 2016
- August 2016
- July 2016
- June 2016
- May 2016
- April 2016
- March 2016
- February 2016
- January 2016
- December 2015
- November 2015
- October 2015
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- April 2015
- March 2015
- February 2015
- January 2015
- December 2014
- November 2014
- October 2014
- September 2014
- August 2014
- July 2014
- June 2014
- May 2014
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
Meta
Category Archives: Software Development
A Java Cheat Sheet
Nice cheat sheet for Java. http://introcs.cs.princeton.edu/java/11cheatsheet/
Posted in Software Development
Comments Off on A Java Cheat Sheet
The highest paying programming jobs
Interesting to see that C++ and C are still pretty high in the stack. I was surpised by Ruby being the top spot. http://lifehacker.com/these-are-the-highest-paying-programming-skills-to-have-1661389920
Posted in Software Development
Comments Off on The highest paying programming jobs
.NET going to Linux and Opensource
Server based only. But its interesting to see the powerhouse of Microsoft open up all its development code to opensource and to Linux. I wonder what the real reasoning behind the release is. Perhaps MS is feeling the heat of … Continue reading
Posted in Software Development
Comments Off on .NET going to Linux and Opensource
Nice python cheat sheet
Nice cheat sheet if you are starting out in python. Sofar I like python as a language. Much better than Ruby. http://feeds.gawker.com/~r/lifehacker/vip/~3/u85UsbP84mY/keep-this-python-cheat-sheet-on-hand-when-learning-to-c-1655521825
Posted in Cheap, Software Development
Comments Off on Nice python cheat sheet
How to make money as an opensource developer
Interesting article, covered the usually stuff (consulting, support, add ons), but the ending had an interesting bit about some sites that offer bounty’s to improve or build an opensource project. My 2 cents, unless you have a hot project, you … Continue reading
Posted in Software Development
Comments Off on How to make money as an opensource developer
Running Go on Intel Edison
Go, or Go Lang, is a compiled language that is kind of like Java. I started to tinker with Go this summer. I have to say coming from the embedded systems world, I like Go. The article talks about using … Continue reading
Posted in Misc-Life, My Projects, Software Development
Comments Off on Running Go on Intel Edison
Agifall, Waterfall + Agile
Been thinking alot about software processes myself lately, so I googled waterfall with agile, scrum, etc etc and found some interesting articles. The presentation below was the most entertaining to go thru. http://www.slideshare.net/markfromson/agifall-presentation http://scaledagileframework.com/mixing-agile-and-waterfall-development-in-the-scaled-agile-framework/
Posted in Software Development
Comments Off on Agifall, Waterfall + Agile
automatic vent shutoffs with arduino (ish)
A father/daughter team basically built a system that is like NEST but for your heat vents. So it will shut off/open vents as needed, thus saving the costs of heating/cooling your entire house. Its using some arduino like clone for … Continue reading
Need to test a UI, maybe you need a Cucumber
If I understand Cucumber correctly, you can write your behavior of how the software should work in doc like format, and it will convert it to a UI like test. Or an API test. Its all written in Ruby. I … Continue reading
Posted in Cheap, Software Development
Comments Off on Need to test a UI, maybe you need a Cucumber
List of opensource static code checkers
Nice list from the SWAMP initiative of static code analysis tools that are open to folks to use. I had heard of findbugs for Java, cppcheck and clang are new ones for me. GCC…really, it does a basic job but … Continue reading
Posted in Security, Software Development
Comments Off on List of opensource static code checkers