Book picks similar to
Technical Leadership: Dreams, success and unicorns by Giuliana Carullo
leadership
management
self-help
english
HTML and CSS: Design and Build Websites
Jon Duckett - 2011
Joining the professional web designers and programmers are new audiences who need to know a little bit of code at work (update a content management system or e-commerce store) and those who want to make their personal blogs more attractive. Many books teaching HTML and CSS are dry and only written for those who want to become programmers, which is why this book takes an entirely new approach. • Introduces HTML and CSS in a way that makes them accessible to everyone—hobbyists, students, and professionals—and it’s full-color throughout • Utilizes information graphics and lifestyle photography to explain the topics in a simple way that is engaging • Boasts a unique structure that allows you to progress through the chapters from beginning to end or just dip into topics of particular interest at your leisureThis educational book is one that you will enjoy picking up, reading, then referring back to. It will make you wish other technical topics were presented in such a simple, attractive and engaging way!
The Rogue Warriors Strategy for Success
Richard Marcinko - 1997
A former Navy commando provides a guide to personal success, offering aggressive strategies and skills to help readers meet the challenges of business and everyday life.
The Leadership Playbook: Creating a Coaching Culture to Build Winning Business Teams
Nathan Jamail - 2014
Yet many companies and organizations encourage their leaders to coach teams without ever teaching them how and without creating a culture that supports coaching.Nathan Jamail—a leading consultant, professional speaker, and the president of his own group of businesses—trains coaches at several Fortune 500 companies and learned that it takes not only different skills to achieve success, but a truly effective coach needs an organizational culture that creates and multiplies the success of every motivated team member. The Leadership Playbook shows leaders the skills necessary to be an effective coach and to build effective teams by:Fostering employees’ belief in the culture of a companyResolving issues proactively rather than reactively and creating an involvement that constantly pushes employees to be their bestFocusing on the more humane principles of leadership—gratitude, positivity, and recognition—that keep morale highHolding teams and individuals accountableConstantly recruiting talent ("building the bench") rather than filling positions only when they are emptyCombining research, interviews, and inspiring stories with the lessons that have earned Jamail the respect of the world’s foremost corporations including CISCO, FedEx, Sprint, the U.S. Army, and State Farm; The Leadership Playbook will dominate the category for years to come.
Working for You Isn't Working for Me: The Ultimate Guide to Managing Your Boss
Katherine Crowley - 2009
Now they apply their research and insights to the challenges of "toxic bosses." Sooner or later, we all work for someone we can't stand. When that happens, some people quit, some suffer in silence, and others cope by sulking, obsessing, avoiding, or retaliating. But it's better to take control by applying the four-step process in this book: • Detect: Am I crazy or is my boss driving me crazy? • Detach: Accept that you can't change your boss, but you can take back your power. • Depersonalize: Learn to take your supervisor's behavior less personally. • Deal: Devise a plan to get what you need, manage your boss, and move your career forward. Filled with concrete examples, this book will help readers take back their power from even the most challenging bad bosses- chronic critics, yellers, unconscious discriminators, control freaks, pathological liars, and more.
Snakes in Suits: When Psychopaths Go to Work
Paul Babiak - 2006
Now, Dr. Paul Babiak and Dr. Robert D. Hare return with a revised and updated edition of their essential guide.All of us at some point have—or will—come into contact with psychopathic individuals. The danger they present may not be readily apparent because of their ability to charm, deceive, and manipulate. Although not necessarily criminal, their self-serving nature frequently is destructive to the organizations that employ them. So how can we protect ourselves and our organizations in a business climate that offers the perfect conditions for psychopaths to thrive?In Snakes in Suits, Hare, an expert on the scientific study of psychopathy, and Babiak, an industrial and organizational psychologist and a leading authority on the corporate psychopath, examine the role of psychopaths in modern corporations and provide the tools employers can use to avoid and deal with them. Together, they have developed the B-Scan 360, a research tool designed specifically for business professionals.Dr. Babiak and Dr. Hare reveal the secret lives of psychopaths, explain the ways in which they manipulate and deceive, and help you to see through their games. The rapid pace of today’s corporate environment provides the perfect breeding ground for these "snakes in suits" and this newly revised and updated classic gives you the insight, information, and power to protect yourself and your company before it’s too late.
Seven Databases in Seven Weeks: A Guide to Modern Databases and the NoSQL Movement
Eric Redmond - 2012
As a modern application developer you need to understand the emerging field of data management, both RDBMS and NoSQL. Seven Databases in Seven Weeks takes you on a tour of some of the hottest open source databases today. In the tradition of Bruce A. Tate's Seven Languages in Seven Weeks, this book goes beyond your basic tutorial to explore the essential concepts at the core each technology. Redis, Neo4J, CouchDB, MongoDB, HBase, Riak and Postgres. With each database, you'll tackle a real-world data problem that highlights the concepts and features that make it shine. You'll explore the five data models employed by these databases-relational, key/value, columnar, document and graph-and which kinds of problems are best suited to each. You'll learn how MongoDB and CouchDB are strikingly different, and discover the Dynamo heritage at the heart of Riak. Make your applications faster with Redis and more connected with Neo4J. Use MapReduce to solve Big Data problems. Build clusters of servers using scalable services like Amazon's Elastic Compute Cloud (EC2). Discover the CAP theorem and its implications for your distributed data. Understand the tradeoffs between consistency and availability, and when you can use them to your advantage. Use multiple databases in concert to create a platform that's more than the sum of its parts, or find one that meets all your needs at once.Seven Databases in Seven Weeks will take you on a deep dive into each of the databases, their strengths and weaknesses, and how to choose the ones that fit your needs.What You Need: To get the most of of this book you'll have to follow along, and that means you'll need a *nix shell (Mac OSX or Linux preferred, Windows users will need Cygwin), and Java 6 (or greater) and Ruby 1.8.7 (or greater). Each chapter will list the downloads required for that database.
Game of Work, The: How to Enjoy Work as Much as Play
Charles Coonradt - 1999
Since its original printing in 1984, The Game of Work helped thousands of companies and hundreds of thousands of managers and employees experience increased job enjoyment while producing extraordinary results.
Practical Vim: Edit Text at the Speed of Thought
Drew Neil - 2012
It's available on almost every OS--if you master the techniques in this book, you'll never need another text editor. Practical Vim shows you 120 vim recipes so you can quickly learn the editor's core functionality and tackle your trickiest editing and writing tasks. Vim, like its classic ancestor vi, is a serious tool for programmers, web developers, and sysadmins. No other text editor comes close to Vim for speed and efficiency; it runs on almost every system imaginable and supports most coding and markup languages. Learn how to edit text the "Vim way:" complete a series of repetitive changes with The Dot Formula, using one keystroke to strike the target, followed by one keystroke to execute the change. Automate complex tasks by recording your keystrokes as a macro. Run the same command on a selection of lines, or a set of files. Discover the "very magic" switch, which makes Vim's regular expression syntax more like Perl's. Build complex patterns by iterating on your search history. Search inside multiple files, then run Vim's substitute command on the result set for a project-wide search and replace. All without installing a single plugin! You'll learn how to navigate text documents as fast as the eye moves--with only a few keystrokes. Jump from a method call to its definition with a single command. Use Vim's jumplist, so that you can always follow the breadcrumb trail back to the file you were working on before. Discover a multilingual spell-checker that does what it's told.Practical Vim will show you new ways to work with Vim more efficiently, whether you're a beginner or an intermediate Vim user. All this, without having to touch the mouse.What You Need: Vim version 7
Peak: Secrets from the New Science of Expertise
K. Anders Ericsson - 2016
Rest assured that the book is not mere theory. Ericsson's research focuses on the real world, and he explains in detail, with examples, how all of us can apply the principles of great performance in our work or in any other part of our lives."--
Fortune
Anders Ericsson has made a career studying chess champions, violin virtuosos, star athletes, and memory mavens. Peak distills three decades of myth-shattering research into a powerful learning strategy that is fundamentally different from the way people traditionally think about acquiring new abilities. Whether you want to stand out at work, improve your athletic or musical performance, or help your child achieve academic goals, Ericsson's revolutionary methods will show you how to improve at almost any skill that matters to you."The science of excellence can be divided into two eras: before Ericsson and after Ericsson. His groundbreaking work, captured in this brilliantly useful book, provides us with a blueprint for achieving the most important and life-changing work possible: to become a little bit better each day."--Dan Coyle, author of
The Talent Code
"Ericsson's research has revolutionized how we think about human achievement. If everyone would take the lessons of this book to heart, it could truly change the world."--Joshua Foer, author of
Moonwalking with Einstein
Conscious Business: How to Build Value Through Values
Fred Kofman - 2005
Without it, we forget what's important to us and lose sight of the steps we might take to reach those goals. Conscious business, explains Fred Kofman, means shining this awareness on every area of your work: in recognizing the needs of others and expressing your own; in seeing the hidden emotional obstacles that may be holding your team back; in making good decisions under pressure; and even in delving into such spiritual questions as "Who am I?" and "What is my real purpose here?" In Conscious Business, this visionary teacher and consultant to Google, Microsoft, Yahoo! and other leading companies presents the complete training manual in the breakthrough techniques he has shared with over 20,000 executives on four continents.