CareerCode


Book Description

The modern job market is ceaselessly expanding as technology and culture changes. Today, there are more than forty thousand different job titles in the United States, each demanding different training, talents, and personalities. With CareerCode: Know Your Code, Find Your Fit, Jan Lowe and Tracy Lungrin have shared a cutting-edge and enlightening process that links personal traits, interests, and work environments to real and practical careers in today's rapidly changing world. This guide can help: • Students wishing to explore career options smartly • Workers in unsatisfying career paths • Retirees seeking a purposeful job or volunteer opportunity • Counselors and life coaches seeking new tools and techniques for their practices • Parents or caring individuals interested in helping a loved one find suitable career choices • Managers, HR professionals, or talent directors looking to learn more about employee job fit The codes explored in this book supply any career seeker with the roadmap to end career gridlock and begin a unique and fulfilling future. Know your code and find your fit!




Clean Code


Book Description

This title shows the process of cleaning code. Rather than just illustrating the end result, or just the starting and ending state, the author shows how several dozen seemingly small code changes can positively impact the performance and maintainability of an application code base.




C++ Coding Standards


Book Description

Consistent, high-quality coding standards improve software quality, reduce time-to-market, promote teamwork, eliminate time wasted on inconsequential matters, and simplify maintenance. Now, two of the world's most respected C++ experts distill the rich collective experience of the global C++ community into a set of coding standards that every developer and development team can understand and use as a basis for their own coding standards. The authors cover virtually every facet of C++ programming: design and coding style, functions, operators, class design, inheritance, construction/destruction, copying, assignment, namespaces, modules, templates, genericity, exceptions, STL containers and algorithms, and more. Each standard is described concisely, with practical examples. From type definition to error handling, this book presents C++ best practices, including some that have only recently been identified and standardized-techniques you may not know even if you've used C++ for years. Along the way, you'll find answers to questions like What's worth standardizing--and what isn't? What are the best ways to code for scalability? What are the elements of a rational error handling policy? How (and why) do you avoid unnecessary initialization, cyclic, and definitional dependencies? When (and how) should you use static and dynamic polymorphism together? How do you practice "safe" overriding? When should you provide a no-fail swap? Why and how should you prevent exceptions from propagating across module boundaries? Why shouldn't you write namespace declarations or directives in a header file? Why should you use STL vector and string instead of arrays? How do you choose the right STL search or sort algorithm? What rules should you follow to ensure type-safe code? Whether you're working alone or with others, C++ Coding Standards will help you write cleaner code--and write it faster, with fewer hassles and less frustration.




What Can She Know?


Book Description

In this lively and accessible book Lorraine Code addresses one of the most controversial questions in contemporary theory of knowledge, a question of fundamental concern for feminist theory as well: Is the sex of the knower epistemologically significant? Responding in the affirmative, Code offers a radical alterantive to mainstream philosophy's terms for what counts as knowledge and how it is to be evaluated. Code first reviews the literature of established epistemologies and unmasks the prevailing assumption in Anglo-American philosophy that "the knower" is a value-free and ideologically neutral abstraction. Approaching knowledge as a social construct produced and validated through critical dialogue, she defines the knower in light of a conception of subjectivity based on a personal relational model. Code maps out the relevance of the particular people involved in knowing: their historical specificity, the kinds of relationships they have, the effects of social position and power on those relationships, and the ways in which knowledge can change both knower and known. In an exploration of the politics of knowledge that mainstream epistemologies sustain, she examines such issues as the function of knowledge in shaping institutions and the unequal distribution of cognitive resources. What Can She Know? will raise the level of debate concerning epistemological issues among philosophers, political and social scientists, and anyone interested in feminist theory.




Code Girls


Book Description

The award-winning New York Times bestseller about the American women who secretly served as codebreakers during World War II--a "prodigiously researched and engrossing" (New York Times) book that "shines a light on a hidden chapter of American history" (Denver Post). Recruited by the U.S. Army and Navy from small towns and elite colleges, more than ten thousand women served as codebreakers during World War II. While their brothers and boyfriends took up arms, these women moved to Washington and learned the meticulous work of code-breaking. Their efforts shortened the war, saved countless lives, and gave them access to careers previously denied to them. A strict vow of secrecy nearly erased their efforts from history; now, through dazzling research and interviews with surviving code girls, bestselling author Liza Mundy brings to life this riveting and vital story of American courage, service, and scientific accomplishment.




The Career Code


Book Description

“They get down to the nitty-gritty of the workplace in twenty-seven ‘life hacks’ . . . (Think: Where Sophia Amoruso’s #Girlboss left you hanging.)” —The Hollywood Reporter In The Career Code, the third book in the smash-hit Who What Wear series, fashion and digital entrepreneurs Katherine Power and Hillary Kerr bring you the Everygirl’s guide for creating your own professional success, on every level, flawlessly. The book is filled with insightful, pragmatic “career codes” to follow, as well as all of the practical, how-to advice they’ve learned while building their company from zero employees in 2006, to the thriving, multibrand, multiplatform, multi-million-dollar company it is today. In this approachable, authoritative, and inspirational book, you will find the most useful and accessible tips and tricks to strategically build your career into exactly what you want it to be, from negotiating your salary to avoiding the biggest mistake most people make when they quit. Chapters include advice on résumé building, dressing for the job you want, and how to effectively communicate at work—even with the most difficult colleagues—all done with the Who What Wear girls’ practical and polished signature style. It gives you total insight into how you can excel at work in every arena, whether you’re just starting your very first job, contemplating switching fields, or finally a boss who’s building her own team. The Career Code also includes over twenty of Hillary and Katherine’s best “life hacks” to ensure your out-of-office life runs just as smoothly as your career. This is the must-have handbook for every woman at every stage of her career, no matter where she sits in the boardroom.




United States Code


Book Description




Code Red


Book Description

Your period has power. Embrace your natural cycle, work with your hormones and connect to the innate feminine wisdom of your menstrual cycle. Your period is way more than PMS, carb cravings and lady rage - it's actually a 4-part lady code that, once cracked, will uncover a series of monthly superpowers that can be used to enhance your relationships with others, build a better business, have incredible sex and create a 'bloody' amazing life. Code Red, from the Creatrix of www.thesassyshe.com, Lisa Lister, is a call to action. A rallying cry that dares you to explore, navigate and most importantly, love your lady landscape. You'll learn how to live and work in complete alignment with the rhythms of nature, the moon and your menstrual cycle, be inspired by insights from Wise + Wild Women like Meggan Watterson, Alexandra Pope and Uma Dinsmore Tuli, and gain access to easy-to-follow strategies and SHE Flow yoga practices. You'll be invited to connect with your true nature as a woman, tap into the transformational power of your innate feminine wisdom and use your menstrual cycle as an ever-unfolding map to crack your lady code.




Code of Ethics for Nurses with Interpretive Statements


Book Description

Pamphlet is a succinct statement of the ethical obligations and duties of individuals who enter the nursing profession, the profession's nonnegotiable ethical standard, and an expression of nursing's own understanding of its commitment to society. Provides a framework for nurses to use in ethical analysis and decision-making.




Refactoring


Book Description

Refactoring is gaining momentum amongst the object oriented programming community. It can transform the internal dynamics of applications and has the capacity to transform bad code into good code. This book offers an introduction to refactoring.