Book picks similar to
Pro ASP.NET 3.5 in VB 2008: Includes Silverlight 2 by Matthew MacDonald
at-work
consultazione
non-letti
software
The Software Requirements Memory Jogger: A Pocket Guide to Help Software and Business Teams Develop and Manage Requirements
Ellen Gottesdiener - 2005
The Software Requirements Memory Jogger provides every member of your project team with the tools and techniques to foster communication between business and technical teams on the necessary requirements for producing successful software. The Software Requirements Memory Jogger will benefit all stakeholders at any organizational level involved in software development projects management team, practitioners, QA/QC personnel. - Explore practical steps, tips, and examples to help you develop and manage requirements - Follow the User Requirements Roadmap a toolkit of techniques for discovering and analyzing user requirements - Streamline communications between all requirements stakeholders - Learn how to write clear, concise requirements documents
Cloud Computing for Dummies
Judith Hurwitz - 2009
If you've been put in charge of implementing cloud computing, this straightforward, plain-English guide clears up the confusion and helps you get your plan in place.You'll learn how cloud computing enables you to run a more green IT infrastructure, and access technology-enabled services from the Internet ("in the cloud") without having to understand, manage, or invest in the technology infrastructure that supports them. You'll also find out what you need to consider when implementing a plan, how to handle security issues, and more.Cloud computing is a way for businesses to take advantage of storage and virtual services through the Internet, saving money on infrastructure and support This book provides a clear definition of cloud computing from the utility computing standpoint and also addresses security concerns Offers practical guidance on delivering and managing cloud computing services effectively and efficiently Presents a proactive and pragmatic approach to implementing cloud computing in any organization Helps IT managers and staff understand the benefits and challenges of cloud computing, how to select a service, and what's involved in getting it up and running Highly experienced author team consults and gives presentations on emerging technologies Cloud Computing For Dummies gets straight to the point, providing the practical information you need to know.
Learning SAS by Example: A Programmer's Guide
Ron Cody - 2007
In an instructive and conversational tone, Cody clearly explains how to program SAS, illustrating with one or more real-life examples and giving a detailed description of how the program works.
Django for Beginners: Learn web development with Django 2.0
William S. Vincent - 2018
Proceed step-by-step through five progressively more complex web applications: from a "Hello World" app all the way to a robust Newspaper app with a custom user model, complete user authentication flow, foreign key relationships, and more. Learn current best practices around class-based views, templates, urls, user authentication, testing, and deployment. The material is up-to-date with the latest versions of both Django (2.0) and Python (3.6). TABLE OF CONTENTS: * Introduction * Chapter 1: Initial Setup * Chapter 2: Hello World app * Chapter 3: Pages app * Chapter 4: Message Board app * Chapter 5: Blog app * Chapter 6: Forms * Chapter 7: User Accounts * Chapter 8: Custom User Model * Chapter 9: User Authentication * Chapter 10: Bootstrap * Chapter 11: Password Change and Reset * Chapter 12: Email * Chapter 13: Newspaper app * Chapter 14: Permissions and Authorizations * Chapter 15: Comments * Conclusion
An Introduction to APIs
Brian Cooksey - 2016
We start off easy, defining some of the tech lingo you may have heard before, but didn’t fully understand. From there, each lesson introduces something new, slowly building up to the point where you are confident about what an API is and, for the brave, could actually take a stab at using one.
True to Life: Twenty-Five Years of Conversations with David Hockney
Lawrence Weschler - 2008
Weschler chronicles Hockney's protean production and speculations, including his scenic designs for opera, his homemade xerographic prints, his exploration of physics in relation to Chinese landscape painting, his investigations into optical devices, his taking up of watercolor—and then his spectacular return to oil painting, around 2005, with a series of landscapes of the East Yorkshire countryside of his youth. These conversations provide an astonishing record of what has been Hockney's grand endeavor, nothing less than an exploration of "the structure of seeing" itself.
Sams Teach Yourself C++ in One Hour a Day
Siddhartha Rao - 2008
Master the fundamentals of C++ and object-oriented programming Understand how C++11 features help you write compact and efficient code using concepts such as lambda expressions, move constructors, and assignment operators Learn the Standard Template Library, including containers and algorithms used in most real-world C++ applications Test your knowledge and expertise using exercises at the end of every lesson Learn on your own time, at your own pace: No previous programming experience required Learn C++11, object-oriented programming, and analysis Write fast and powerful C++ programs, compile the source code with a gcc compiler, and create executable files Use the Standard Template Library's (STL) algorithms and containers to write feature-rich yet stable C++ applications Develop sophisticated programming techniques using lambda expressions, smart pointers, and move constructors Learn to expand your program's power with inheritance and polymorphism Master the features of C++ by learning from programming experts Learn C++11 features that allow you to program compact and high-performance C++ applications TABLE OF CONTENTSPART I: THE BASICS LESSON 1: Getting Started with C++11 LESSON 2: The Anatomy of a C++ Program LESSON 3: Using Variables, Declaring Constants LESSON 4: Managing Arrays and Strings LESSON 5: Working with Expressions, Statements, and Operators LESSON 6: Controlling Program Flow LESSON 7: Organizing Code with Functions LESSON 8: Pointers and References Explained PART II: FUNDAMENTALS OF OBJECT-ORIENTED C++ PROGRAMMING LESSON 9: Classes and Objects LESSON 10: Implementing Inheritance LESSON 11: Polymorphism LESSON 12: Operator Types and Operator Overloading LESSON 13: Casting Operators LESSON 14: An Introduction to Macros and Templates PART III: LEARNING THE STANDARD TEMPLATE LIBRARY (STL) LESSON 15: An Introduction to the Standard Template LibraryLESSON 16: The STL String ClassLESSON 17: STL Dynamic Array ClassesLESSON 18: STL list and forward_listLESSON 19: STL Set ClassesLESSON 20: STL Map ClassesPART IV: MORE STL LESSON 21: Understanding Function ObjectsLESSON 22: C++11 Lambda ExpressionsLESSON 23: STL AlgorithmsLESSON 24: Adaptive Containers: Stack and QueueLESSON 25: Working with Bit Flags Using STLPART V: ADVANCED C++ CONCEPTS LESSON 26: Understanding Smart PointersLESSON 27: Using Streams for Input and OutputLESSON 28: Exception HandlingLESSON 29: Going Forward APPENDIXES A: Working with Numbers: Binary and Hexadecimal B: C++ Keywords C: Operator Precedence D: Answers E: ASCII Codes
The Source of Miracles: 7 Steps to Transforming Your Life through the Lord's Prayer
Kathleen McGowan - 2009
The real secret to creating and sustaining an abundant, joyous, and fulfilled life has been hiding in plain sight -- in the power of the prayer that unites two billion Christians worldwide, the prayer that each one of them knows by heart. True happiness and success can't just be wished for. The real secret to fulfillment lies in using the Lord's Prayer as part of an ongoing spiritual practice that leads to real and lasting change in the soul -- change that will manifest itself in earthly, tangible ways. Each chapter in The Source of Miracles is a guide to one of seven steps in that process, corresponding to a primary teaching of the prayer: faith, surrender, service, abundance, forgiveness, obstacles, and love. Each chapter also includes meditations, affirmations, and other activities designed to help readers work through life's challenges. In her bestselling fiction, Kathleen McGowan has popularized the world of Christian esoterica, a unique place where New Age and Christianity meet, making ancient teachings new and powerful. The Source of Miracles harnesses the wisdom of those traditions at a time of great material and spiritual uncertainty, when the need for signposts on the road to success has never been more acute.
Async in C# 5.0
Alex Davies - 2012
Along with a clear introduction to asynchronous programming, you get an in-depth look at how the async feature works and why you might want to use it in your application.Written for experienced C# programmers—yet approachable for beginners—this book is packed with code examples that you can extend for your own projects.Write your own asynchronous code, and learn how async saves you from this messy choreDiscover new performance possibilities in ASP.NET web server codeExplore how async and WinRT work together in Windows 8 applicationsLearn the importance of the await keyword in async methodsUnderstand which .NET thread is running your code—and at what points in the programUse the Task-based Asynchronous Pattern (TAP) to write asynchronous APIs in .NETTake advantage of parallel computing in modern machinesMeasure async code performance by comparing it with alternatives
The Service Startup: Design Thinking gets Lean
Tennyson Pinheiro - 2014
Agreed on many fronts but I found his reinvention of these principles when applied to the service industry to be extremely insightful. The concept of a Minimum Valuable Service is unique, new and sets goals intended to deliver maximum value with measurable results. This is a must read for anyone in the global innovation economy." - Rick Rasmussen, NestGSV. International Business development.This book is a practical guide that explores how startup entrepreneurs and business leaders, who hold no Design degrees, can integrate Service Design into their development cycles in order to create sustainable, desirable and profitable new services. In the first part, Tenny explores the reasons why startups need to move away from the "make and sell" industrial logic we've been exploiting over the last century. To take its place he proposes a new service oriented mindset that carries the idea of "learn, use and remember" users' journeys. He also discusses the challenges our industrial society is facing and how the combination of design with a service oriented mentality can be key to help new and existent businesses make this shift. In the second part, he will take you on a journey through the MVS - Minimum Valuable Service - model. This model can seamlessly integrate Service Design into the Lean Startup or any Agile development cycle. It adds the human values needed to foster service innovations within the Lean's scientific approach. In this part of the book you will learn tools, methods and practices that will help you get your hands dirty with design.At some point every adventure requires a great guide, and this journey into the heart of the new is led impeccably by Tenny Pinheiro. Slyly sidestepping the pitfalls of the Lean Startup approach, he skillfully navigates us through to a deeper understanding of the forces shaping the evolving service economy. By trusting the wisdom of the many to help design the next phase of business, his approach taps into an inexhaustible source of creativity and innovation. The Service Startup is a trusty roadmap that you will long keep by your side. As Tenny might suggest: learn it, use it, and remember it. - Jamer Hunt, Parsons The New School for Design. Director for the graduate Program in Transdisciplinary Design."I'll admit it: I enjoy seeing someone who knows their stuff re-assemble and improve on the work of an adjacent profession. Tenny calls out what's lacking in the Lean Startup approach, in the most thorough and insightful ways. In the spirit of iteration, he's taken an existing approach and improved on it. If only all criticism were this good. I enjoyed his delightfully nuanced views on the world of services - how they're perceived, experienced, and remembered - as well as his historical perspectives on the worlds of design, business and marketing. Opinionated but also well-informed, this is a pragmatic, human-centric take on designing and delivering services that I'd recommend to anyone whose work affects other people. - Chad Thornton, Experience Designer, Airbnb"
Service-Oriented Design with Ruby and Rails
Paul Dix - 2010
Today, Rails developers and architects need better ways to interface with legacy systems, move into the cloud, and scale to handle higher volumes and greater complexity. In Service-Oriented Design with Ruby and Rails Paul Dix introduces a powerful, services-based design approach geared toward overcoming all these challenges. Using Dix's techniques, readers can leverage the full benefits of both Ruby and Rails, while overcoming the difficulties of working with larger codebases and teams. Dix demonstrates how to integrate multiple components within an enterprise application stack; create services that can easily grow and connect; and design systems that are easier to maintain and upgrade. Key concepts are explained with detailed Ruby code built using open source libraries such as ActiveRecord, Sinatra, Nokogiri, and Typhoeus. The book concludes with coverage of security, scaling, messaging, and interfacing with third-party services. Service-Oriented Design with Ruby and Rails will help you Build highly scalable, Ruby-based service architectures that operate smoothly in the cloud or with legacy systems Scale Rails systems to handle more requests, larger development teams, and more complex code bases Master new best practices for designing and creating services in Ruby Use Ruby to glue together services written in any language Use Ruby libraries to build and consume RESTful Web services Use Ruby JSON parsers to quickly represent resources from HTTP services Write lightweight, well-designed API wrappers around internal or external services Discover powerful non-Rails frameworks that simplify Ruby service implementation Implement standards-based enterprise messaging with Advanced Message Queuing Protocol (AMQP) Optimize performance with load balancing and caching Provide for security and authentication
John McAfee's Last Stand
Joshua Davis - 2012
The tech entrepreneur made a fortune from the antivirus software that bears his name, but he also spent years as a cocaine addict, spiritual guru and yoga expert. In 2009, after losing millions in the stock market crash, he decided to retire to the tiny Central American nation of Belize. That's when things really got weird. He started hanging out with killers, prostitutes, and pimps. He fell in love with a 17-year-old and surrounded his tropical compound with armed guards. In November 2012 his neighbor was found murdered. McAfee, who professed his innocence, fled the police and went into hiding.WIRED's Joshua Davis had months of exclusive access to McAfee before his disappearance and was virtually the only journalist McAfee had contact with when he went on the lam. In this fascinating profile, Davis takes readers into McAfee's heart of darkness, a harrowing and jaw-dropping tale of ambition, paranoia, sex, and madness.From:http://www.amazon.com/gp/product/B00A...
Titan: The Fighting Fantasy World
Steve Jackson - 1986
The title contains "backstory on... the villains and NPC's" found throughout the Fighting Fantasy series.Covers the turbulent history of the planet Titan, from its early civilizations, through the devestating war of the wizards, to the present-day wilderness and anarchy where the delicate balance between good and chaos could at any moment be overturned.
Why Software Sucks...and What You Can Do about It
David S. Platt - 2006
. . . Put this one on your must-have list if you have software, love software, hate programmers, or even ARE a programmer, because Mr. Platt (who teaches programming) has set out to puncture the bloated egos of all those who think that just because they can write a program, they can make it easy to use. . . . This book is funny, but it is also an important wake-up call for software companies that want to reduce the size of their customer support bills. If you were ever stuck for an answer to the question, 'Why do good programmers make such awful software?' this book holds the answer."--John McCormick, Locksmith columnist, TechRepublic.com "I must say first, I don't get many computing manuscripts that make me laugh out loud. Between the laughs, Dave Platt delivers some very interesting insight and perspective, all in a lucid and engaging style. I don't get much of that either!"--Henry Leitner, assistant dean for information technology andsenior lecturer on computer science, Harvard University "A riotous book for all of us downtrodden computer users, written in language that we understand."--Stacy Baratelli, author's barber "David's unique take on the problems that bedevil software creation made me think about the process in new ways. If you care about the quality of the software you create or use, read this book."--Dave Chappell, principal, Chappell & Associates "I began to read it in my office but stopped before I reached the bottom of the first page. I couldn't keep a grin off my face! I'll enjoy it after I go back home and find a safe place to read."--Tsukasa Makino, IT manager "David explains, in terms that my mother-in-law can understand, why the software we use today can be so frustrating, even dangerous at times, and gives us some real ideas on what we can do about it."--Jim Brosseau, Clarrus Consulting Group, Inc. A Book for Anyone Who Uses a Computer Today...and Just Wants to Scream! Today's software sucks. There's no other good way to say it. It's unsafe, allowing criminal programs to creep through the Internet wires into our very bedrooms. It's unreliable, crashing when we need it most, wiping out hours or days of work with no way to get it back. And it's hard to use, requiring large amounts of head-banging to figure out the simplest operations.It's no secret that software sucks. You know that from personal experience, whether you use computers for work or personal tasks. In this book, programming insider David Platt explains why that's the case and, more importantly, why it doesn't have to be that way. And he explains it in plain, jargon-free English that's a joy to read, using real-world examples with which you're already familiar. In the end, he suggests what you, as a typical user, without a technical background, can do about this sad state of our software--how you, as an informed consumer, don't have to take the abuse that bad software dishes out.As you might expect from the book's title, Dave's expose is laced with humor--sometimes outrageous, but always dead on. You'll laugh out loud as you recall incidents with your own software that made you cry. You'll slap your thigh with the same hand that so often pounded your computer desk and wished it was a bad programmer's face. But Dave hasn't written this book just for laughs. He's written it to give long-overdue voice to your own discovery--that software does, indeed, suck, but it shouldn't.
Wonder of the World: Trade Edition
David Lindsay-Abaire - 2002
The New York production featured knockout performances by Sarah Jessica Parker and Amy Sedaris. Ben Brantley, in the "New York Times" wrote "clearly, Mr. Lindsay-Abaire hasn't lost his playfully wicked eye, equally appalled and affectionate . . . his style both embraces and spoofs the All-American appetite for spiritual lift, sitcom perkiness, and slimy tabloid prurience." A firm believer in destiny-and inspired by a Marilyn Monroe movie-Cass leaves her husband and boards a bus to Niagara Falls, where she hopes to meet the unknown man she believes herself fated to end up with. Along the way toward the inevitable climax on the brink of the waterfall, she checks items off her list of "things to do in life," and takes the audience on an often moving, always hilarious journey.