Book picks similar to
Information Engineering: Strategic Systems Development by Clive Finkelstein
science-computer-science-sql
systems-thinking
science-computer-science
computer
Compassion Amidst the Chaos: Tales told by an ER Doc
Christopher Davis, MD - 2020
You meet one when life doesn't go as planned. Survival requires immediate dependence and trust in a stranger in a white coat. As soon as the imminent danger has passed— they are off to the next case. Many patients don't realize that their stories stay with those that served them. Patients have the most to teach about humility and humanity."Compassion Amidst the Chaos" is brimming with the tension, anguish, exhaustion, relief, gratitude, and compassion that are all part of a typical day at work in the ER. Travel with Dr. Chris Davis through the cases he remembers most from his 35-year career as an emergency medicine doctor.
Different Parts of Everywhere: Cycling the World, Part Three: Mori to Paris
Chris Pountney - 2021
Damaged: My Story
Paul Stewart - 2017
It was a dream that would lead him into a nightmare of sexual and physical abuse from which he has still not recovered. Stewart was abused every day for four years by his junior football coach. He suffered in silence and embarked on a successful career that saw him play for Manchester City, Tottenham Hotspur, Liverpool and Sunderland, scoring in an FA Cup final and winning caps for England. Behind it all, he was a broken man – many times he wished he could end his life. He turned to drink and drugs as a way of coping with his devastating secret. In 2016, Stewart was sitting at his office desk one morning when he read a Daily Mirror story about a footballer who had been abused. His world was about to change… Paul Stewart: Damaged is one of the most powerful and emotionally charged football life stories you will read.
The Boy Who Outwitted Mengele
Michael Popik - 2018
Miki grew up in the small town of Levice in Czechoslovakia. In 1944, his life changed forever. At the age of 13, Miki and his family were sent to the concentration camps at Auschwitz. Miki survived against all odds and ultimately triumphed to live a life of love. “Miki Popik shares an incredible tale of survival, courage and resilience. He speaks of his life as a child in Czechoslovakia at the dawn of World War II, of his imprisonment at two concentration camps, of his family’s struggles for survival, and his efforts after the war to locate his family. Though he was the only one from his extended family to survive, he felt very fortunate to have learned where in a mass grave in Mühldorf, Germany, his father and brother had been interred. Mühldorf was a sub-camp of the infamous Dachau, not far from Munich. Miki’s story moves like none other.” – Alan S. Blaustein, JD, MD “In 2012, my classmates and I from the Sherman Block Supervisory Leadership Institute were fortunate to hear you speak at the Museum of Tolerance. Your words were truly inspiring! I left the museum that day speechless and humbled. I realized that nothing in my life can be assimilated to what you have experienced in yours. It shed a new light on the human race and how we treat one another.” – Sergeant Robert O’Brine, San Bernardino County Sheriff’s Dept.
Better Late Than Never: From Barrow Boy to Ballroom
Len Goodman - 2009
Len Goodman tells all about his new-found fame, his experiences on Strictly Come Dancing, and also on the no.1 US show Dancing with the Stars and his encounters with the likes of Heather Mills-McCartney and John Sergeant. But the real story is in his East End roots. And Len's early life couldn't be more East End. The son of a Bethnal Green costermonger he spent his formative years running the fruit and veg barrow and being bathed at night in the same water Nan used to cook the beetroot. There are echoes of Billy Elliot too. Though Len was a welder in the London Docks, he dreamt of being a professional footballer, and came close to making the grade had he not broken his foot on Hackney Marshes. The doctor recommended ballroom dancing as a light aid to his recovery. And Len, it turned out, was a natural. At first his family and work mates mocked, but soon he had made the final of a national competition and the welders descended en masse to the Albert Hall to cheer him on. With his dance partner, and then wife Cheryl, Len won the British Championships in his late twenties and ballroom dancing became his life. Funny and heart-warming, Len Goodman's autobiography has all the honest East End charm of Tommy Steele, Mike Read or Roberta Taylor.
Introductory Statistics with R
Peter Dalgaard - 2002
It can be freely downloaded and it works on multiple computer platforms. This book provides an elementary introduction to R. In each chapter, brief introductory sections are followed by code examples and comments from the computational and statistical viewpoint. A supplementary R package containing the datasets can be downloaded from the web.
Mosquito Point Road: Monroe County Murder & Mayhem
Michael Benson - 2020
There’s Killer of the Cloth, The Baby in the Convent, Mosquito Point Road, Death of a First Baseman, The Blue Gardenia, and Pure/Evil. Three of the killers are female.
Beginning Database Design: From Novice to Professional
Clare Churcher - 2007
This book offers numerous examples to help you avoid the many pitfalls that entrap new and not-so-new database designers. Through the help of use cases and class diagrams modeled in the UML, youll learn how to discover and represent the details and scope of the problem in question.Database design is not an exact science, and solid database design principles and examples help demonstrate the consequences of simplifications and pragmatic decisions. The rationale is to try to keep it simple, but allow room for development as situations change or resources permit. The book also features an introduction for implementing the final design in a relational database.
Programming the Raspberry Pi: Getting Started with Python
Simon Monk - 2012
In this book, electronics guru Simon Monk explains the basics of Raspberry Pi application development, while providing hands-on examples and ready-to-use scripts. See how to set up hardware and software, write and debug applications, create user-friendly interfaces, and control external electronics. Do-it-yourself projects include a hangman game, an LED clock, and a software-controlled roving robot. Boot up and configure your Raspberry Pi Navigate files, folders, and menus Create Python programs using the IDLE editor Work with strings, lists, and functions Use and write your own libraries, modules, and classes Add Web features to your programs Develop interactive games with Pygame Interface with devices through the GPIO port Build a Raspberry Pi Robot and LED Clock Build professional-quality GUIs using Tkinter
Tmux 2: Productive Mouse-Free Development
Brian P. Hogan - 2016
The time you spend context switching between your editor and your consoles eats away at your productivity. Take control of your environment with tmux, a terminal multiplexer that you can tailor to your workflow. With this updated second edition for tmux 2.3, you'll customize, script, and leverage tmux's unique abilities to craft a productive terminal environment that lets you keep your fingers on your keyboard's home row.You have a database console, web server, test runner, and text editor running at the same time, but switching between them and trying to find what you need takes up valuable time and breaks your concentration. By using tmux 2.3, you can improve your productivity and regain your focus. This book will show you how.This second edition includes many features requested by readers, including how to integrate plugins into your workflow, how to integrate tmux with Vim for seamless navigation - oh, and how to use tmux on Windows 10.Use tmux to manage multiple terminal sessions in a single window using only your keyboard. Manage and run programs side by side in panes, and create the perfect development environment with custom scripts so that when you're ready to work, your programs are waiting for you. Manipulate text with tmux's copy and paste buffers, so you can move text around freely between applications. Discover how easy it is to use tmux to collaborate remotely with others, and explore more advanced usage as you manage multiple tmux sessions, add custom scripts into the tmux status line, and integrate tmux with your system.Whether you're an application developer or a system administrator, you'll find many useful tricks and techniques to help you take control of your terminal.
Head First Python
Paul Barry - 2010
You'll quickly learn the language's fundamentals, then move onto persistence, exception handling, web development, SQLite, data wrangling, and Google App Engine. You'll also learn how to write mobile apps for Android, all thanks to the power that Python gives you.We think your time is too valuable to waste struggling with new concepts. Using the latest research in cognitive science and learning theory to craft a multi-sensory learning experience, Head First Python uses a visually rich format designed for the way your brain works, not a text-heavy approach that puts you to sleep.
Architecture Patterns with Python: Enabling Test-Driven Development, Domain-Driven Design, and Event-Driven Microservices
Harry Percival - 2020
Many Python developers are now taking an interest in high-level software architecture patterns such as hexagonal/clean architecture, event-driven architecture, and strategic patterns prescribed by domain-driven design (DDD). But translating those patterns into Python isn't always straightforward.With this practical guide, Harry Percival and Bob Gregory from MADE.com introduce proven architectural design patterns to help Python developers manage application complexity. Each pattern is illustrated with concrete examples in idiomatic Python that explain how to avoid some of the unnecessary verbosity of Java and C# syntax. You'll learn how to implement each of these patterns in a Pythonic way.Architectural design patterns include:Dependency inversion, and its links to ports and adapters (hexagonal/clean architecture)Domain-driven design's distinction between entities, value objects, and aggregatesRepository and Unit of Work patterns for persistent storageEvents, commands, and the message busCommand Query Responsibility Segregation (CQRS)Event-driven architecture and reactive microservices
Barbarians Led by Bill Gates: Microsoft From The Inside: How The World's Richest Corporation Wields Its Power
Jennifer Edstrom - 1998
District Judge Stanley Sporkin. Teamed with the daughter of one of Bill Gates's closest associates, thirteen-year Microsoft veteran Marlin Eller shows us what it was like at every step along Gates's route to world domination, making all that's been written before seem like a rough guess. If the Justice Department had Eller and Edstrom investigating the current-headline-making antitrust case, they would have on the record many of Microsoft's most respected developers directly contradicting the "authorized" version of events being presented in court. They would know the real scoop on how Windows was developed in the first place, shedding new light on the 1988 Apple v. Microsoft lawsuit over the alleged copying of the Mac. They would even know the real story of how Microsoft killed off Go Corporation, told for the first time by the man who did the deed, Marlin Eller himself. Revealing the smoke-and-mirror deals, the palms greased to help launch a product that didn't exist, and the boneyard of once-thriving competitors targeted by the Gates juggernaut, this book demonstrates with often hilariously damning detail the Microsoft muddle that passes for strategic direction, offset by Gates's uncanny ability to come from behind to crush whoever's on top.
Essential PHP Security
Chris Shiflett - 2005
It also works beautifully with other open source tools, such as the MySQL database and the Apache web server. However, as more web sites are developed in PHP, they become targets for malicious attackers, and developers need to prepare for the attacks.Security is an issue that demands attention, given the growing frequency of attacks on web sites. Essential PHP Security explains the most common types of attacks and how to write code that isn't susceptible to them. By examining specific attacks and the techniques used to protect against them, you will have a deeper understanding and appreciation of the safeguards you are about to learn in this book.In the much-needed (and highly-requested) Essential PHP Security, each chapter covers an aspect of a web application (such as form processing, database programming, session management, and authentication). Chapters describe potential attacks with examples and then explain techniques to help you prevent those attacks.Topics covered include:Preventing cross-site scripting (XSS) vulnerabilitiesProtecting against SQL injection attacksComplicating session hijacking attemptsYou are in good hands with author Chris Shiflett, an internationally-recognized expert in the field of PHP security. Shiflett is also the founder and President of Brain Bulb, a PHP consultancy that offers a variety of services to clients around the world.
Python Algorithms: Mastering Basic Algorithms in the Python Language
Magnus Lie Hetland - 2010
Written by Magnus Lie Hetland, author of Beginning Python, this book is sharply focused on classical algorithms, but it also gives a solid understanding of fundamental algorithmic problem-solving techniques.The book deals with some of the most important and challenging areas of programming and computer science, but in a highly pedagogic and readable manner. The book covers both algorithmic theory and programming practice, demonstrating how theory is reflected in real Python programs. Well-known algorithms and data structures that are built into the Python language are explained, and the user is shown how to implement and evaluate others himself.