Object-Oriented Modeling and Design with UML


James Rumbaugh - 1990
    Two of the leading authorities in the field, Mike Blaha, and Jim Rumbaugh, have thoroughly revised the book to provide a quintessential reference to UML 2.0 and its application for practical, usable state of the art Object-Oriented strategies in the design and implementation of complex object-oriented software systems.

Hacking: The Art of Exploitation


Jon Erickson - 2003
    This book explains the technical aspects of hacking, including stack based overflows, heap based overflows, string exploits, return-into-libc, shellcode, and cryptographic attacks on 802.11b.

The Anatomy of the Swipe: Making Money Move


Ahmed Siddiqui - 2020
    Yet, not many people understand how payment systems in the US work. Those that do "get it" are unlocking multi-billion dollar opportunities. If you've ever wondered what happens when you actually swipe/dip/tap your credit card or debit card then The Anatomy of the Swipe breaks down the details in the simplest manner possible. Here are some questions answered within these pages:How does money move from my credit card to my favorite coffee shop? How can I build a neo-bank? How can I build my own debit or credit card? How can I accept card based payments? The Anatomy of the Swipe speaks to software developers and entrepreneurs who are looking at implementing card-based payments for the first time, merchants who want to be able to accept payments for a website or store, or those who want to issue their own debit/credit card. This book walks beginners through modern innovations created because of card-based payments, as well as the motivations and revenue models of each party in the payments ecosystem.

DevOps for the Modern Enterprise: Winning Practices to Transform Legacy IT Organizations


Mirco Hering - 2018
    

Team Topologies: Organizing Business and Technology Teams for Fast Flow


Matthew Skelton - 2019
    But how do you build the best team organization for your specific goals, culture, and needs? Team Topologies is a practical, step-by-step, adaptive model for organizational design and team interaction based on four fundamental team types and three team interaction patterns. It is a model that treats teams as the fundamental means of delivery, where team structures and communication pathways are able to evolve with technological and organizational maturity.In Team Topologies, IT consultants Matthew Skelton and Manuel Pais share secrets of successful team patterns and interactions to help readers choose and evolve the right team patterns for their organization, making sure to keep the software healthy and optimize value streams.Team Topologies is a major step forward in organizational design for software, presenting a well-defined way for teams to interact and interrelate that helps make the resulting software architecture clearer and more sustainable, turning inter-team problems into valuable signals for the self-steering organization.

Access 2010: The Missing Manual


Matthew MacDonald - 2010
    With this book’s easy step-by-step process, you’ll quickly learn how to build and maintain a complete Access database, using Access 2013’s new, simpler user interface and templates. You also get practices and tips from the pros for good database design—ideal whether you’re using Access for school, business, or at home.The important stuff you need to know:Build a database with ease. Store information to track numbers, products, documents, and more.Customize the interface. Build your own forms to make data entry a snap.Find what you need fast. Search, sort, and summarize huge amounts of information.Put your data to use. Turn raw info into printed reports with attractive formatting.Share your data. Collaborate online with SharePoint and the Access web database.Dive into Access programming. Get tricks and techniques to automate common tasks.Create rich data connections. Build dynamic links with SQL Server, SharePoint, and other systems.

Once Upon an Algorithm: How Stories Explain Computing


Martin Erwig - 2017
    Now delete that picture. In Once Upon an Algorithm, Martin Erwig explains computation as something that takes place beyond electronic computers, and computer science as the study of systematic problem solving. Erwig points out that many daily activities involve problem solving. Getting up in the morning, for example: You get up, take a shower, get dressed, eat breakfast. This simple daily routine solves a recurring problem through a series of well-defined steps. In computer science, such a routine is called an algorithm.Erwig illustrates a series of concepts in computing with examples from daily life and familiar stories. Hansel and Gretel, for example, execute an algorithm to get home from the forest. The movie Groundhog Day illustrates the problem of unsolvability; Sherlock Holmes manipulates data structures when solving a crime; the magic in Harry Potter's world is understood through types and abstraction; and Indiana Jones demonstrates the complexity of searching. Along the way, Erwig also discusses representations and different ways to organize data; "intractable" problems; language, syntax, and ambiguity; control structures, loops, and the halting problem; different forms of recursion; and rules for finding errors in algorithms.This engaging book explains computation accessibly and shows its relevance to daily life. Something to think about next time we execute the algorithm of getting up in the morning.

Physics for Scientists and Engineers, Volume 2--Student Solutions Manual


Raymond A. Serway - 2010
    The manual also features a skills section, important notes from key sections of the text, and a list of important equations and concepts.

The Google Guys: Inside the Brilliant Minds of Google Founders Larry Page and Sergey Brin


Richard L. Brandt - 2009
    Richard L. Brandt shows the company as the brainchild of two brilliant individuals and looks at Google's business decisions in light of its founders' ambition and beliefs. Larry is the main strategist, with business acumen and practical drive, while Sergey is the primary technologist and idealist, with brilliant ideas and strong moral positions. But they work closely together, almost like complementary halves of a single brain. Through interviews with current and former employees, competitors, partners, and senior Google management, plus conversations with the founders themselves, Brandt demystifies the company while clarifying a number of misconceptions.

Wireshark 101: Essential Skills for Network Analysis


Laura A. Chappell - 2013
    This book provides an ideal starting point whether you are interested in analyzing traffic to learn how an application works, you need to troubleshoot slow network performance, or determine whether a machine is infected with malware. Learning to capture and analyze communications with Wireshark will help you really understand how TCP/IP networks function. As the most popular network analyzer tool in the world, the time you spend honing your skills with Wireshark will pay off when you read technical specs, marketing materials, security briefings, and more. This book can also be used by current analysts who need to practice the skills contained in this book. In essence, this book is for anyone who really wants to know what's happening on their network.

iCon: Steve Jobs, the Greatest Second Act in the History of Business


Jeffrey S. Young - 2005
    Drawing on a wide range of sources, Jeffrey Young and William Simon provide new perspectives on the legendary creation of Apple, detail Jobs's meteoric rise, and the devastating plunge that left him not only out of Apple, but out of the computer-making business entirely. This unflinching and completely unauthorized portrait reveals both sides of Jobs's role in the remarkable rise of the Pixar animation studio, also re-creates the acrimony between Jobs and Disney's Michael Eisner, and examines Jobs's dramatic his rise from the ashes with his recapture of Apple. The authors examine the takeover and Jobs's reinvention of the company with the popular iMac and his transformation of the industry with the revolutionary iPod. iCon is must reading for anyone who wants to understand how the modern digital age has been formed, shaped, and refined by the most influential figure of the age-a master of three industries: movies, music, and computers.

Ruby for Rails: Ruby Techniques for Rails Developers


David A. Black - 2006
    That means you can't tap into the full power of Rails unless you master the Ruby language. ""Ruby for Rails,"" written by Ruby expert David Black (with a forward by David Heinemeier Hansson), helps Rails developers achieve Ruby mastery. Each chapter deepens your Ruby knowledge and shows you how it connects to Rails. You'll gain confidence working with objects and classes and learn how to leverage Ruby's elegant, expressive syntax for Rails application power. And you'll become a better Rails developer through a deep understanding of the design of Rails itself and how to take advantage of it.Newcomers to Ruby will find a Rails-oriented Ruby introduction that's easy to read and that includes dynamic programming techniques, an exploration of Ruby objects, classes, and data structures, and many neat examples of Ruby and Rails code in action. ""Ruby for Rails"": the Ruby guide for Rails developers!What's Inside Classes, modules, and objects Collection handling and filtering String and regular expression manipulation Exploration of the Rails source code Ruby dynamics Many more programming concepts and techniques!

Revenue Management


Robert G. Cross - 1996
    Cross answers this question with his ground-breaking approach to revitalizing businesses: focusing on the revenue side of the ledger instead of the cost side. The antithesis of slash-and-burn methods that left companies with empty profits and dissatisfied stockholders, Revenue Management overturns conventional thinking on marketing strategies and offers the key to initiating and sustaining growth.Using case studies from a variety of industries, small businesses, and nonprofit organizations, Cross describes no-tech, low-tech, and high-tech methods that managers can use to increase revenue without increasing products or promotions; predict consumer behavior; tap into new markets; and deliver products and services to customers effectively and efficiently. His proven tactics will help any business dramatically improve its bottom line by meeting the challenge of matching supply with demand.

Reckless MC Opey TX Chapter: The Complete Series


K.B. Winters - 2020
    The girl looks as sweet as her name.But looks can be deceiving because she’s no ordinary girl.She's all woman with a kick ass job, one that has her in trouble with the US government.They’re out for blood.Says she can handle it on her own,That she doesn’t need my help.But she came looking for me, all the way from Mayhem.I let her go once,It won’t happen again.Wicked Hazel.I want her.But she's off limits.One, I'm her bossFor two, pain already shines in her beautiful eyes.As sure as sin shines on her lips.I can't get her mixed up in all this Reckless MC stuff.I'm not even sure I want to be here myself.That is, until she comes running into my arms.Okay, maybe not running exactly.Falling.But now she's in trouble,And there's nothing that will stop me from saving her. Having her.Not even the ghosts from my past.Locked The girl who shattered my heart in high school just walked back into my life.Aspen Holt was a grade 'A' b*tch back then.Rich, hot, and entitled.To her, I was just a poor ranch boy.But we aren't in high school anymore.And I'm not a poor rancher.Loaded Good ol' Dr. Annabelle Keyes can make it disappear for a while.She may be a well respected Doctor while she's at work,but she is one freak in the sheets.And too good for a man like me.We've got a friends-with-benefits type of relationship,Except we're not really friends.It's more of a love-hate thing.Sure, she helps out the MC when someone needs stitched up or a bullet removed.But other than fightin' and screwin'? We don't have that type of chemistry.Tied My step sister just showed up at my door,It's been years since I last saw her.I don’t really know the kid who moved in when our parents got married.It was right before I signed on with Uncle Sam.But she needs my help now,Because her a-hole Daddy sold her to the mob.Wild Living in the sticks is boring. Mundane.Good thing the club keeps me busy,As members get their kink on,And the ladies keep me up.All. Night. Long.But damn if the one woman I want under me is off limits.Ella Mae.The most badass woman ever and the VP of a rival MC.Turns out, there’s more than one way to be forbidden.Love filthy talking bikers who can melt your panties with just a whisper? Or just a hot AF ride on the wild side? You got it babe! Reckless MC delivers! Grab this box set now. Just remember to leave your panties at the door!

Saving the Doc (Falling for the Doc Book 5)


Jennifer Youngblood - 2021