Book picks similar to
Modeling with Data: Tools and Techniques for Scientific Computing by Ben Klemens
all-stats
code
data-science
digital
AngularJS: Up and Running: Enhanced Productivity with Structured Web Apps
Shyam Seshadri - 2014
By the end of the book, you'll understand how to develop a large, maintainable, and performant application with AngularJS.Guided by two engineers who worked on AngularJS at Google, you'll learn the components needed to build data-driven applications, using declarative programming and the Model-view-controller pattern. You'll also learn how to conduct unit tests on each part of your application.Learn how to use controllers for moving data to and from viewsUnderstand when to use AngularJS services instead of controllersCommunicate with the server to store, fetch, and update data asynchronouslyKnow when to use AngularJS filters for converting data and values to different formatsImplement single-page applications, using ngRoute to select views and navigationDive into basic and advanced directives for creating reusable componentsWrite an end-to-end test on a live version of your entire applicationUse best practices, guidelines, and tools throughout the development cycle
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.
Concurrency in Go: Tools and Techniques for Developers
Katherine Cox-Buday - 2017
If you're a developer familiar with Go, this practical book demonstrates best practices and patterns to help you incorporate concurrency into your systems.Author Katherine Cox-Buday takes you step-by-step through the process. You'll understand how Go chooses to model concurrency, what issues arise from this model, and how you can compose primitives within this model to solve problems. Learn the skills and tooling you need to confidently write and implement concurrent systems of any size.Understand how Go addresses fundamental problems that make concurrency difficult to do correctlyLearn the key differences between concurrency and parallelismDig into the syntax of Go's memory synchronization primitivesForm patterns with these primitives to write maintainable concurrent codeCompose patterns into a series of practices that enable you to write large, distributed systems that scaleLearn the sophistication behind goroutines and how Go's runtime stitches everything together
High Performance Spark: Best Practices for Scaling and Optimizing Apache Spark
Holden Karau - 2017
But if you haven't seen the performance improvements you expected, or still don't feel confident enough to use Spark in production, this practical book is for you. Authors Holden Karau and Rachel Warren demonstrate performance optimizations to help your Spark queries run faster and handle larger data sizes, while using fewer resources.Ideal for software engineers, data engineers, developers, and system administrators working with large-scale data applications, this book describes techniques that can reduce data infrastructure costs and developer hours. Not only will you gain a more comprehensive understanding of Spark, you'll also learn how to make it sing.With this book, you'll explore:How Spark SQL's new interfaces improve performance over SQL's RDD data structureThe choice between data joins in Core Spark and Spark SQLTechniques for getting the most out of standard RDD transformationsHow to work around performance issues in Spark's key/value pair paradigmWriting high-performance Spark code without Scala or the JVMHow to test for functionality and performance when applying suggested improvementsUsing Spark MLlib and Spark ML machine learning librariesSpark's Streaming components and external community packages
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.
Writing An Interpreter In Go
Thorsten Ball - 2016
Monkey has been specifically designed for this book: it's a language that looks a lot like C, has first class functions, closures, strings, hashes and arrays and its only implementation is the one we build in the book.In contrast to text books on interpreters & compilers, the focus of this book is working code. Code is not just found in the appendix -- no, nearly every page contains a snippet! And not only that, but also tests. The code presented in the book is fully tested and the test suite is included.For more information, check out: http://interpreterbook.com/
Java for Dummies [With CDROM]
Barry Burd - 2006
This book makes it easy From how to install and run Java to understanding classes and objects and juggling values with arrays and collections, you will get up to speed on the new features of Java 6 in no time.Discover how toUse object-oriented programmingWork with the changes in Java 6 and JDK 6Save time by reusing codeMix Java and Javascript with the new scripting toolsTroubleshoot code problems and fix bugsAll on the bonus CD-ROMCustom build of JCreator and all the code files used in the bookBonus chapters not included in the bookTrial version of Jindent, WinOne, and NetCaptor freewareSystem Requirements: For details and complete system requirements, see the CD-ROM appendix.Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.
Learning PHP 5
David Sklar - 2004
Offering a gentle learning curve, PHP is an accessible yet powerful language for creating dynamic web pages. As its popularity has grown, PHP's basic feature set has become increasingly more sophisticated. Now PHP 5 boasts advanced features--such as new object-oriented capabilities and support for XML and Web Services--that will please even the most experienced web professionals while still remaining user-friendly enough for those with a lower tolerance for technical jargon.If you've wanted to try your hand at PHP but haven't known where to start, then Learning PHP 5 is the book you need. If you've wanted to try your hand at PHP but haven't known where to start, then Learning PHP 5 is the book you need. With attention to both PHP 4 and the new PHP version 5, it provides everything from a explanation of how PHP works with your web server and web browser to the ins and outs of working with databases and HTML forms. Written by the co-author of the popular PHP Cookbook, this book is for intelligent (but not necessarily highly-technical) readers. Learning PHP 5 guides you through every aspect of the language you'll need to master for professional web programming results. This book provides a hands-on learning experience complete with exercises to make sure the lessons stick.Learning PHP 5 covers the following topics, and more:How PHP works with your web browser and web server PHP language basics, including data, variables, logic and looping Working with arrays and functions Making web forms Working with databases like MySQL Remembering users with sessions Parsing and generating XML DebuggingWritten by David Sklar, coauthor of the PHP Cookbook and an instructor in PHP, this book offers the ideal classroom learning experience whether you're in a classroom or on your own. From learning how to install PHP to designing database-backed web applications, Learning PHP 5 will guide you through every aspect of the language you'll need to master to achieve professional web programming results.
Bearly in Love
Terri Reid - 2014
Newly graduated, she arrived back in her home town to discover that if it wasn’t for bad, she wouldn’t have any luck at all. Her grandmother is in the beginning stages of Alzheimer’s and the financial nest egg her grandfather spent years building has disappeared. When he isn’t kissing her senselessly, the man of her dreams seems to be very much involved with someone else. The only job she can get involves large hairy animals. And, when it comes to fairy godmothers, she’s definitely scraping the bottom of the barrel.
One More Horizon: The Inspiring Story of One Man's Solo Journey Around the World on a Mountain Bike
Scott Zamek - 2017
Dismissing the skeptics, disinterested sponsors, and a woefully inadequate bank account, Scott Zamek resolved to try. Some 25,000 miles and six million pedal revolutions later, Zamek had encountered Bengal tigers, angry mobs, prison and sandstorms, fed on yak, dog meat, and gobs of cow intestines. He had been taken prisoner by the Syrian Secret Police, left for dead in the Sahara Desert, and beset by hypothermia and heatstroke, using up two bicycles, 1,000 tire patches, and countless makeshift replacement parts along the way. One More Horizon takes us on a roller coaster ride of endurance and fatigue, success and setback, thieves and kindhearted souls, but what shines through in the end, is a reminder of all that is right with the human spirit.
Where There's Smoke: Charlie Walden's First Case
Peter Murphy - 2017
But he soon finds himself struggling to keep the peace between three feisty fellow judges who have very different views about how to do their job, and about how Charlie should do his.And as if that’s not enough, there’s the endless battle against the ‘Grey Smoothies’, the humourless grey-suited civil servants who seem determined to drown Charlie in paperwork and strip the court of its last vestiges of civilisation.No hope of a quiet life then for Charlie, and there are times when his real job – trying the challenging criminal cases that come before him – actually seems like light relief.
If you like Rumpole of the Bailey, you'll love Walden of Bermondsey
Praise for Walden of Bermondsey
'No one writes with more wit, warmth and insight about the law and its practitioners than Peter Murphy. He has no equal since the great John 'Rumpole' Mortimer' - David Ambrose'Though his exasperation is sometimes palpable, what triumphs over everything is his sense of humour. And it is the humour that makes Walden of Bermondsey such a delightful read. Think of him as what Rumpole would be like if he ever became a judge, and you get some idea of his self-deprecating wit and indomitable stoicism. Add a dash of Henry Cecil for his situation and AP Herbert for the fun he has with the law, and you get a sense of Peter's literary precedents' - Paul Magrath
T. Rex
Max Candee - 2014
Papagopolis, the twelve-year-old hero of Max Candee’s Globaloonies series. Witty and at times lough-out-loud funny, this book tells all there’s to know about T. rex - the most hilarious dinosaur of all times. I bet you didn’t even know that T. rex had so much comic potential. You’ll learn a bunch of important facts like: - Where does its name come from? - Why were its hands so tiny, and why was its head so big? - What did it eat, and how much did it poop? - Did it have any body odor problems, and why? - And many more... This book is intended for 6-10 year-old children who love to learn and laugh. Think of a school report gone wild. That’s the kind of book this is. This is a companion book to the Globaloonies time travel adventure series. Genre: children’s encyclopedia, ages 6-11.
Thunderstorms are NOT Scary
V. Moua - 2016
In this book, our little bird friend will demonstrate what he did to overcome his fear of thunderstorms. Some of his ideas are practical while others are just plain silly! Read along as you and your child will once again enjoy the silly antics of this quirky bird! This is a read aloud kids book and is easy to read. The target age range audience is for toddlers, preschool and young children. Thunderstorms are NOT Scary is a book that any child will love, especially at bedtime. This book is suitable for parents to read to their children. Grandparents will definitely enjoy reading this book to their grandchildren. Read this children's book FREE as part of your PRIME or Kindle Unlimited membership
When We Last Spoke
Marci Henna - 2015
After their cherished father is killed in Vietnam, the girls are orphaned. Still mourning their son’s death, grandparents Walt and Ruby accept their role as guardians, only to be surprised soon after by another permanent houseguest’s arrival—Walt’s kooky mother, Itasca.Fast-forward to the present, where the warmhearted home in which the girls grew up is now just a faint memory. The estranged sisters are in need of a good dose of Walt’s famous stargazing wisdom: “You’ve got to look real close. Pay attention to what’s around you in this life. You’re liable to miss something important if you don’t.”Packed with plenty of quirky characters and hilarious escapades, this must-read novel also digs in deep to the things that matter most—family, friends, love, and forgiveness.
Stealing Spaceships: For Fun and Profit
Logan Jacobs - 2019
A ladies’ man, a rogue, a rebel, a gambler, a drinker, and a fighter. His ship is reputed to be the fastest vessel in the galaxy, and it traversed the Strait of Jiltar in record time. He is a living legend. And I am going to rob him blind. Because that’s what I do: I steal spaceships for fun and profit.