This is a must-read for software engineers, developers, and programmers. Based on direct in-the-trench experience from the front lines of software engineering, this book presents skills that any working software professional must cultivate.
This book is designed to mentor you. You will learn how to:
- Bring order to chaos
- Build great communication skills
- Discover the power of a positive attitude
- Present like a pro
- Forge connections with others
- Promote your ideas
- Open doors for your future
About the Book
More than another self-help tome, Must-Have Skills for Software Engineers unleashes twenty-one soft skills and techniques which are essential for a successful, long-term software career. Each skill is succinctly explained with tangible and usable exercises that the reader can adapt to shape his/her own experience. Personal anecdotes are included, highlighting the value – and sometimes the necessity – of the use of soft skills in real-world situations.
User Reviews
Submit Your Review
jQuery(function(){
jQuery(“.rateit”).rateit();
jQuery(“#wpdm-user-review-form”).submit(function(){
jQuery(“#wpdm-submit-review-button”).attr(“disabled”,”disabled”).html(“ Please Wait…”);
jQuery(this).ajaxSubmit({
success:function(res){
if(!res.match(/ok/)) {
jQuery(“#wpdm-user-review-form”).append(“
“);
jQuery(“#wpdm-submit-review-button”).removeAttr(“disabled”).html(“ Submit Review”);
} else {
jQuery(“#wpdm-submit-review-button”).html(“ Done!”);
jQuery(“#wpdm-user-review-form”).append(“
“);
}
}
})
return false;
});
jQuery(“#wpdm-submit-reply-form”).click(function(){
jQuery(“#wpdm-submit-reply-form”).attr(“disabled”,”disabled”).html(“Please Wait…”);
jQuery(“#wpdm-user-reply-form”).ajaxSubmit({
success:function(res){
jQuery(“#wpdm-user-reply-form”).append(“
“);
jQuery(“#wpdm-submit-reply-form”).html(“Done!”);
}
})
return false;
});
jQuery(“.reply-comment”).click(function(){
jQuery(“#wpdm-reply-for”).val(this.rel);
});
});
The post Software++: Must-Have Skills for Software Engineers appeared first on ZEbook.
Read Source: Software++: Must-Have Skills for Software Engineers»