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.

Believing Again: A Tale of Two Christmases


Martin Crosbie - 2013
    James proposes to her and promises that they’ll have lots of Christmases together. When Stephen returns home after serving overseas all he wants is to spend Christmas with his new wife, Myra. All he can think about is her touch, her warmth. A compelling story of two couples, traveling their separate paths, building their lives together, until one day a secret is revealed that changes all of their lives. And, afterward, nothing will ever be the same again. Believing Again: A Tale of two Christmases is a heart-warming tale of love, commitment, family, and, of course, Christmas.

Killer Quotes: Quotes from Serial Killers


Hadness Fontenot - 2015
     Some said much while others said little . . . very little.

Security+ Guide to Network Security Fundamentals


Mark Ciampa - 2004
    The book covers all of the new CompTIA Security+ 2008 exam objectives and maps to the new Security+ 2008 exam. This updated edition features many all-new topics, including topics new to the CompTIA exams like cross site scripting, SQL injection, rootkits, and virtualization, as well as topics of increasing importance in the industry as a whole, like the latest breeds of attackers, Wi-Fi Protected Access 2, and Microsoft Windows Vista security.

Scouting on Two Continents


Frederick Russell Burnham - 1926
     Born on a Dakota Sioux reservation he was taught the ways of the Native Americans from as soon as he could walk. At the tender age of fourteen, having had little formal education, he was supporting himself and learning from some of the last cowboys and frontiersmen of the Old West. These lessons would pay dividend in his later life, first as a tracker for the United States Army in the Apache Wars and later as a scout for the British Army in the Matebele Wars in Southern Africa. Frederick Burnham Russell was a remarkable figure who revolutionized the art of scouting in both the British and United States armies. Indeed his influence would lead his friend, Robert Baden-Powell, to begin the international Scouting Movement. In Scouting on Two Continents Burnham records the details of his brilliant life in fascinating detail and provides insight into the life of an unique adventurer in the late nineteenth and early twentieth centuries. “Burnham in real life is more interesting than any of my heroes of romance.” Rider Haggard “Burnham is a most delightful companion ... amusing, interesting, and most instructive. Having seen service against the Red Indians he brings quite a new experience to bear on the Scouting work here. And while he talks away there’s not a thing escapes his quick roving eye, whether it is on the horizon or at his feet.” Robert Baden-Powell Frederick Burnham Russell has been described as the “Father of Scouting.” He fought in the Pleasant Valley War, Apache Wars, the First and Second Matabele Wars as well as the Second Boer War. His book Scouting on Two Continents was first published in 1926. He passed away in 1947.

Professional PHP Programming


Sascha Schumann - 1999
    PHP is a server-side, HTML-embedded scripting language. It is an open source technology, rapidly gaining popularity as a scripting language for people running dynamic websites. One of its major attractions over Perl, JavaScript and other scripting languages is that PHP has a built-in database integration layer and seamless IP connectivity, with LDAP and TCP as well as the IMAP mail interface. Features; Real world, practical experience and techniques From installation and configuration of the PHP engine to advanced dynamic application design Definitive coverage of core PHP language and database addressing: MySQL is covered in depth. Practical e-commerce and business scripting including database application development, together with PHP and XML applications. LDAP connectivity addressed.

Pearls of Functional Algorithm Design


Richard S. Bird - 2010
    These 30 short chapters each deal with a particular programming problem drawn from sources as diverse as games and puzzles, intriguing combinatorial tasks, and more familiar areas such as data compression and string matching. Each pearl starts with the statement of the problem expressed using the functional programming language Haskell, a powerful yet succinct language for capturing algorithmic ideas clearly and simply. The novel aspect of the book is that each solution is calculated from an initial formulation of the problem in Haskell by appealing to the laws of functional programming. Pearls of Functional Algorithm Design will appeal to the aspiring functional programmer, students and teachers interested in the principles of algorithm design, and anyone seeking to master the techniques of reasoning about programs in an equational style.

Head First iphone Development: A Learner's Guide to Creating Objective-C Applications for the Iphone


Dan Pilone - 2009
    Where do you begin? Head First iPhone Development will help you get your first application up and running in no time. You'll quickly learn to use iPhone SDK tools, including Interface Builder and Xcode, and master Objective-C programming principles that will make your app stand out. It's a complete learning experience for creating eye-catching, top-selling iPhone applications.Put Objective-C core concepts to work, including message passing, protocols, properties, and memory managementTake advantage of iPhone patterns such as datasources and delegatesPreview your applications in the iPhone SimulatorBuild complicated interactions that utilize multiple views, data entry/editing, and iPhone rotationWork with iPhone's camera, GPS, and accelerometerOptimize, test, and distribute your applicationWe think your time is too valuable to waste struggling with new concepts. Using the latest research in cognitive science and learning theory to craft a multi-sensory learning experience, Head First iPhone Development provides a visually-rich format designed for the way your brain works, not a text-heavy approach that puts you to sleep.

Cassandra: The Definitive Guide


Eben Hewitt - 2010
    Cassandra: The Definitive Guide provides the technical details and practical examples you need to assess this database management system and put it to work in a production environment.Author Eben Hewitt demonstrates the advantages of Cassandra's nonrelational design, and pays special attention to data modeling. If you're a developer, DBA, application architect, or manager looking to solve a database scaling issue or future-proof your application, this guide shows you how to harness Cassandra's speed and flexibility.Understand the tenets of Cassandra's column-oriented structureLearn how to write, update, and read Cassandra dataDiscover how to add or remove nodes from the cluster as your application requiresExamine a working application that translates from a relational model to Cassandra's data modelUse examples for writing clients in Java, Python, and C#Use the JMX interface to monitor a cluster's usage, memory patterns, and moreTune memory settings, data storage, and caching for better performance

A Guide to the Project Management Body of Knowledge (PMBOK® Guide)


Project Management Institute - 1995
    This internationally recognized standard provides the essential tools to practice project management and deliver organizational results.

The Joy of Clojure


Michael Fogus - 2010
    It combines the nice features of a scripting language with the powerful features of a production environment—features like persistent data structures and clean multithreading that you'll need for industrial-strength application development.The Joy of Clojure goes beyond just syntax to show you how to write fluent and idiomatic Clojure code. You'll learn a functional approach to programming and will master Lisp techniques that make Clojure so elegant and efficient. The book gives you easy access to hard soft ware areas like concurrency, interoperability, and performance. And it shows you how great it can be to think about problems the Clojure way. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book. What's InsideThe what and why of ClojureHow to work with macrosHow to do elegant application designFunctional programming idiomsWritten for programmers coming to Clojure from another programming background—no prior experience with Clojure or Lisp is required.

Sciatica: Low Back Pain Relief Once and For All (Super Spine)


Sean Sumner - 2014
    He work closely with primary care physicians, spine surgeons, pain management physicians, and physiatrists in developing plans for patients with pain and other disabilities related to the spine. This book is for anyone who is currently suffering from sciatica or has suffered from sciatica in the past. It is for people that want real world solutions for their sciatica, based off clinical practice. In this book I will teach you how to understand which positions and movements may cause pain, and which ones will help alleviate pain. I will also share with you what you can start doing at home today to decrease your pain, including when to use heat vs. cold, what types of exercises are right for you, and how to lift and move to protect your back for the future. Most of all, I will provide important information for you, to ensure you are educated when you meet with your doctor or physical therapist to discuss diagnosis and treatment. This will allow you to work together as a team to come to the right treatment solution for your body. Once you understand what is going on and why you are having this pain, you will be better equipped to choose the right plan and be empowered to advocate for yourself.

Develop Your Leadership Skills


John Adair - 2007
    Full of exercises and checklists, "Develop Your Leadership Skills" provides the tools to recognize and develop leadership qualities, acquire personal authority and master core leadership functions, including planning, communicating and motivating. Suitable for anyone who wishes to improve their leadership skills, this guide distills the essence of Adair's teaching and offers a framework for becoming an effective leader.

Starting Out with C++: Early Objects (Formerly Alternate Edition)


Tony Gaddis - 2005
    Objects are introduced early, right after control structures and before arrays and pointers. The STL string class is used throughout. As with all Gaddis books, there is a strong emphasis on problem solving and program design, a careful step-by-step introduction of each new topic, clear and easy to read code listings, concise and practical real world examples, and an abundance of exercises in each chapter.

Sin and Grace in Christian Counseling: An Integrative Paradigm


Mark R. McMinn - 2008
    Grace. Christian Counseling. How do these fit together? In Christian theology sin and grace are intrinsically interconnected. Teacher and counselor Mark McMinn believes that Christian counseling, then, must also take account of both human sin and God's grace. For both sin and grace are distorted whenever one is emphasized without the other. McMinn, noting his own tendencies and the temptation to stereotype different Christian approaches to counseling along this theological divide, aims to help all those preparing for or currently serving in the helping professions. Expounding the proper relationship of sin and grace, McMinn shows how the full truth of the Christian gospel works itself out in the functional, structural and relational domains of an integrative model of psychotherapy.