Resume Magic: Trade Secrets of a Professional Resume Writer


Susan Britton Whitcomb - 1998
    Explains all the ?nuts and bolts? of r?sum? creation and illustrates professional techniques with actual examples that show why the techniques work.

Perl Best Practices: Standards and Styles for Developing Maintainable Code


Damian Conway - 2005
    They aren't conscious of all the choices they make, like how they format their source, the names they use for variables, or the kinds of loops they use. They're focused entirely on problems they're solving, solutions they're creating, and algorithms they're implementing. So they write code in the way that seems natural, that happens intuitively, and that feels good.But if you're serious about your profession, intuition isn't enough. Perl Best Practices author Damian Conway explains that rules, conventions, standards, and practices not only help programmers communicate and coordinate with one another, they also provide a reliable framework for thinking about problems, and a common language for expressing solutions. This is especially critical in Perl, because the language is designed to offer many ways to accomplish the same task, and consequently it supports many incompatible dialects.With a good dose of Aussie humor, Dr. Conway (familiar to many in the Perl community) offers 256 guidelines on the art of coding to help you write better Perl code--in fact, the best Perl code you possibly can. The guidelines cover code layout, naming conventions, choice of data and control structures, program decomposition, interface design and implementation, modularity, object orientation, error handling, testing, and debugging.They're designed to work together to produce code that is clear, robust, efficient, maintainable, and concise, but Dr. Conway doesn't pretend that this is the one true universal and unequivocal set of best practices. Instead, Perl Best Practices offers coherent and widely applicable suggestions based on real-world experience of how code is actually written, rather than on someone's ivory-tower theories on how software ought to be created.Most of all, Perl Best Practices offers guidelines that actually work, and that many developers around the world are already using. Much like Perl itself, these guidelines are about helping you to get your job done, without getting in the way.Praise for Perl Best Practices from Perl community members:"As a manager of a large Perl project, I'd ensure that every member of my team has a copy of Perl Best Practices on their desk, and use it as the basis for an in-house style guide." -- Randal Schwartz"There are no more excuses for writing bad Perl programs. All levels of Perl programmer will be more productive after reading this book." -- Peter Scott"Perl Best Practices will be the next big important book in the evolution of Perl. The ideas and practices Damian lays down will help bring Perl out from under the embarrassing heading of "scripting languages". Many of us have known Perl is a real programming language, worthy of all the tasks normally delegated to Java and C++. With Perl Best Practices, Damian shows specifically how and why, so everyone else can see, too." -- Andy Lester"Damian's done what many thought impossible: show how to build large, maintainable Perl applications, while still letting Perl be the powerful, expressive language that programmers have loved for years." -- Bill Odom"Finally, a means to bring lasting order to the process and product of real Perl development teams." -- Andrew Sundstrom"Perl Best Practices provides a valuable education in how to write robust, maintainable P

Explore It!: Reduce Risk and Increase Confidence with Exploratory Testing


Elisabeth Hendrickson - 2012
    Rather than designing all tests in advance, explorers design and execute small, rapid experiments. In this book, you'll learn how to analyze software to discover key points of vulnerability, how to design experiments on the fly, how to hone your observation skills, and how to focus your efforts.You'll start by crafting charters to guide your exploration. Then you'll vary interactions, sequences, data, timing, and configurations. You'll incorporate analysis techniques such as state modeling, data modeling, and defining context diagrams. Finally, you'll apply the skills and techniques in a variety of contexts and integrate exploration into the development cycle from the beginning.You can apply the techniques in this book to any kind of software to discover its capabilities, limitations, and risks.

Game Programming Patterns


Robert Nystrom - 2011
    Commercial game development expert Robert Nystrom presents an array of general solutions to problems encountered in game development. For example, you'll learn how double-buffering enables a player to perceive smooth and realistic motion, and how the service locator pattern can help you provide access to services such as sound without coupling your code to any particular sound driver or sound hardware. Games have much in common with other software, but also a number of unique constraints. Some of the patterns in this book are well-known in other domains of software development. Other of the patterns are unique to gaming. In either case, Robert Nystrom bridges from the ivory tower world of software architecture to the in-the-trenches reality of hardcore game programming. You'll learn the patterns and the general problems that they solve. You'll come away able to apply powerful and reusable architectural solutions that enable you to produce higher quality games with less effort than before. Applies classic design patterns to game programming. Introduces new patterns specific to game programming. Brings abstract software architecture down to Earth with approachable writing and an emphasis on simple code that shows each pattern in practice. What you'll learn Overcome architectural challenges unique to game programming Apply lessons from the larger software world to games. Tie different parts of a game (graphics, sound, AI) into a cohesive whole. Create elegant and maintainable architecture. Achieve good, low-level performance. Gain insight into professional, game development. Who this book is forGame Programming Patterns is aimed at professional game programmers who, while successful in shipping games, are frustrated at how hard it sometimes is to add and modify features when a game is under development. Game Programming Patterns shows how to apply modern software practices to the problem of game development while still maintaining the blazing-fast performance demanded by hard-core gamers. Game Programming Patterns also appeals to those learning about game programming in their spare time. Hobbyists and aspiring professionals alike will find much to learn in this book about pathfinding, collision detection, and other game-programming problem domains.

Etsy Empire: Proven Tactics for Your Etsy Business Success, Including Etsy SEO, Etsy Shop Building, Social Media for Etsy and Etsy Pricing Tips


Eric Michael - 2014
    Etsy Empire is the first book to provide instruction on all aspects of building a successful Etsy business selling crafts and vintage collectibles.Complete primers on internet selling often cost in excess of $50. After all, why would a successful Etsy shop owner give other competitors instructions on exactly how to build the most profitable shop in their own niches? They wouldn't, right?Well, I was a successful Etsy seller for years, but I moved on to providing help for aspiring online business owners, so I have no reservations about telling you exactly how to sell more items on Etsy and build an Etsy shop that will provide you consistent paychecks and grow over time. Etsy Empire offers a unique combination of the most important Etsy tips for building your business:1. Build your brand. This is the most important task for Etsy sellers.2. Determine demand for your potential business for free.3. Learn how to double or triple traffic to your shop and sales items with Etsy SEO and Google SEO4. Use Pinterest, Facebook and Twitter to sell more items and engage your shop's fans - Social Media for Etsy5. Learn how to sell crafts and vintage collectibles on Etsy6. Etsy tips for packaging and shipping7. Learn valuable tips for improving Etsy photography and how to make your item descriptions convert into sales8. Etsy 101 - learn how to start your business from scratch and build into a successful online business9. Learn how to network with other successful Etsy shop owners10. How to design a great Etsy shop - create a professional shop banner, shop name and avatar

Computer Systems: A Programmer's Perspective


Randal E. Bryant - 2002
    Often, computer science and computer engineering curricula don't provide students with a concentrated and consistent introduction to the fundamental concepts that underlie all computer systems. Traditional computer organization and logic design courses cover some of this material, but they focus largely on hardware design. They provide students with little or no understanding of how important software components operate, how application programs use systems, or how system attributes affect the performance and correctness of application programs. - A more complete view of systems - Takes a broader view of systems than traditional computer organization books, covering aspects of computer design, operating systems, compilers, and networking, provides students with the understanding of how programs run on real systems. - Systems presented from a programmers perspective - Material is presented in such a way that it has clear benefit to application programmers, students learn how to use this knowledge to improve program performance and reliability. They also become more effective in program debugging, because t

The Invisible Computer: Why Good Products Can Fail, the Personal Computer Is So Complex, and Information Appliances Are the Solution


Donald A. Norman - 1998
    Alas, the computer industry thinks it is still in its rebellious teenage years, exulting in technical complexity. Customers want change. They are ready for products that offer convenience, ease of use, and pleasure. The technology should be invisible, hidden from sight.In this book, Norman shows why the computer is so difficult to use and why this complexity is fundamental to its nature. The only answer, says Norman, is to start over again, to develop information appliances that fit people's needs and lives. To do this companies must change the way they develop products. They need to start with an understanding of people: user needs first, technology last--the opposite of how things are done now.

Testing Computer Software


Cem Kaner - 1987
    The authors have all been test managers and software development managers at well-known Silicon Valley software companies. Successful consumer software companies have learned how to produce high-quality products under tight time and budget constraints. The book explains the testing side of that success.Who this book is for:* Testers and Test Managers* Project Managers-Understand the timeline, depth of investigation, and quality of communication to hold testers accountable for.* Programmers-Gain insight into the sources of errors in your code, understand what tests your work will have to pass, and why testers do the things they do.* Students-Train for an entry-level position in software development.What you will learn:* How to find important bugs quickly* How to describe software errors clearly* How to create a testing plan with a minimum of paperwork* How to design and use a bug-tracking system* Where testing fits in the product development process* How to test products that will be translated into other languages* How to test for compatibility with devices, such as printers* What laws apply to software quality

How to Differentiate Instruction in Mixed-Ability Classrooms


Carol Ann Tomlinson - 1995
    Tomlinson shows how to use students' readiness levels, interests, and learning profiles to address student diversity.

UNIX and Linux System Administration Handbook


Evi Nemeth - 2010
    This is one of those cases. The UNIX System Administration Handbook is one of the few books we ever measured ourselves against." -From the Foreword by Tim O'Reilly, founder of O'Reilly Media "This book is fun and functional as a desktop reference. If you use UNIX and Linux systems, you need this book in your short-reach library. It covers a bit of the systems' history but doesn't bloviate. It's just straightfoward information delivered in colorful and memorable fashion." -Jason A. Nunnelley"This is a comprehensive guide to the care and feeding of UNIX and Linux systems. The authors present the facts along with seasoned advice and real-world examples. Their perspective on the variations among systems is valuable for anyone who runs a heterogeneous computing facility." -Pat Parseghian The twentieth anniversary edition of the world's best-selling UNIX system administration book has been made even better by adding coverage of the leading Linux distributions: Ubuntu, openSUSE, and RHEL. This book approaches system administration in a practical way and is an invaluable reference for both new administrators and experienced professionals. It details best practices for every facet of system administration, including storage management, network design and administration, email, web hosting, scripting, software configuration management, performance analysis, Windows interoperability, virtualization, DNS, security, management of IT service organizations, and much more. UNIX(R) and Linux(R) System Administration Handbook, Fourth Edition, reflects the current versions of these operating systems: Ubuntu(R) LinuxopenSUSE(R) LinuxRed Hat(R) Enterprise Linux(R)Oracle America(R) Solaris(TM) (formerly Sun Solaris)HP HP-UX(R)IBM AIX(R)

How To Take Great Notes Quickly And Easily: A Very Easy Guide (30 Minute Read) (The Learning Development Book Series 8)


John Connelly - 2013
    Written in easy to read language, and packed with practical, easily applied tips, this eBook contains everything you need to know to take great notes.To make sure you get the most value for money possible I've also included the FREE eBook: "How to Study: 20 Tips". It contains my best best advice on time management, goal setting and how to get the best grades with the least effort. It's advice that also transfers brilliantly well to professionals, the self employed and anyone working toward mastery of a given field.

Introduction to Algorithms


Thomas H. Cormen - 1989
    Each chapter is relatively self-contained and can be used as a unit of study. The algorithms are described in English and in a pseudocode designed to be readable by anyone who has done a little programming. The explanations have been kept elementary without sacrificing depth of coverage or mathematical rigor.

Implementing Responsive Design: Building Sites for an Anywhere, Everywhere Web


Tim Kadlec - 2012
    Browsers iterate at a remarkable pace. Faced with this volatile landscape we can either struggle for control or we can embrace the inherent flexibility of the web.Responsive design is not just another technique—it is the beginning of the maturation of a medium and a fundamental shift in the way we think about the web.Implementing Responsive Design is a discussion about how this affects the way we design, build, and think about our sites. Readers will learn how to:- Build responsive sites using a combination of fluid layouts, media queries and fluid media- Adopt a responsive workflow from the very start of a project- Enhance content for different devices- Use feature-detection and server-side enhancement to provide a richer experience

Emotional Intelligence Training: A Practical Guide to Making Friends with Your Emotions and Raising Your EQ (Positive Psychology Coaching Series Book 8)


Ian Tuhovsky - 2015
    Or, more importantly: do you believe you'd be healthier and happier if everyone who you live with had the strategies to regulate their emotions? ...right? The truth is not too many people actually realize what EQ is really all about and what causes its popularity to grow constantly. Scientific research conducted by many American and European Universities prove that the ‘common’ intelligence responses account for only less than 20% of our life achievements and successes, while the other more than 80% depends on the emotional intelligence. To put it roughly: either you are emotionally intelligent, or you’re doomed to mediocrity, at best. As opposed to the popular image, emotionally intelligent people are not the ones who react impulsively and spontaneously, or who act lively and fiery in all types of social environments. Emotionally intelligent people are open to new experiences, can show feelings adequate to the situation, either good or bad, and find it easy to socialize with other people and establish new contacts. They handle stress well, say ‘no’ easily, realistically assess the achievements of themselves or others, and are not afraid of constructive criticism and taking calculated risks. They are the people of success. Unfortunately, this perfect model of an emotionally intelligent person is extremely rare in our modern times. Sadly nowadays, the amount of emotional problems in the world is increasing at an alarming rate. We are getting richer, but less and less happy. Depression, suicide, relationship breakdowns, loneliness of choice, fear of closeness, addictions - this is the clear evidence we are getting increasingly worse when it comes to dealing with our emotions. Emotional Intelligence is a SKILL, and can be learned through constant practice and training, just like riding a bike or swimming! This book is stuffed with lots of effective exercises, helpful info and practical ideas. Every chapter covers different areas of emotional intelligence and shows you, step by step, what exactly you can do to develop your EQ and become the better version of yourself. I will show you how freeing yourself from the domination of the left-sided brain thinking can contribute to your inner transformation – the emotional revolution that will help you redefine who you are and what you really want from life. In This Book I'll Show You: -What Is Emotional Intelligence and What Does EQ Consist Of? -How to Observe and Express your Emotions -How to Release Negative Emotions and Empower the Positive Ones -How To Deal With Your Internal Dialogues -How To Deal With The Past -How to Forgive Yourself and How to Forgive Others -How to Free Yourself from Other People’s Opinions and Judgments -What Are "Submodalities" and How Exactly You Can Use Them to Empower Yourself and Get Rid of Stress -The Nine Things You Need to Stop Doing to Yourself -How to Examine Your Thoughts -Internal Conflicts Troubleshooting Technique -The Lost A

Think Stats


Allen B. Downey - 2011
    This concise introduction shows you how to perform statistical analysis computationally, rather than mathematically, with programs written in Python.You'll work with a case study throughout the book to help you learn the entire data analysis process—from collecting data and generating statistics to identifying patterns and testing hypotheses. Along the way, you'll become familiar with distributions, the rules of probability, visualization, and many other tools and concepts.Develop your understanding of probability and statistics by writing and testing codeRun experiments to test statistical behavior, such as generating samples from several distributionsUse simulations to understand concepts that are hard to grasp mathematicallyLearn topics not usually covered in an introductory course, such as Bayesian estimationImport data from almost any source using Python, rather than be limited to data that has been cleaned and formatted for statistics toolsUse statistical inference to answer questions about real-world data