Professional Test Driven Development with C#: Developing Real World Applications with Tdd


James Bender - 2011
    This hands-on guide provides invaluable insight for creating successful test-driven development processes. With source code and examples featured in both C# and .NET, the book walks you through the TDD methodology and shows how it is applied to a real-world application. You'll witness the application built from scratch and details each step that is involved in the development, as well as any problems that were encountered and the solutions that were applied.Clarifies the motivation behind test-driven development (TDD), what it is, and how it works Reviews the various steps involved in developing an application and the testing that is involved prior to implementing the functionality Discusses unit testing and refactoring Professional Test-Driven Development with C# shows you how to create great TDD processes right away.

Masters of Doom: How Two Guys Created an Empire and Transformed Pop Culture


David Kushner - 2003
    Together, they ruled big business. They transformed popular culture. And they provoked a national controversy. More than anything, they lived a unique and rollicking American Dream, escaping the broken homes of their youth to produce the most notoriously successful game franchises in history—Doom and Quake— until the games they made tore them apart. This is a story of friendship and betrayal, commerce and artistry—a powerful and compassionate account of what it's like to be young, driven, and wildly creative.

Crock Pot Cookbook: 440 Slow Cooker Recipes


Robert Wilson - 2010
    It was pretty obvious that people found something on the internet for free and put it on Amazon to sell, but for only 99 cents I figured there wasn't much to lose so I bought one. Turned out to be totally useless. There was no table of contents and there were two or three blank pages between each recipe. That meant a lot of clicking on the Kindle just to see what's there. I didn't bother trying to click through all the recipes - I was afraid I'd wear out my little clicker. Instead, I went to google and immediately found what people were downloading, a .pdf file with 470 recipes in alphabetical order. Hence "Artichoke Chicken and Olives" was next to "Artichoke and Cheese Dip" but if you want to browse all the chicken recipes you're out of luck. So I converted this .pdf file to something I could work with and proceeded to reorganize the recipes into categories and build a table of contents. Now if you've got a chicken sitting in your fridge screaming at you to do something before it gets too old you can go to the "Chicken and Turkey" section of the table of contents and scan through the titles or click on the first one and start glancing at the recipes until you find something that strikes your fancy. I also standardized the recipe formats and abbreviations and included a little information about converting the U.S. measurements for those of you that have advanced on to the metric system and now only use teaspoons for stirring your tea. Some of these recipes mention brand name products. If those products aren't available where you are you're just going to have to call me bad names and either wing it or try another recipe. There are plenty of recipes that only call for natural and/or fresh ingredients though. Revised: 30 August 2011

Higher-Order Perl: Transforming Programs with Programs


Mark Jason Dominus - 2005
    However, Perl incorporates many features that have their roots in other languages such as Lisp. These advanced features are not well understood and are rarely used by most Perl programmers, but they are very powerful. They can automate tasks in everyday programming that are difficult to solve in any other way. One of the most powerful of these techniques is writing functions that manufacture or modify other functions. For example, instead of writing ten similar functions, a programmer can write a general pattern or framework that can then create the functions as needed according to the pattern. For several years Mark Jason Dominus has worked to apply functional programming techniques to Perl. Now Mark brings these flexible programming methods that he has successfully taught in numerous tutorials and training sessions to a wider audience.• Introduces powerful programming methods—new to most Perl programmers—that were previously the domain of computer scientists• Gradually builds up confidence by describing techniques of progressive sophistication• Shows how to improve everyday programs and includes numerous engaging code examples to illustrate the methods

Linux Command Line and Shell Scripting Bible


Richard Blum - 2008
    Not only does this Bible give you a quick refresher on the structure of open-source Linux software, it also shows you how to bypass the hefty graphical user interface on Linux systems and start interacting the fast and efficient way?with command lines and automated scripts. You'll learn how to manage files on the filesystem, start and stop programs, use databases, even do Web programming?without a GUI?with this one-stop resource.

Agile Web Development with Rails: A Pragmatic Guide


Dave Thomas - 2005
    A full Rails application probably has less total code than the XML you'd need to configure the same application in other frameworks. With this book you'll learn how to use "ActiveRecord" to connect business objects and database tables. No more painful object-relational mapping. Just create your business objects and let Rails do the rest. You'll learn how to use the "Action Pack" framework to route incoming requests and render pages using easy-to-write templates and components. See how to exploit the Rails service frameworks to send emails, implement web services, and create dynamic, user-centric web-pages using built-in Javascript and Ajax support. There are extensive chapters on testing, deployment, and scaling. You'll see how easy it is to install Rails using your web server of choice (such as Apache or lighttpd) or using its own included web server. You'll be writing applications that work with your favorite database (MySQL, Oracle, Postgres, and more) in no time at all. You'll create a complete online store application in the extended tutorial section, so you'll see how a full Rails application is developed---iteratively and rapidly. Rails strives to honor the Pragmatic Programmer's "DRY Principle" by avoiding the extra work of configuration files and code annotations. You can develop in real-time: make a change, and watch it work immediately. Forget XML. Everything in Rails, from templates to control flow to business logic, is written in Ruby, the language of choice for programmers who like to get the job done well (and leave work ontime for a change). Rails is the framework of choice for the new generation of Web 2.0 developers. Agile Web Development with Rails is the book for that generation, written by Dave Thomas (Pragmatic Programmer and author of Programming Ruby) and David Heinemeier Hansson, who created Rails.

Windows Sysinternals Administrator's Reference


Mark E. Russinovich - 2009
    Guided by Sysinternals creator Mark Russinovich and Windows expert Aaron Margosis, you’ll drill into the features and functions of dozens of free file, disk, process, security, and Windows management tools. And you’ll learn how to apply the book’s best practices to help resolve your own technical issues the way the experts do.Diagnose. Troubleshoot. Optimize.Analyze CPU spikes, memory leaks, and other system problems Get a comprehensive view of file, disk, registry, process/thread, and network activity Diagnose and troubleshoot issues with Active Directory® Easily scan, disable, and remove autostart applications and components Monitor application debug output Generate trigger-based memory dumps for application troubleshooting Audit and analyze file digital signatures, permissions, and other security information Execute Sysinternals management tools on one or more remote computers Master Process Explorer, Process Monitor, and Autoruns

High Performance MySQL: Optimization, Backups, Replication, and More


Baron Schwartz - 2008
    Written by noted experts with years of real-world experience building very large systems, this book covers every aspect of MySQL performance in detail, and focuses on robustness, security, and data integrity.High Performance MySQL teaches you advanced techniques in depth so you can bring out MySQL's full power. Learn how to design schemas, indexes, queries and advanced MySQL features for maximum performance, and get detailed guidance for tuning your MySQL server, operating system, and hardware to their fullest potential. You'll also learn practical, safe, high-performance ways to scale your applications with replication, load balancing, high availability, and failover. This second edition is completely revised and greatly expanded, with deeper coverage in all areas. Major additions include: Emphasis throughout on both performance and reliability Thorough coverage of storage engines, including in-depth tuning and optimizations for the InnoDB storage engine Effects of new features in MySQL 5.0 and 5.1, including stored procedures, partitioned databases, triggers, and views A detailed discussion on how to build very large, highly scalable systems with MySQL New options for backups and replication Optimization of advanced querying features, such as full-text searches Four new appendices The book also includes chapters on benchmarking, profiling, backups, security, and tools and techniques to help you measure, monitor, and manage your MySQL installations.

Game Development Essentials: An Introduction


Jeannie Novak - 2004
    This book not only examines content creation and the concepts behind development, but it also give readers a background on the evolution of game development and how it has become what it is today. GAME DEVELOPMENT ESSENTIALS also includes chapters on project management, development team roles and responsibilities, development cycle, marketing, maintenance, and the future of game development. With the same engaging writing style and examples that made the first two editions so popular, this new edition features all the latest games and game technology. Coverage of new game-related technology, development techniques, and the latest research in the field make this an invaluable resource for anyone entering the exciting, competitive, ever-changing world of game development.

Adventures In Raspberry Pi (Adventures In ...)


Carrie Anne Philbin - 2013
    Written for 11- to 15-year-olds and assuming no prior computing knowledge, this book uses the wildly successful, low-cost, credit-card-sized Raspberry Pi computer to explain fundamental computing concepts. Young people will enjoy going through the book's nine fun projects while they learn basic programming and system administration skills, starting with the very basics of how to plug in the board and turn it on. Each project includes a lively and informative video to reinforce the lessons. It's perfect for young, eager self-learners—your kids can jump in, set up their Raspberry Pi, and go through the lessons on their own. Written by Carrie Anne Philbin, a high school teacher of computing who advises the U.K. government on the revised ICT Curriculum Teaches 11- to 15-year-olds programming and system administration skills using Raspberry Pi Features 9 fun projects accompanied by lively and helpful videos Raspberry Pi is a $35/£25 credit-card-sized computer created by the non-profit Raspberry Pi Foundation; over a million have been sold Help your children have fun and learn computing skills at the same time with Adventures in Raspberry Pi.

Evernote for Dummies


David E.Y. Sarna - 2012
    

Google Adwords - An Introduction: The Ultimate Guide To The Many Opportunities for the Pay Per Click Professional: For Your Business & For Your Career!


James Lynch - 2015
    Whether you aspire to become a Search Engine Marketing PPC Professional or just want to learn more about Google AdWords Pay Per Click advertising to use it in your own business. PPC advertising can drive some really great - really targeted traffic to practically any website AND you can do it fairly inexpensively if you learn how to do it right. Google AdWords is most certainly the best place to start, as practically every other pay per click platform has in some form or another modeled its foundation around the basic AdWords type PPC concepts. What this book is about: Google AdWords - An Introduction, is a guide for you to run through and see if you think that Google AdWords is something you want to learn more about… This book is for you if: You would like to see at a very high level, how you can use PPC / Google AdWords to drive highly targeted traffic to ANY website. or You're thinking about maybe becoming a Certified Google AdWords Professional and taking on clients of your own, and running their pay-per-click campaigns for them and GET PAID. or You may be thinking about working directly for a business or advertising agency and running PPC campaigns for them as a Search Engine Marketing – PPC Professional. Becoming a Certified Google AdWords Professional opens many, many doors in the world of online marketing. I'll show you how to become Google Certified and get on the fast track to becoming a Search Engine Marketing - PPC Professional that is in extremely high demand in the digital marketing space today. This book may also be for you if: You find yourself at a crossroads and: 1 - You’re stuck in a dead-end job: customer service, sales or otherwise and you’re wanting to improve your job status, career choices and your PAY. 2 - You’re thinking about becoming an AdWords Certified Consultant serving your own clients as a consultant or at an agency. 3 - You’re an entrepreneur, coach or business owner and you want to learn more about paid media buying to market yourself and your business online. This book is intended to help you to get a high level vision and overview of the Google AdWords & Pay Per Click Advertising. Whatever your current situation, this book will give you a taste of what it’s like inside the world of Pay Per Click Advertising. After reading through once or twice… YOU WILL KNOW IF PPC is right for you at this point and time in your business/career/life. What this book is NOT about. This book is not about the latest and greatest tips and tricks for using Google AdWords… I do offer extensive AdWords PPC training through my web site: http://ppcequation.com - Both free and paid training can be found there. I just want to be 100% transparent with you and let you know that this book is not going to make you a PPC expert in one read. It's simply an introduction to the industry, either for the business owner / entrepreneur wanting to drive more traffic to his offerings or for someone thinking about becoming a Pay Per Click Professional as a career. Take a look inside at the table of contents before you order to see all that's covered... I guarantee you will find some great takeaways... gold nuggets and bonuses within. So please: Read, Relax and Enjoy!

Organize Your Genealogy in Evernote in 10 Easy Steps


Lorine McGinnis Schulze - 2014
    You will learn how to create notes, how to create stacks, how to set up a hierarchical structure for tags, how to create virtual genealogy binders, easy ways to transfer your computer files into an Evernote Note, and more. You will be able to follow each step to create your own Genealogy Binders full of your research (documents, photos, audio files, and more) on all your ancestors. Your Genealogy files will be organized, easily accessible and readily available to share with others if desired.

Google Analytics: Understanding Visitor Behavior


Justin Cutroni - 2007
    This hands-on guide shows you how to get the most out of this free and powerful tool -- whether you're new to Google Analytics or have been using it for years.Google Analytics shows you how to track different market segments and analyze conversion rates, and reveals advanced techniques such as marketing-campaign tracking, a valuable feature that most people overlook. And this practical book not only provides complete code samples for web developers, it also explains the concepts behind the code to marketers, managers, and others on your team.Discover exactly how the Google Analytics system worksLearn how to configure the system to measure data most relevant to your business goalsTrack online marketing activities, including cost-per-click ads, email, and internal campaignsTrack events -- rather than page views -- on sites with features such as maps, embedded video, and widgetsConfigure Google Analytics to track enterprise data, including multiple domainsUse advanced techniques such as custom variables and CRM integration

Informatics Practices with Python: Textbook for CBSE Class 11


Preeti Arora - 2019