Book picks similar to
Practical Android Projects by Lucas Jordan
owened
practice-architecture
programming
android
Santa Demon
John P. Logsdon - 2018
The gifts, the music, the yearly seafood buffet, the orgy...what's not to like?But, like all children, he eventually finds out Santa isn’t who he thought. The good news is, unlike everyone else, Santa Claus actually is his mom. Even better, she wants Bert to take over the job. The bad news is there’s more to the job than stuffing stockings and getting his bells jingled. So what's a demon to do? Drag his friend Mark Vedis along for the ride, of course. Join Bert, Mark, and the Santa team as they go through hell in their quest to bring a merry Christmas to all. Especially for Bert.
Serpent Son
N.P. Martin - 2020
A Dark Elf. An Avenging Wizard The name’s Corvin Chance, and though I was born with magical abilities, I’d rather be playing my guitar in one of my local pubs than running around flashing my magic. Until someone murdered my mother that is. Now I’m slinging magic around the streets of Dublin as I try to find out who killed her. Iolas Tasar—a gangster elf who crowned himself King of the South—is my main suspect. But besides being powerful and sociopathic, he is also part of a murderous cabal that includes a bloodthirsty vampire prince. If I’m going to take him down, I’m going to need help. Luckily, I have my two best friends: Dalia, a sardonic Demi-Fae who could scare the bejeezus out of Lucifer himself, and Monty, a wise-cracking street magician and YouTube star with a gift for technomancy and conjuring. Together we will enter a dangerous Dublin underbelly populated by dark elves, vampires, goblins and orcs to discover just who killed my mother and why…if we don’t die ourselves first, that is. And did I mention the Fae Queen who has also blackmailed Dalia and I into helping her…on pain of death? Join me and my oddball motley crew as we attempt to solve a murder, exact justice and just maybe…get a pint of the black stuff afterward.
Being Human meets Iron Druid in this gripping urban fantasy action adventure series.
Grab your copy of the first book in the GODS AND MONSTERS TRILOGY today!
The Best Joke Book (Period): Hundreds of the Funniest, Silliest, Most Ridiculous Jokes Ever
William Donohue - 2014
Inside, you'll find hundreds of jokes that are guaranteed to stir up a room full of smiles, including knock-knocks, witty puns, and one-liners. Complete with hilarious quotes from celebrities like Jon Stewart, Lewis Black, and Jerry Seinfeld, everyone will revel in each gut-busting moment.So whether you're looking to add a few jokes to your repertoire, impress your buds, or improve your banter, this sidesplitting book arms you with the perfect joke for any occasion!
AWS Lambda: A Guide to Serverless Microservices
Matthew Fuller - 2016
Lambda enables users to develop code that executes in response to events - API calls, file uploads, schedules, etc - and upload it without worrying about managing traditional server metrics such as disk space, memory, or CPU usage. With its "per execution" cost model, Lambda can enable organizations to save hundreds or thousands of dollars on computing costs. With in-depth walkthroughs, large screenshots, and complete code samples, the reader is guided through the step-by-step process of creating new functions, responding to infrastructure events, developing API backends, executing code at specified intervals, and much more. Introduction to AWS Computing Evolution of the Computing Workload Lambda Background The Internals The Basics Functions Languages Resource Allocation Getting Set Up Hello World Uploading the Function Working with Events AWS Events Custom Events The Context Object Properties Methods Roles and Permissions Policies Trust Relationships Console Popups Cross Account Access Dependencies and Resources Node Modules OS Dependencies OS Resources OS Commands Logging Searching Logs Testing Your Function Lambda Console Tests Third-Party Testing Libraries Simulating Context Hello S3 Object The Bucket The Role The Code The Event The Trigger Testing When Lambda Isn’t the Answer Host Access Fine-Tuned Configuration Security Long-Running Tasks Where Lambda Excels AWS Event-Driven Tasks Scheduled Events (Cron) Offloading Heavy Processing API Endpoints Infrequently Used Services Real-World Use Cases S3 Image Processing Shutting Down Untagged Instances Triggering CodeDeploy with New S3 Uploads Processing Inbound Email Enforcing Security Policies Detecting Expiring Certificates Utilizing the AWS API Execution Environment The Code Pipeline Cold vs. Hot Execution What is Saved in Memory Scaling and Container Reuse From Development to Deployment Application Design Development Patterns Testing Deployment Monitoring Versioning and Aliasing Costs Short Executions Long-Running Processes High-Memory Applications Free Tier Calculating Pricing CloudFormation Reusable Template with Minimum Permissions Cross Account Access CloudWatch Alerts AWS API Gateway API Gateway Event Creating the Lambda Function Creating a New API, Resource, and Method Initial Configuration Mapping Templates Adding a Query String Using HTTP Request Information Within Lambda Deploying the API Additional Use Cases Lambda Competitors Iron.io StackHut WebTask.io Existing Cloud Providers The Future of Lambda More Resources Conclusion
SQL and Relational Theory: How to Write Accurate SQL Code
C.J. Date - 2009
On the other hand, if you're not well versed in the theory, you can fall into several traps. In SQL and Relational Theory, author C.J. Date demonstrates how you can apply relational theory directly to your use of SQL. With numerous examples and clear explanations of the reasoning behind them, you'll learn how to deal with common SQL dilemmas, such as:Should database access granted be through views instead of base tables? Nulls in your database are causing you to get wrong answers. Why? What can you do about it? Could you write an SQL query to find employees who have never been in the same department for more than six months at a time? SQL supports "quantified comparisons," but they're better avoided. Why? How do you avoid them? Constraints are crucially important, but most SQL products don't support them properly. What can you do to resolve this situation? Database theory and practice have evolved since Edgar Codd originally defined the relational model back in 1969. Independent of any SQL products, SQL and Relational Theory draws on decades of research to present the most up-to-date treatment of the material available anywhere. Anyone with a modest to advanced background in SQL will benefit from the many insights in this book.
Microsoft Windows Internals: Microsoft Windows Server(TM) 2003, Windows XP, and Windows 2000 (Pro-Developer)
Mark E. Russinovich - 2004
This classic guidefully updated for Windows Server 2003, Windows XP, and Windows 2000, including 64-bit extensionsdescribes the architecture and internals of the Windows operating system. You’ll find hands-on experiments you can use to experience Windows internal behavior firsthand, along with advanced troubleshooting information to help you keep your systems running smoothly and efficiently. Whether you’re a developer or a system administrator, you’ll find critical architectural insights that you can quickly apply for better design, debugging, performance, and support.Get in-depth, inside knowledge of the Windows operating system: Understand the key mechanisms that configure and control Windows, including dispatching, startup and shutdown, and the registry Explore the Windows security model, including access, privileges, and auditing Investigate internal system architecture using the kernel debugger and other tools Examine the data structures and algorithms that deal with processes, threads, and jobs Observe how Windows manages virtual and physical memory Understand the operation and format of NTFS, and troubleshoot file system access problems View the Windows networking stack from top to bottom, including mapping, APIs, name resolution, and protocol drivers Troubleshoot boot problems and perform crash analysis
Programming Entity Framework: Code First
Julia Lerman - 2011
With this concise book, you’ll work hands-on with examples to learn how Code First can create an in-memory model and database by default, and how you can exert more control over the model through further configuration.Code First provides an alternative to the database first and model first approaches to the Entity Data Model. Learn the benefits of defining your model with code, whether you’re working with an existing database or building one from scratch. If you work with Visual Studio and understand database management basics, this book is for you.Learn exactly what Code First does—and does not—enable you to doUnderstand how property attributes, relationships, and database mappings are inferred from your classes by Code FirstUse Data Annotations and the Fluent API to configure the Code First data modelPerform advanced techniques, such as controlling the database schema and overriding the default model cachingThis book is a continuation of author Julia Lerman’s Programming Entity Framework, widely recognized as the leading book on the topic.
The Kerracher Man (Non-Fiction)
Eric MacLeod - 2008
Biography
So Long At The Fair
Jess Foley - 2002
But everything changes when Abbie is twelve and their emotional, spirited mother casts them into a crisis for which no one is prepared.
Six years later the Morris family have rebuilt their lives, and when Abbie and Beatie, Abbie's adored elder sister, set off for the county fair, the world seems a good place. But their new-found happiness is not to last. A chance encounter with Louis, a personable, handsome stranger, leads to tragedy and has repercussions that threaten to destroy Abbie's peace of mind for ever.
Abbie struggles to forget what happened that night, to get on with her life, but when she meets charming, honourable Arthur - and re-encounters Louis - it becomes clear that she might never recover from the night they stayed so long at the fair...
Learn to Program with Scratch: A Visual Introduction to Programming with Art, Science, Math and Games
Majed Marji - 2014
Its playful, intuitive interface uses colorful programming blocks and cartoon sprites to make real programming more approachable. Learn to Program with Scratchshows just how much you can do with Scratch and teaches you essential, universal programming concepts along the way.In Learn to Program with Scratch, author Majed Marji takes you on a tour through Scratch's surprisingly powerful features to teach programming concepts like procedures, variables, loops, recursion, decision making, and lists. You will use your new-found skills to create science simulations, math projects, and even some fun arcade games! Each chapter offers a summary and practice exercises at the end to make sure the lessons stick.Scratch is an incredibly fun and easy language to learn, plus you can do some seriously potent programming with it. Learn to Program with Scratch will help you get the most out of Scratch and begin your journey into the world of programming.
Make: AVR Programming: Learning to Write Software for Hardware (Make : Technology on Your Time)
Elliot Williams - 2013
In this book you'll set aside the layers of abstraction provided by the Arduino environment and learn how to program AVR microcontrollers directly. In doing so, you'll get closer to the chip and you'll be able to squeeze more power and features out of it.Each chapter of this book is centered around projects that incorporate that particular microcontroller topic. Each project includes schematics, code, and illustrations of a working project.
Program a range of AVR chips
Extend and re-use other people’s code and circuits
Interface with USB, I2C, and SPI peripheral devices
Learn to access the full range of power and speed of the microcontroller
Build projects including Cylon Eyes, a Square-Wave Organ, an AM Radio, a Passive Light-Sensor Alarm, Temperature Logger, and more
Understand what's happening behind the scenes even when using the Arduino IDE
Tia Sharp: A Family Betrayal
Nigel Cawthorne - 2013
On 3rd August 2012, Tia Sharp, a 12-year-old school girl, was reported missing from her grandmotherOCOs house in New Addington, south London. A call by her mother alerted the police to TiaOCOs disappearance and a massive search operation began. A nationwide appeal was launched to find Tia and her family, including her step-grandfather, 37-year-old Stuart Hazell, made a public appeal to find her. It was reported that Tia had disappeared after being dropped off at a train station to go shopping, but in the days that followed a very different story emerged. Only seven days after Tia was reported missing the terrible news came that her body had been found; wrapped in bin bags and hidden in her grandmotherOCOs attic. The truth that unfolded over the course of the day horrified the public; not only had the police searched the house on three separate occasions before discovering TiaOCOs body, late the following evening, Stuart HazellOCothe man who Tia trusted, the man who appealed for her returnOCoas change with murder. Nigel Cawthorne examines the appalling case of an evil step-grandfather who betrayed his familyOCOs trust, deceived friends and neighbors, and cut short the life of a young, well-loved girl."
Ejb 3 in Action
Debu Panda - 2007
This book builds on the contributions and strengths of seminal technologies like Spring, Hibernate, and TopLink.EJB 3 is the most important innovation introduced in Java EE 5.0. EJB 3 simplifies enterprise development, abandoning the complex EJB 2.x model in favor of a lightweight POJO framework. The new API represents a fresh perspective on EJB without sacrificing the mission of enabling business application developers to create robust, scalable, standards-based solutions.EJB 3 in Action is a fast-paced tutorial, geared toward helping you learn EJB 3 and the Java Persistence API quickly and easily. For newcomers to EJB, this book provides a solid foundation in EJB. For the developer moving to EJB 3 from EJB 2, this book addresses the changes both in the EJB API and in the way the developer should approach EJB and persistence.
Physics for Game Developers
David M. Bourg - 2001
Missile trajectories. Cornering dynamics in speeding cars. By applying the laws of physics, you can realistically model nearly everything in games that bounces around, flies, rolls, slides, or isn't sitting still, to create compelling, believable content for computer games, simulations, and animation. "Physics for Game Developers" serves as the starting point for those who want to enrich games with physics-based realism.Part one is a mechanics primer that reviews basic concepts and addresses aspects of rigid body dynamics, including kinematics, force, and kinetics. Part two applies these concepts to specific real-world problems, such as projectiles, boats, airplanes, and cars. Part three introduces real-time simulations and shows how they apply to computer games. Many specific game elements stand to benefit from the use of real physics, including: The trajectory of rockets and missiles, including the effects of fuel burn offThe collision of objects such as billiard ballsThe stability of cars racing around tight curvesThe dynamics of boats and other waterborne vehiclesThe flight path of a baseball after being struck by a batThe flight characteristics of airplanesYou don't need to be a physics expert to learn from "Physics for Game Developers, " but the author does assume you know basic college-level classical physics. You should also be proficient in trigonometry, vector and matrix math (reference formulas and identities are included in the appendixes), and college-level calculus, including integration and differentiation of explicit functions. Although the thrust of the book involves physics principles and algorithms, it should be noted that the examples are written in standard C and use Windows API functions.