Category Archives: Software Development

Unikernel

I started reading about Unikernels, a kernel built just for a particular task, lately.  Found this nice article that covers several different ones.  Mirage looks interesting. Why am I looking at this.  Well as the article goes on, it can … Continue reading

Posted in Cloud, Software Development | Comments Off on Unikernel

Ever wonder what those HTTP error codes are

Apparently someone was really bored and listed them all out, and what they are. http://en.wikipedia.org/wiki/List_of_HTTP_status_codes

Posted in Software Development | Comments Off on Ever wonder what those HTTP error codes are

Nice write-up on state machines

Nice write-up on what state machine are and how they work.  I am mixed on state machines, in some cases they are useful.  But I have found over the years that many layer state machines can lead to lots of … Continue reading

Posted in Software Development | Comments Off on Nice write-up on state machines

This article about sums up Coding in Large Companies

I found this article a good read and hits sometimes really close to home, especially in large companies. http://gizmodo.com/programming-sucks-why-a-job-in-coding-is-absolute-hell-1570227192?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+gizmodo%2Ffull+%28Gizmodo%29

Posted in Misc-Life, Software Development | Comments Off on This article about sums up Coding in Large Companies

7 insane perks for employees at tech companies

Now keep in mind this is an oddity and not the norm for most tech companies.  Interesting to see thought was some places give out to its employees. http://www.makeuseof.com/tag/7-insane-employee-perks-at-tech-companies/

Posted in Software Development | Comments Off on 7 insane perks for employees at tech companies

Choosing an Opensource License

So you are going to opensource your source code, have you put any thought behind which of the many licenses to use?  The article is more for open hardware groups, but its applies to software as well. http://www.open-electronics.org/how-to-choose-your-open-source-hardware-license/

Posted in Software Development | Comments Off on Choosing an Opensource License

H1B visa for 2014 burned up in days

I love these articles, they try to point to the “high demand” for tech skills.  What is really happening is there is a high demand for skills that the person know exactly what to do AND is really cheap.  If … Continue reading

Posted in Software Development | Comments Off on H1B visa for 2014 burned up in days

Google makes its Map interface easier to use

Not exactly sure what to file this one under.  Anyways, Google just make it easier for folks to use its map data by incorporating JSON, in particular an interface called GeoJSON, for its maps. http://techcrunch.com/2014/03/19/google-maps-makes-creating-maps-easier-for-developers-adds-geojson-support-to-its-javascript-api/?ncid=rss&utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+Techcrunch+%28TechCrunch%29

Posted in Cloud, Software Development | Comments Off on Google makes its Map interface easier to use

Cool cartoon about managers for developers

Ironically I have seen some truth to the cartoon over the years. http://gizmodo.com/this-is-what-happens-when-your-non-coding-boss-asks-you-1541110357?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+gizmodo%2Ffull+%28Gizmodo%29

Posted in Misc-Life, Software Development | Comments Off on Cool cartoon about managers for developers

New OpenID standard, looks like OAUTH underneath

OpenID has a new standard, OpenID connect, which from the sounds of it.  Is basically an interface to OAUTH.  Should be interesting to see the adoption rate of this with OAUTH already being dominate out there. http://techcrunch.com/2014/02/26/openid-foundation-launches-openid-connect-identity-protocol-with-support-from-google-microsoft-others/?ncid=rss&utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+Techcrunch+%28TechCrunch%29

Posted in Security, Software Development | Comments Off on New OpenID standard, looks like OAUTH underneath