Book picks similar to
Ada for Software Engineers by Mordechai Ben-Ari
collection
programming
ulib
Stay Out of the Woods: Strange Encounters
Tom Lyons - 2021
Portraits of Power: Half a Century of Being at Ringside
N.K. Singh - 2020
Singh has been a formidable civil servant, an empathetic politician, a keen chronicler of India’s socioeconomic history and the quintessential academic that academia never got. His life’s work, as chronicled in this book has indeed been intertwined with the progress India has made. In many such cases, Singh has been not just an active contributor but has also given shape to those many momentous decisions—whether through the use of diplomacy or the rigours of understanding the mechanism of the levers of power or, for that matter, by consensus building.Portraits of Power is not just an autobiography of a man, who for several decades has played an active role in India’s march towards becoming a formidable economy; it is indeed, on multiple levels, a book that profiles myriad institutions that work in harmony to make things happen. And in everything that N.K. Singh has done, so in this book too, there is both incisive clarity and insightful anecdotal heft.This book helps readers navigate the vast complexities of India but in a way that is stark and yet elegant.From personal happenings to national movements, Portraits of Power covers it all.
Investigative Medium - the Awakening
Laine Crosby - 2013
Who knew Laine Crosby, former marketing executive at The Weather Channel, had the gift of being an Investigative Medium? Not even Laine, that is, until she moved from Atlanta to the property of an eighteenth century Maryland plantation and woke up talking to a former slave buried in her backyard! Investigative Medium - the Awakening, examines the gift that was thrust upon Laine who was at first surprised, and then upset, and over time and through experience, embracing of this new way of life. Laine’s husband, Chris, twins Annie and Caleb, and even her Jack Russell terrier “Steve” have peripheral ghostly involvement, so it is a family affair, although at first an unsettling one.Along Laine’s journey, she meets an unlikely friend, the spirit of Jannette, once nanny to the children on the plantation where she lives. Laine becomes Jannette's voice, bringing her back from the antebellum South to tell the incredible story of her life as a slave, and a tender romance is revealed. Interwoven with Laine’s personal story, are the first hand accounts of former slaves Jannette and Bill, and others.Laine finds similarities in her own life and Jannette's, and with Jannette's friendship, Laine begins her journey down a path of self discovery. Once Laine accepts her gift, it is her mother who, from beyond the grave, helps Laine find a way to surrender, and at long last give up on the life she dreamed of having, in order to have the life she was meant to live. Investigative Medium - the Awakening is first in the Investigative Medium series, a preface to future books about Laine's adventures with law enforcement, historians and archaeologists. It is a fast read and an uplifting and hopeful book for anyone who has lost a loved one. But, put on your seat belts; It's a thriller along the way!Now available as an ebook on Amazon, B&N, and Smashwords. Paperback available July 2013 (ISBN 978-1-940261-00-3)on LaineCrosby.com among other stores.
Guts & Glory: In the Shadows Security Box Set 1: Books 1-3 (In the Shadows Security Set)
Jeanne St. James - 2020
Build a Career in Data Science
Emily Robinson - 2020
Industry experts Jacqueline Nolis and Emily Robinson lay out the soft skills you’ll need alongside your technical know-how in order to succeed in the field. Following their clear and simple instructions you’ll craft a resume that hiring managers will love, learn how to ace your interview, and ensure you hit the ground running in your first months at your new job. Once you’ve gotten your foot in the door, learn to thrive as a data scientist by handling high expectations, dealing with stakeholders, and managing failures. Finally, you’ll look towards the future and learn about how to join the broader data science community, leaving a job gracefully, and plotting your career path. With this book by your side you’ll have everything you need to ensure a rewarding and productive role in data science.
HBase: The Definitive Guide
Lars George - 2011
As the open source implementation of Google's BigTable architecture, HBase scales to billions of rows and millions of columns, while ensuring that write and read performance remain constant. Many IT executives are asking pointed questions about HBase. This book provides meaningful answers, whether you’re evaluating this non-relational database or planning to put it into practice right away.
Discover how tight integration with Hadoop makes scalability with HBase easier
Distribute large datasets across an inexpensive cluster of commodity servers
Access HBase with native Java clients, or with gateway servers providing REST, Avro, or Thrift APIs
Get details on HBase’s architecture, including the storage format, write-ahead log, background processes, and more
Integrate HBase with Hadoop's MapReduce framework for massively parallelized data processing jobs
Learn how to tune clusters, design schemas, copy tables, import bulk data, decommission nodes, and many other tasks
Mortality Complete Box Set: Books 1 - 4
Everly Frost - 2018
A fast-paced romance perfect for fans of action, intrigue, and strong female leads who fight against all odds. In a world where nobody can be killed, one girl will change it all. In an alternate world where everyone is invincible, Ava Holland has the power to change everything—but first she has to survive. When her brother’s death rocks the foundations of the world she lives in, Ava’s only ally is the boy she should fear the most. Michael Bradley is the strongest, fastest healer anyone’s ever seen. But Michael has secrets, too. From the glittering skyscrapers of Evereach, to the icy mountains and bio-technology of Starsgard, and the burning deserts of Seversand, Ava and Michael fight for their freedom against government conspirators, terrorists, warriors, and the ultimate battle against the man who wants to use Ava as his own weapon of death. When the secrets of mortality are revealed, it’s up to Ava to save them all. Contains: Beyond the Ever Reach - Mortality Book One Beneath the Guarding Stars - Mortality Book Two By the Icy Wild - Mortality Book Three Before the Raging Lion - Mortality Book Four
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.
The Best American Sports Writing 2018
Glenn Stout - 2018
Each year, the series editor and guest editor curate a truly exceptional collection. The only shared traits among all these diverse styles, voices, and stories are the extraordinarily high caliber of writing, and the pure passion they tap into that can only come from sports.
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 Ajax: A Brain-Friendly Guide
Rebecca M. Riordan - 2008
Head First Ajax gives you an up-to-date perspective that lets you see exactly what you can do--and has been done--with Ajax. With it, you get a highly practical, in-depth, and mature view of what is now a mature development approach. Using the unique and highly effective visual format that has turned Head First titles into runaway bestsellers, this book offers a big picture overview to introduce Ajax, and then explores the use of individual Ajax components--including the JavaScript event model, DOM, XML, JSON, and more--as it progresses. You'll find plenty of sample applications that illustrate the concepts, along with exercises, quizzes, and other interactive features to help you retain what you've learned.Head First Ajax covers:The JavaScript event modelMaking Ajax requests with XMLHTTPREQUEST objectsThe asynchronous application modelThe Document Object Model (DOM)Manipulating the DOM in JavaScriptControlling the browser with the Browser Object ModelXHTML FormsPOST RequestsXML Syntax and the XML DOM treeXML Requests & ResponsesJSON -- an alternative to XMLAjax architecture & patternsThe Prototype LibraryThe book also discusses the server-side implications of building Ajax applications, and uses a black box approach to server-side components.Head First Ajax is the ideal guide for experienced web developers comfortable with scripting--particularly those who have completed the exercises in Head First JavaScript--and for experienced programmers in Java, PHP, and C# who want to learn client-side programming.
Fluent Python: Clear, Concise, and Effective Programming
Luciano Ramalho - 2015
With this hands-on guide, you'll learn how to write effective, idiomatic Python code by leveraging its best and possibly most neglected features. Author Luciano Ramalho takes you through Python's core language features and libraries, and shows you how to make your code shorter, faster, and more readable at the same time.Many experienced programmers try to bend Python to fit patterns they learned from other languages, and never discover Python features outside of their experience. With this book, those Python programmers will thoroughly learn how to become proficient in Python 3.This book covers:Python data model: understand how special methods are the key to the consistent behavior of objectsData structures: take full advantage of built-in types, and understand the text vs bytes duality in the Unicode ageFunctions as objects: view Python functions as first-class objects, and understand how this affects popular design patternsObject-oriented idioms: build classes by learning about references, mutability, interfaces, operator overloading, and multiple inheritanceControl flow: leverage context managers, generators, coroutines, and concurrency with the concurrent.futures and asyncio packagesMetaprogramming: understand how properties, attribute descriptors, class decorators, and metaclasses work"
Country Dreams: Includes 3 Small Town Romances
Milan Watson - 2021
Fall in love alongside Logan, Blake, and Sawyer as you learn more about this charming small town and its residents.In Saddleback Ridge Stetsons are a way of life and not just a fashion statement. Cowboys, romance, and small-town charm guaranteed.Matching LedgersA dying man’s wish brings Oscar-winning actress, Norah, to Falcon Falls. Logan Caldwell is suspicious of Norah right from the start but the attraction is undeniable. Can Norah step out of the spotlight and can Logan accept that with her heart, comes her fame?Country ChristmasWhen an unlikely spark lights up between Blake and Lucas, neither of them are sure this was the magic they were looking for this festive season. Will these friends become lovers, or will love ruin their friendship?Remedy for RomanceA fake relationship, an avalanche, and a wedding - what could possibly go wrong? Sawyer offers to be Sally’s boyfriend to get her mother to stop setting her up, he just didn’t expect that real feelings could develop during a fake relationship.Each book can be read as a standalone although cameo appearances are made by other characters in Saddleback Ridge. Enjoy your journey with this boxed set that includes Book 4, Book 5, and Book 6 in this series.
Havoc / Chaos / Insanity
Xavier Neal - 2015
What happens when a broken Marine collides with a girl running from a haunting past? Will the two be each other's saviors or will the havoc, chaos and insanity from their lives consume them?