Growing Rails Applications in Practice


Henning Koch - 2014
    

Explain the Cloud Like I'm 10


Todd Hoff - 2018
    And I mean all the time. Every day there’s a new cloud-based dating app; a new cloud-based gizmo for your house; a new cloud-based game; or a thousand other new things—all in the cloud.The cloud is everywhere! Everything is in the cloud! What does it mean! Let’s slow down. Take a deep breath. That’s good. Take another. Excellent. This book teaches you all about the cloud. I’ll let you in on a little secret: the cloud is not that hard to understand. It’s not. It’s just that nobody has taken the time to explain to you what the cloud is. They haven’t, have they?Deep down I think this is because they don’t understand the cloud either, but I do. I’ve been a programmer and writer for over 30 years. I’ve been in cloud computing since the very start, and I’m here to help you on your journey to understand the cloud. Consider me your tour guide. I’ll be with you every step of the way, but not in a creepy way.I take my time with this book. I go slow and easy, so you can build up an intuition about what the cloud really is, one idea at a time. When you finish reading, you’ll understand the cloud. When you hear someone say some new cool thing is in the cloud, you’ll understand exactly what they mean. That’s a promise. How do I deliver on that promise? I use lots and lots of pictures. I use lots and lots of examples. We’ll reveal the secret inner-workings of AWS, Netflix, Facebook Messenger, Amazon Kindle, Apple iCloud, Google Maps, Nest and cloud DVRs. You’ll learn by seeing and understanding; no matter if you're a complete beginner, someone who knows a little and wants to learn more, or a programmer looking to change their career to the cloud.The cloud is the future. You don't want to miss out on the future, do you? Read this book and we'll discover it together.I’m excited. This will be fun. Let’s get started!

Programming Entity Framework


Julia Lerman - 2009
    "Programming Entity Framework, 1st Edition" offers experienced developers a thorough introduction to Microsoft's core framework for modeling and interacting with data in .NET applications. This hands-on tour provides a deep understanding of Entity Framework's architecture and APIs, and explains how to use the framework in a variety of applications built with Visual Studio 2008 and .NET 3.5.From the Entity Data Model (EDM) and Object Services to EntityClient and the Metadata Workspace, this highly acclaimed first edition covers it all.Understand the core concepts you need to make the best use of the Entity Framework (EF) in your applicationsLearn to query your data, using either LINQ to Entities or Entity SQLCreate Windows Forms, WPF, and ASP.NET applicationsBuild ASMX web services and WCF servicesUse Object Services to work directly with your entity objectsDelve into model customization, relationship management, change tracking, data concurrency, and moreOne important note: while many of the lessons from this book will continue to be valuable as you move to .NET 4, the thoroughly revised second edition of "Programming Entity Framework" (August 2010) specifically targets Visual Studio 2010 and .NET 4 -- where there have been many advancements and additions to the framework.

Nothing but Bones: The Wasteland


John Carrarn - 2020
    But in the absence of life, undead energy surges. Millennia after the last humans fled the galaxy only the dead are left to roam the earth. On this barren wasteland, Solus awakens. With no memories or even a personality, he is cast into a dangerous world. He will need to learn fast if he is to keep his new existence, for he is not alone.--Post-apocalyptic, Undead, Sci-fi, LitRPG

The Elements (Silver Coin Saga Book 1)


Mark Stallings - 2020
    

Killing Kind


Gregg Dunnett - 2018
     A detective has the chance to solve cases that have baffled her colleagues for decades. But only if she can work out who he is, before he gets to her. Because - in a story where not everything is what it seems - not even murder is black and white. Killing Kind is a tense novella with a twist that will stay with you. From UK and US bestselling author Gregg Dunnett.

The Nightengale Legacy Sampler Edition


Justin Dwayne Foxworth - 2010
    Once in a while, you come across someone who had the energy and determination to see it through and you are happy he did. Such is the case with Justin Dwayne Foxworth in his breakout novel, Valerie. I highly recommend you give a new talent a chance and read his work. I'm sure you'll want more of his character development and plots developed into more novels to enjoy... Andrew Neiderman, author of The Devil's Advocate

Learning the bash Shell


Cameron Newham - 1995
    This book will teach you how to use bash's advanced command-line features, such as command history, command-line editing, and command completion.This book also introduces shell programming,a skill no UNIX or Linus user should be without. The book demonstrates what you can do with bash's programming features. You'll learn about flow control, signal handling, and command-line processing and I/O. There is also a chapter on debugging your bash programs.Finally, Learning the bash Shell, Third Edition, shows you how to acquire, install, configure, and customize bash, and gives advice to system administrators managing bash for their user communities.This Third Edition covers all of the features of bash Version 3.0, while still applying to Versions 1.x and 2.x. It includes a debugger for the bash shell, both as an extended example and as a useful piece of working code. Since shell scripts are a significant part of many software projects, the book also discusses how to write maintainable shell scripts. And, of course, it discusses the many features that have been introduced to bash over the years: one-dimensional arrays, parameter expansion, pattern-matching operations, new commands, and security improvements.Unfailingly practical and packed with examples and questions for future study, Learning the bash Shell Third Edition is a valuable asset for Linux and other UNIX users.--back cover

A Software Engineer Learns HTML5, JavaScript and jQuery


Dane Cameron - 2013
    Due to their monopoly position in web browsers, and the fact web browsers have spread from PCs to phones, tablets and TVs; their status will continue to grow and grow. Despite their success, many software engineers are apprehensive about JavaScript and HTML. This apprehensiveness is not completely unfounded; both JavaScript and HTML were rushed in their early years, and driven by commercial rather than engineering interests. As a result, many dubious features crept into these languages. Due to backwards compatibility concerns, most of these features still remain. In addition, many software engineers have used these languages without ever learning them. JavaScript and HTML have low barriers to entry, and this, along with their similarity to other languages, led many software engineers to conclude that there really was nothing much to learn. If you have not used JavaScript and HTML for a number of years, or if you are a programmer or software engineer using other languages, you may be surprised at what they now offer. Browser based web applications are now capable of matching or exceeding the sophistication and scale of traditional desktop applications. In order to create complex web applications however, it is essential to learn these languages. This book takes the point of view that once you have a strong grasp of the fundamentals, the details will take care of themselves. It will not present you with long lists of APIs, or intricate details of every attribute, these can be found in reference manuals. It will focus on the details of each language that are fundamental to understanding how they work. This book will guide you through the process of developing a web application using HTML5, Javascript, jQuery and CSS. It contains the following content: 1. An introduction to the HTML5 markup language, and how it differs from HTML4 and XHTML. 2. An introduction to JavaScript, including an in-depth look at its use of objects and functions, along with the design patterns that support the development of robust web applications. 3. An introduction to jQuery selection, traversal, manipulation and events. 4. An in-depth look at the Web storage and IndexedDB APIs for client side data storage. 5. A guide to implementing offline web applications with the Application Cache API. 6. An introduction to the ways JavaScript can interact with the users file-system using the FileReader API. 7. The use of Web Workers in a web application to execute algorithms on background threads. 8. An introduction to AJAX, and the jQuery API supporting AJAX. 9. An introduction to Server Sent Events and Web Sockets. All subjects are introduced in the context of a sample web application. This book is intended for anyone with at least a superficial knowledge of HTML and programming.

Business Intelligence for Dummies


Swain Scheps - 2007
    But you've heard at least a dozen definitions of what it is, and heard of at least that many BI tools. Where do you start? Business Intelligence For Dummies makes BI understandable! It takes you step by step through the technologies and the alphabet soup, so you can choose the right technology and implement a successful BI environment. You'll see how the applications and technologies work together to access, analyze, and present data that you can use to make better decisions about your products, customers, competitors, and more.You'll find out how to:Understand the principles and practical elements of BI Determine what your business needs Compare different approaches to BI Build a solid BI architecture and roadmap Design, develop, and deploy your BI plan Relate BI to data warehousing, ERP, CRM, and e-commerce Analyze emerging trends and developing BI tools to see what else may be useful Whether you're the business owner or the person charged with developing and implementing a BI strategy, checking out Business Intelligence For Dummies is a good business decision.

Corruption in the O.R.


Barbara Ebel - 2019
     Anesthesiologist Viktoria Thorsdottir is no ordinary physician and she’s accustomed to working temporary assignments. In her travels, however, she’s never been greeted by such a stark, icy-cold reception from O.R. personnel like the one she encounters at Masonville General. ˃˃˃ Viktoria is an expert at making her patients comfortable, so why do they continue to feel pain? Dr. Thorsdottir discovers that there are forces at work in this Northern Pennsylvania hospital that she doesn’t understand; forces that the doctors in charge pretend don’t exist. In the face of growing animosity towards her, she begins to stealthily monitor the nurse anesthetists she supervises, and must become as diabolical as they are to discover the disturbing truth of the community’s anesthesia services. As Viktoria’s situation becomes more complex, it is apparent that there is more than one sinister secret hidden in the department! ˃˃˃ This is Book One in the Outlander Physician Series. Scroll up and Grab Your Copy of Corruption in the O.R. today.

Final Whistle


J. Jackson Bentley - 2010
    As Alex Carter tries to deal with the death of his friend he finds himself inextricably drawn into a world of ‘in play’ betting corruption that threatens everything he holds dear. Can he recover from injury and overcome depression quickly enough to save himself, his family and the game he loves? Only time will tell. J Jackson Bentley’s fast paced soccer thriller is authentic and absorbing as it races along at the speed of light, it is told in around 95,000 words.

A Spy by Nature / The Spanish Game


Charles Cumming - 2011
    So when a chance encounter leads him to MI6, Alec thinks he’s landed the perfect job for his talents. But working alone, relying on instinct, he’s soon spinning a web of deception that has him caught between his new masters and powerful opponents. For in his new line of work the difference between the truth and a lie can be the difference between life and death. And Alec is having trouble telling them apart …The Spanish GameAlec Milius quit the spying game six years ago – or so he thought.Living in exile in Madrid, he is lured back into a brutal world of lies and deception by the mysterious disappearance of a prominent politician. Forced to work alone, without the support of his former masters in London, Alec comes face to face with the nightmare of modern terror. And this time there's no-one to call for help…

Snow Rush


James Easton - 2020
    But the quiet resort is about to become the venue for a brutal clash between dangerous men who feed on violence and a woman of honour who won’t back down.Ex-firearms cop, Carolina Carrasco, is reluctantly chaperoning precocious teenager Miguel on a snowboarding trip when a group of heavy-duty criminals moves in next door. So does Robin King, a journalist chasing a career-defining interview with the gang’s leader, the notorious Jean Haim.A chance event leads Carolina and Haim into a deadly game of cat and mouse. When Haim targets Miguel, Carolina unleashes in defending him and there is only one way it can end.Snow Rush is a fast, violent, sexy origin story for Carolina Carrasco, a hero who works, loves, and always, always shoots straight.

The Fae Mage


Whiskey Flowers - 2018
    His stepmother hated him almost immediately, Fae were looked down upon and to make matters worse when Glen developed magic it was so weak many began to pity his family. Despite his handicap Glen was determined to make a go of it, when the powerful Salsian Empire invaded his kingdom many magic users in the kingdom found they were no threat for these new invaders. What the invaders did not count on however, was facing the Fae Mage.