7 debugging techniques for developers to speed up troubleshooting in production

7 debugging techniques for developers to speed up troubleshooting in production https://ift.tt/2Cnb1IB Providing production support to an application is one of the most challenging aspects of software development. Developers are assigned to the maintenance team and work on patching bugs on the application. They are, however, also available on-call in case a production outage happens, in which […]

Raspberry Pi Setup – Part 2 – Samba Server to Share Files

Introduction A Samba Server is a simple way to share files on your local network. In this article we are going to create a Samba share on the Raspberry Pi to make it easy to read and write files for everyone on your network to use. [siteorigin_widget class=”SiteOrigin_Widget_Image_Widget”][/siteorigin_widget] Steps Connect to your Pi over terminal […]

How to Overcome the Bias We Have Toward Our Own Ideas

How to Overcome the Bias We Have Toward Our Own Ideas http://bit.ly/2YqsmWJ Executive Summary Research in innovation suggests that most ideators overvalue their ideas.  Unsurprisingly, this tendency is positively correlated with status.  Less obviously, line employees working in teams are also likely to overvalue ideas they come up with.  Both biases are related to social […]

On Managing Work – Not People

Managing Work – Not People Article Author:  @jamesdsteele Reference: https://ift.tt/2xapHEB Most leaders I work with have a common frustration they express to me: an inability to achieve significant gains in how quick and predictable they are in delivering work to their customers. In my work as a consultant, coach, and trainer, there is one strategy that […]

Common Git Commands

Overview Git is a modern Source Control Management tool. It’s wildly popular since it provides a mechanisms to broadly share and merge code bases. This article lists the most common commands and by no means replaces the extensive documentation found here: git-scm.com/doc Commands Configure Git git config –global user.name “wassamz” git config –global user.email “wassam@email.com” […]