Refactoring: Improving the Design of Existing Code


Martin Fowler - 1999
    Significant numbers of poorly designed programs have been created by less-experienced developers, resulting in applications that are inefficient and hard to maintain and extend. Increasingly, software system professionals are discovering just how difficult it is to work with these inherited, non-optimal applications. For several years, expert-level object programmers have employed a growing collection of techniques to improve the structural integrity and performance of such existing software programs. Referred to as refactoring, these practices have remained in the domain of experts because no attempt has been made to transcribe the lore into a form that all developers could use... until now. In Refactoring: Improving the Design of Existing Software, renowned object technology mentor Martin Fowler breaks new ground, demystifying these master practices and demonstrating how software practitioners can realize the significant benefits of this new process.

Creating Mobile Apps with Xamarin.Forms: Cross-Platform C# Programming for iOS, Android, and Windows Phone


Charles Petzold - 2014
    Xamarin.Forms lets you write shared user-interface code in C# and XAML that maps to native controls on these three platforms.

The Mythical Man-Month: Essays on Software Engineering


Frederick P. Brooks Jr. - 1975
    With a blend of software engineering facts and thought-provoking opinions, Fred Brooks offers insight for anyone managing complex projects. These essays draw from his experience as project manager for the IBM System/360 computer family and then for OS/360, its massive software system. Now, 45 years after the initial publication of his book, Brooks has revisited his original ideas and added new thoughts and advice, both for readers already familiar with his work and for readers discovering it for the first time.The added chapters contain (1) a crisp condensation of all the propositions asserted in the original book, including Brooks' central argument in The Mythical Man-Month: that large programming projects suffer management problems different from small ones due to the division of labor; that the conceptual integrity of the product is therefore critical; and that it is difficult but possible to achieve this unity; (2) Brooks' view of these propositions a generation later; (3) a reprint of his classic 1986 paper "No Silver Bullet"; and (4) today's thoughts on the 1986 assertion, "There will be no silver bullet within ten years."

Emotional Intelligence: Exploring the Most Powerful Intelligence Ever Discovered


Benjamin Smith - 2016
    This process of introspection and self-reflection is never easy. It requires the ability to understand and handle your emotions in a healthy manner, and this always takes time and patience. That is why this book, “Emotional Intelligence: Exploring the Most Powerful Intelligence Ever Discovered,” has been written just for you. This book is meant to help make the process of emotional development clearer and smoother. Our lives are filled with constant and continual situations where communication with others is necessary. Your ability to communicate effectively and successfully with others is what sets you apart from animals. However, how many of us actually take the time to think about just how important the way we communicate is? In what ways can we become better able to communicate? This would be a good time to introduce you to the concept of emotional intelligence. Emotional intelligence, or EI, is defined as the ability to recognize, control, and express your emotions in a way that enables you to handle interpersonal relationships empathetically and judiciously. Emotional intelligence is what enables you to recognize how others are feeling in a given situation, differentiate the myriad of emotions, and act accordingly. It is only through emotional intelligence that we are able to adjust our emotions as we go through life, thus reaching whatever goals we have set. Nobody can claim that they do not have emotional intelligence. The only difference is that people exhibit varying levels of EI – some are simply more emotionally intelligent than others. However, it is not something that is fixed from birth to death. There are steps and actions you can take to become more intelligent emotionally. In fact, if there is one feature of personal development that most people need to work on, it is their emotional intelligence. Research has proven that those individuals who have a higher emotional quotient, or EQ, tend to make better leaders, enjoy a better quality of personal and professional relationships, and are more mentally healthy. All you need to do to increase your emotional quotient is take the time to put into practice the tips and strategies outlined in this book. In here, you will learn how to know yourself better so that you can understand others better. You will learn how your emotional brain works, and how emotional intelligence can be improved. There are some great tools and tips described in this book, so make sure that you are ready to learn and practice them. Get ready to also learn about some of the new discoveries in the field of emotional intelligence. Scroll to the top of this page and click the " Buy Now With One-Click " Button to start your journey on EI

Amazon Decoded: A Marketing Guide to the Kindle Store


David Gaughran - 2018
    Want to sell more books on the world's biggest retailer? Fancy Amazon doing the selling for you instead? Amazon Decoded: A Marketing Guide to the Kindle Store will show you how.*Learn what Visibility Marketing is and how understanding Amazon's philosophy can boost your sales.*Discover the algorithms that really go into Sales Rank and dispel some remarkably common myths.*Decode the ways Amazon recommends millions of books to readers every single day.*Implement proven marketing plans, optimized for maximum Amazon visibility.Whether you are exclusive to Amazon and chasing those page reads, or a wide author trying to survive the onslaught of Kindle Unlimited titles, Amazon Decoded will share the secrets of the Kindle Store and how you can sell more books.

17 Easy Crafts With Yarn: Make Accessories, Decor and More with Lion Brand Imagine Yarn


FaveCrafts - 2013
    If you're short of time or need a quick gift for a birthday, keep this eBook handy - it's sure to become a lifesaver when you're in a pinch. Be sure to stock up on Lion Brand Imagine Yarn so you're always prepared to make a quick craft.Believe it or not, Lion Brand Imagine Yarn can be the sole supply for a bunch of creative projects. For instance, you can create a scarf by simply unwinding the yarn and creating a series of knots. These crafts to do with yarn are as varied as they are intricate. In this free eBook, you'll find delicate jewelry crafts, winter wearables and even a plant hanger. Decorate your home and accessorize your wardrobe, all you need is Lion Brand Imagine Yarn. Make gifts for friends and family members or create something you can keep - it's up to you. Either way, you won't get bored with this vast assortment of crafts with yarn.

The Manager's Path: A Guide for Tech Leaders Navigating Growth and Change


Camille Fournier - 2017
    Tech companies in general lack the experience, tools, texts, and frameworks to do it well. And the handful of books that share tips and tricks of engineering management don t explain how to supervise employees in the face of growth and change.In this book, author Camille Fournier takes you through the stages of technical management, from mentoring interns to working with the senior staff. You ll get actionable advice for approaching various obstacles in your path, whether you re a new manager, a mentor, or a more experienced leader looking for fresh advice. Pick up this book and learn how to become a better manager and leader in your organization. * Discover how to manage small teams and large/multi-level teams * Understand how to build and bootstrap a unifying culture in teams * Deal with people problems and learn how to mentor other managers and new leaders * Learn how to manage yourself: avoid common pitfalls that challenge many leaders * Obtain several practices that you can incorporate and practice along the way

Agile Web Development with Rails: A Pragmatic Guide


Dave Thomas - 2005
    A full Rails application probably has less total code than the XML you'd need to configure the same application in other frameworks. With this book you'll learn how to use "ActiveRecord" to connect business objects and database tables. No more painful object-relational mapping. Just create your business objects and let Rails do the rest. You'll learn how to use the "Action Pack" framework to route incoming requests and render pages using easy-to-write templates and components. See how to exploit the Rails service frameworks to send emails, implement web services, and create dynamic, user-centric web-pages using built-in Javascript and Ajax support. There are extensive chapters on testing, deployment, and scaling. You'll see how easy it is to install Rails using your web server of choice (such as Apache or lighttpd) or using its own included web server. You'll be writing applications that work with your favorite database (MySQL, Oracle, Postgres, and more) in no time at all. You'll create a complete online store application in the extended tutorial section, so you'll see how a full Rails application is developed---iteratively and rapidly. Rails strives to honor the Pragmatic Programmer's "DRY Principle" by avoiding the extra work of configuration files and code annotations. You can develop in real-time: make a change, and watch it work immediately. Forget XML. Everything in Rails, from templates to control flow to business logic, is written in Ruby, the language of choice for programmers who like to get the job done well (and leave work ontime for a change). Rails is the framework of choice for the new generation of Web 2.0 developers. Agile Web Development with Rails is the book for that generation, written by Dave Thomas (Pragmatic Programmer and author of Programming Ruby) and David Heinemeier Hansson, who created Rails.

The Effective Engineer: How to Leverage Your Efforts In Software Engineering to Make a Disproportionate and Meaningful Impact


Edmond Lau - 2015
    I'm going to share that mindset with you — along with hundreds of actionable techniques and proven habits — so you can shortcut those years.Introducing The Effective Engineer — the only book designed specifically for today's software engineers, based on extensive interviews with engineering leaders at top tech companies, and packed with hundreds of techniques to accelerate your career.For two years, I embarked on a quest seeking an answer to one question:How do the most effective engineers make their efforts, their teams, and their careers more successful?I interviewed and collected stories from engineering VPs, directors, managers, and other leaders at today's top software companies: established, household names like Google, Facebook, Twitter, and LinkedIn; rapidly growing mid-sized companies like Dropbox, Square, Box, Airbnb, and Etsy; and startups like Reddit, Stripe, Instagram, and Lyft.These leaders shared stories about the most valuable insights they've learned and the most common and costly mistakes that they've seen engineers — sometimes themselves — make.This is just a small sampling of the hard questions I posed to them:- What engineering qualities correlate with future success?- What have you done that has paid off the highest returns?- What separates the most effective engineers you've worked with from everyone else?- What's the most valuable lesson your team has learned in the past year?- What advice do you give to new engineers on your team? Everyone's story is different, but many of the lessons share common themes.You'll get to hear stories like:- How did Instagram's team of 5 engineers build and support a service that grew to over 40 million users by the time the company was acquired?- How and why did Quora deploy code to production 40 to 50 times per day?- How did the team behind Google Docs become the fastest acquisition to rewrite its software to run on Google's infrastructure?- How does Etsy use continuous experimentation to design features that are guaranteed to increase revenue at launch?- How did Facebook's small infrastructure team effectively operate thousands of database servers?- How did Dropbox go from barely hiring any new engineers to nearly tripling its team size year-over-year? What's more, I've distilled their stories into actionable habits and lessons that you can follow step-by-step to make your career and your team more successful.The skills used by effective engineers are all learnable.And I'll teach them to you. With The Effective Engineer, I'll teach you a unifying framework called leverage — the value produced per unit of time invested — that you can use to identify the activities that produce disproportionate results.Here's a sneak peek at some of the lessons you'll learn. You'll learn how to:- Prioritize the right projects and tasks to increase your impact.- Earn more leeway from your peers and managers on your projects.- Spend less time maintaining and fixing software and more time building and shipping new features.- Produce more accurate software estimates.- Validate your ideas cheaply to reduce wasted work.- Navigate organizational and people-related bottlenecks.- Find the appropriate level of code reviews, testing, abstraction, and technical debt to balance speed and quality.- Shorten your debugging workflow to increase your iteration speed.

The Passionate Programmer


Chad Fowler - 2009
    In this book, you'll learn how to become an entrepreneur, driving your career in the direction of your choosing. You'll learn how to build your software development career step by step, following the same path that you would follow if you were building, marketing, and selling a product. After all, your skills themselves are a product. The choices you make about which technologies to focus on and which business domains to master have at least as much impact on your success as your technical knowledge itself--don't let those choices be accidental. We'll walk through all aspects of the decision-making process, so you can ensure that you're investing your time and energy in the right areas. You'll develop a structured plan for keeping your mind engaged and your skills fresh. You'll learn how to assess your skills in terms of where they fit on the value chain, driving you away from commodity skills and toward those that are in high demand. Through a mix of high-level, thought-provoking essays and tactical "Act on It" sections, you will come away with concrete plans you can put into action immediately. You'll also get a chance to read the perspectives of several highly successful members of our industry from a variety of career paths. As with any product or service, if nobody knows what you're selling, nobody will buy. We'll walk through the often-neglected world of marketing, and you'll create a plan to market yourself both inside your company and to the industry in general. Above all, you'll see how you can set the direction of your career, leading to a more fulfilling and remarkable professional life.

A Theory of Fun for Game Design


Raph Koster - 2004
    It features a novel way of teaching interactive designers how to create and improve their designs to incorporate the highest degree of fun. As the book shows, designing for fun is all about making interactive products like games highly entertaining, engaging, and addictive. The book's unique approach of providing a highly visual storyboard approach combined with a narrative on the art and practice of designing for fun is sure to be a hit with game and interactive designers.At first glance A Theory of Fun for Game Design is a book that will truly inspire and challenge game designers to think in new ways; however, its universal message will influence designers from all walks of life. This book captures the real essence of what drives us to seek out products and experiences that are truly fun and entertaining. The author masterfully presents his engaging theory by showing readers how many designs are lacking because they are predictable and not engaging enough. He then explains how great designers use different types of elements in new ways to make designs more fun and compelling. Anyone who is interested in design will enjoy how the book works on two levels--as a quick inspiration guide to game design, or as an informative discussion that details the insightful thinking from a great mind in the game industry.

Lex & Yacc


John R. Levine - 1990
    These tools help programmers build compilers and interpreters, but they also have a wider range of applications.The second edition contains completely revised tutorial sections for novice users and reference sections for advanced users. This edition is twice the size of the first and has an expanded index.The following material has been added:Each utility is explained in a chapter that covers basic usage and simple, stand-alone applications How to implement a full SQL grammar, with full sample code Major MS-DOS and Unix versions of lex and yacc are explored in depth, including AT&T lex and yacc, Berkeley yacc, Berkeley/GNU Flex, GNU Bison, MKS lex and yacc, and Abraxas PCYACC

Jumpstart Your Creativity: 10 Jolts to Get Creative and Stay Creative (Jumpstart Series)


Steven Rowell - 2013
     This fun lighthearted and easy to read book will give you 10 Jolts to reawaken and tap into your innate creativity in order to be more successful at work and in your personal life. In this book, you will learn the tools techniques and methods for getting and staying creative in a competitive world. "Jumpstart Your Creativity gives you proven specific effective tools and great tips to use, to both generate ideas and evaluate them effectively. Are you ready to tap into your creativity?  This book will show you how, and you will be amazed at the results!  "Are you creative? Do you want to be more creative in your business and personal life?  Everyone has the ability to be creative. This fun lighthearted and easy to read book will give you 10 Jolts to reawaken and tap into your innate creativity in order to be more successful at work and in your personal life.

19 High-Impact Study Hacks: Learn the Techniques Top Students Use To Get Amazing Grades & Cut Study Time in Half


Richard Glenn - 2014
     It wasn’t because they weren’t smart, talented people. They were. The problem was that in all of their years of school, no one had taken the time to teach them how to learn things efficiently. I want to change that. Because here’s a secret… If you study correctly, not only is it MUCH less work, but you’ll also get WAY better grades (and perhaps even have a bit of fun). Take it from me… I have two bachelor’s degrees and a master’s degree. While I was getting my master’s degree, I had three jobs. And let me tell you something: if you have three jobs while you’re getting a master’s degree, you are virtually forced to come up with some study hacks or you’ll go insane! I was also a college instructor for many years, and during that time, I was working as a professional tutor. All told, I’ve coached hundreds and hundreds of students into better grades. Now I want to teach you. What will you learn? Discover how to cut study time in HALF. Who really likes to study? Not me! Luckily, you probably don’t have to be studying nearly as much as you probably are right now. Because here’s a secret: the top students don’t study as much. They just study more effectively. Understand the MINDSET of an ultra-successful student. There are tons of different study strategies out there. However… Most of those strategies can’t be applied to everyone. Want to know why? Because studying isn’t about flash cards or formulas or any other “tip”. Studying the right way is a whole different type of approach. It’s a WAY of learning, remembering, and interacting. Even more than that, studying the right way includes a lot more than just preparing for tests. There are social, biological and psychological elements to it. To really study like an A+ student, you have to change the way you THINK about school. Learn 19 study habits that will totally reshape how you think about school. Here are just a few of the things you’ll learn. How to write papers in half the time Why you shouldn’t take notes in class The best way to talk to your professors What you should eat before a test How thinking dirty thoughts can help you learn Why everything you’ve been told about Wikipedia is wrong When you should be reading (hint: it’s not after class) How professors grade you Why your body loves to learn when it’s tired Exactly how many sources it takes to write a killer paper And much, much more! And guys… these only take FIVE minutes.

Essential Scrum: A Practical Guide to the Most Popular Agile Process


Kenneth S. Rubin - 2012
    Leading Scrum coach and trainer Kenny Rubin illuminates the values, principles, and practices of Scrum, and describes flexible, proven approaches that can help you implement it far more effectively. Whether you are new to Scrum or years into your use, this book will introduce, clarify, and deepen your Scrum knowledge at the team, product, and portfolio levels. Drawing from Rubin's experience helping hundreds of organizations succeed with Scrum, this book provides easy-to-digest descriptions enhanced by more than two hundred illustrations based on an entirely new visual icon language for describing Scrum's roles, artifacts, and activities. Essential Scrum will provide every team member, manager, and executive with a common understanding of Scrum, a shared vocabulary they can use in applying it, and practical knowledge for deriving maximum value from it.