Book picks similar to
Dart for Hipsters by Chris Strom


0-james-edward-gray-2
pragmatic
programming-gems
bookshelf

Lucky Kunst: The Rise and Fall of Young British Art


Gregor Muir - 2009
    But Gregor Muir knew them at the start; his unique memoir chronicles the birth of Young British Art. Muir, YBA’s ‘embedded journalist’, happened to be in Shoreditch and Hoxton before Jay Jopling arrived with his White Cube Gallery, when this was still a semi-derelict landscape of grotty pubs and squats. There he witnessed, amid a whirl of drunkenness, scrapes and riotous hedonism, the coming-together of a remarkable array of young artists – Hirst, the Chapman brothers, Rachel Whiteread, Sam Taylor-Wood, Angus Fairhurst - who went on to produce a fresh, irreverent, often notorious form of art - Hirst’s shark, Sarah Lucas’s two fried eggs and a kebab. By the time of the seminal Sensation show at the Royal Academy YBA had changed the art world for ever.

Technical Blogging


Antonio Cangiano - 2012
    There is no magic to successful blogging; with this book you'll learn the techniques to attract and keep a large audience of loyal, regular readers and leverage this popularity to achieve your goals. Become more influential and earn extra money by blogging. Whether you want to create a popular technical blog from scratch or take your blog to the next level, this book shows you how. Technical blogging expert Antonio Cangiano shares his extensive expertise with you, sparing no details and laying out a complete step by step road map to help you plan, create, market, monetize, and grow your own popular blog. Antonio will guide you through all the choices you have to make in setting up a successful blog, teach you the key things you need to know to write blog posts that get read, and give you the tools to produce content regularly You'll learn how to promote your blog, understand traffic statistics, and build a community. And once you've built it, you'll learn how to benefit from it: advance your career, make money from your blog, use it to promote your products or company, and take advantage of your blog to the fullest. And when your blog takes off, Antonio will show you how to avoid the pitfalls of success.Technical Blogging is the only guide you'll need to create and maintain a successful technical blog.

Drinking Custard: The Diary of a Confused Mum


Lucy Beaumont - 2021
    From TV's award-winning comedy mum, Lucy Beaumont, comes her hilarious debut on the trials and tribulations of motherhood.

The Grim Reaper: The Life and Career of a Reluctant Warrior


Stu Grimson - 2019
    They all grew up dreaming of skating in the big league as stars. Then one day, a coach tells them the only way to make it is to drop the gloves. And every guy says the same thing: I'll do whatever it takes to play in the NHL.Not Stu Grimson, though. When he was offered a contract to patrol the ice for the Calgary Flames, he said no thanks, and went to university instead. And that's the way Grimson has approached his career and his life: on his own terms. He stared down the toughest players on the planet for seventeen years, while working on his first university degree. He retired on his own terms, and went on to practice law, including a stint as in-house counsel for the NHLPA.This has put him in a unique position when it comes to commenting on the game. He's seen it from the trenches, and he's seen it from the courtroom. This puts him in the eye of the storm surrounding fighting and concussions. And he handles that the way he does everything: on his own terms. When Don Cherry called him out on televison, it was the seemingly indominable Cherry who backed down. Hockey fans will be fascinated by his data-driven defence of fighting.But in the end, this is not a book about fighting and locker-room stories. It's the story of a young man who ultimately took on the toughest role in pro sports and came out the other side. Where many others have not.

The Past Present and Future of JavaScript


Axel Rauschmayer - 2012
    Now, hopes and expectations for JavaScript’s future are considerable.In this insightful report, Dr. Axel Rauschmayer explains how the combination of several technologies and opportunities in the past 15 years turned JavaScript’s fortunes. With that as a backdrop, he provides a detailed look at proposed new features and fixes in the next version, ECMAScript.next, and then presents his own JavaScript wish list—such as an integrated IDE.

Connecting with the Angels Made Easy: How to See, Hear and Feel Your Angels


Kyle Gray - 2018
    He discovered his spiritual gift at the tender age of four and now dedicates his life to helping others tune in to their own intuitive talents. In this book, Kyle teaches readers how to connect with the angels and bring their divine, loving presence into all areas of life for powerful transformations. You will learn:• how to connect to your own guardian angel• how to see, hear and feel the presence of the angels• ways to communicate with the angels and powerful methods to seek their help• how to receive messages from the angels and truly trust their guidance• the different types of angels and their role in each area of your lifeThis title was previously published as Angels (Hay House Basics series).

New Programmer's Survival Manual


Joshua Carter - 2011
    You've got the programming chops, you're up on the latest tech, you're sitting at your workstation... now what? New Programmer's Survival Manual gives your career the jolt it needs to get going: essential industry skills to help you apply your raw programming talent and make a name for yourself. It's a no-holds-barred look at what really goes on in the office--and how to not only survive, but thrive in your first job and beyond. Programming at industry level requires new skills - you'll build programs that dwarf anything you've done on your own. This book introduces you to practices for working on large-scale, long-lived programs at a professional level of quality. You'll find out how to work efficiently with your current tools, and discover essential new tools. But the tools are only part of the story; you've got to get street-smart too. Succeeding in the corporate working environment requires its own savvy. You'll learn how to navigate the office, work with your teammates, and how to deal with other people outside of your department. You'll understand where you fit into the big picture and how you contribute to the company's success. You'll also get a candid look at the tougher aspects of the job: stress, conflict, and office politics. Finally, programming is a job you can do for the long haul. This book helps you look ahead to the years to come, and your future opportunities--either as a programmer or in another role you grow into. There's nothing quite like the satisfaction of shipping a product and knowing, "I built that." Whether you work on embedded systems or web-based applications, in trendy technologies or legacy systems, this book helps you get from raw skill to an accomplished professional.

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

Kismet


K.A. Poe - 2014
    Sometimes you get what you ask for.Sixteen-year-old Madison Banner had the perfect life: a good home, great friends, and loving parents. Everything was normal, until she overheard that she had been adopted.After confronting her parents, Madison was left with more questions than what had been answered. Rules were set. She would be told the truth after she graduated -- two years.As Madison pries into the secrets of her heritage, she discovers more than she ever bargained for. Strange things begin to happen. Dreams of a mysterious nightly visitor seem all too real. A power within her awakens. There was more handed down through her DNA than dark hair and purple eyes. She has been given a destiny, whether she wanted it or not.Kismet is the first novel in the follow-up-series to K.A. Poe’s Nevermore, but can be read as a stand-alone series. This novel is approximately 70,000 words in length (340 pages).

Sinatra: Up and Running


Alan Harris - 2011
    With this concise book, you will quickly gain working knowledge of Sinatra and its minimalist approach to building both standalone and modular web applications. Sinatra serves as a lightweight wrapper around Rack middleware, with syntax that maps closely to functions exposed by HTTP verbs, which makes it ideal for web services and APIs. If you have experience building applications with Ruby, you’ll quickly learn language fundamentals and see under-the-hood techniques, with the help of several practical examples. Then you’ll get hands-on experience with Sinatra by building your own blog engine. Learn Sinatra’s core concepts, and get started by building a simple application Create views, manage sessions, and work with Sinatra route definitions Become familiar with the language’s internals, and take a closer look at Rack Use different subclass methods for building flexible and robust architectures Put Sinatra to work: build a blog that takes advantage of service hooks provided by the GitHub API

Pragmatic Guide to Git


Travis Swicegood - 2010
    Git tasks displayed on two-page spreads provide all the context you need, without the extra fluff. Get up to speed on Git right now with Pragmatic Guide to Git. Task-oriented two-page spreads get you up and running with minimal fuss. Each left-hand page dives into the underlying implementation for each task. The right-hand page contains commands that focus on the task at hand, and cross references to other tasks that are related. You'll find what you need fast. Git is rapidly becoming the de-facto standard for the open source community. Its excellent merging capabilities, coupled with its speed and relative ease of use, make it an indispensable tool for any developer. New Git users will learn the basic tasks needed to work with Git every day, including working with remote repositories, dealing with branches and tags, exploring the history, and fixing problems when things go wrong. If you're already familiar with Git, this book will be your go-to reference for Git commands and best practices. You won't find a more practical approach to learning Git than Pragmatic Guide to Git.

The Nude Nutritionist: Stop obsessing about food and never diet again


Lyndi Cohen - 2019
    Learn how to listen to your hunger and calm your mind. Lyndi is one of Australia's most popular dietitians, known as The Nude Nutritionist of Channel 9's TODAY show. She started dieting as a young teenager, unhappy with her growing body, and gave up in misery, having steadily gained weight for more than a decade. Almost by accident she become a mindful and intuitive eater, and along the way she gently lost 20kg. With over 50 deliciously realistic recipes (no 'superfoods' required) you'll also be inspired to eat well to boost your mood and balance your hormones. Change starts today.

Digital Adaptation


Paul Boag - 2014
    That's why we created Digital Adaptation, a new practical book on how to help senior management understand the Web and adapt the business, culture, teams and workflows accordingly. No fluff, no theory — just techniques and strategies that worked in practice, and showed results. The book will help traditional businesses and organizations to overcome their legacy, and help you plant the seeds of change with very little power. If you do want to finally see changes happening, this is the book to grab. Written by Paul Boag. Designed by Veerle Pieters. 176 pages. YOU'LL LEARN TO: • Tackle bureaucracy and overcome legacy culture, • Develop a flexible and effective digital strategy, • Use responsibility matrix to minimize delays and costs, • Adopt a digital culture and become digital by default, • Apply techniques from mid-sized and large organizations, • Avoid toxic working practices and improve internal processes, • Organize teams and boost their efficiency, • Embrace social media and use them effectively, • Understand the value of a digital team and invest in them, • Break down the walls and nourish collaboration, ownership and innovation.

Thinking in JavaScript


Aravind Shenoy - 2014
    Before we delve into the intricacies of JavaScript, we need to know why it is used. While HTML tells your browser how your webpage will look, JavaScript is used for dynamic content and to add functionality. Using this book, you will understand the concept of JavaScript and its use in web designing. You will also have a look at jQuery in general. You will learn about Functions, Operators, the concept of Variables, Conditions and Loops, Arrays, and the basics of jQuery in this book. Instead of wandering through loads of theory, we have used practical examples in this book. The examples in this book are compatible with almost every browser. Instead of using the verbatim code, you can modify the code and see the change in the output thereby understanding the subtle nuances of JavaScript. By the end of the book, with practice, you can achieve better things and get more acquainted with JavaScript.

Last Shop Standing: Whatever Happened to Record Shops?


Graham Jones - 2009
    But an astonishing 540 of them closed down between 2004 and 2008. Last Shop Standing lifts the lid on an industry in tatters. Graham Jones has worked at the heart of record retailing since the golden era of the 1980s. He was there during the years of plenty and has witnessed the tragic decline of a business blighted by corruption and corporate greed. Undertaking a tour of the last remaining independent record shops in Britain, he has collected a wealth of entertaining stories that explain why the best are still standing, and how the worst of them blew it. In telling the tale of the industry's sad decline Graham Jones has unearthed wry anecdotes about dozens of rock stars and music industry figures, including The Beatles, Led Zeppelin, Jimi Hendrix, Queen, David Bowie, The Sex Pistols, Joy Division, Oasis, John Peel and many others. Last Shop Standing is a hilarious yet harrowing account by a man who has been there and sold that. It is a book that will bring a wry smile to the face of anyone who has ever bought a CD or attended a concert, and still has the T-shirt to prove it.