Book picks similar to
Thinking in C# by Larry O'Brien


programming
references
software-development
tech-books

The Rails 4 Way


Obie Fernandez - 2013
    It has conquered developer mindshare at startups and enterprises alike with its focus of simplicity, convention and clean, maintainable code. The latest version, Rails 4, continues the tradition of enhanced performance, security and developer productivity, with improvements that enable professional developers to focus on what matters most: delivering business value quickly and consistently.The Rails™ 4 Way is the only comprehensive, authoritative guide to delivering production-quality code with Rails 4. Pioneering Rails expert Obie Fernandez and his team of leading Rails experts illuminate the entire set of Rails APIs, along with the idioms, design approaches, and libraries that make developing applications with Rails so powerful. Drawing on their unsurpassed experience and track record, they address the real challenges development teams face, showing how to use Rails to maximize your productivity.Using numerous detailed code examples, the author systematically cover Rails key capabilities and subsystems, making this book a reference that you depend on everyday. He presents advanced Rails programming techniques that have been proven effective in day-to-day usage on dozens of production Rails systems and offers important insights into behavior-driven development and production considerations such as scalability. Dive deep into the subtleties of the asset pipeline and other advanced Rails topics such as security and scalability. The Rails 4 Way is your best guide for making Rails do exactly what you want it to do.

Get IELTS Band 9 - In General Training Writing Task 1 Letters


Cambridge IELTS Consultants - 2015
    This book shows you a 3-step process to plan and write your letter, for any type of Task situation that you may meet. This book has twelve example Tasks; each one has a full commentary about the instructions, a Band 9 model letter, and an explanation of why the letter achieves such a high score. We show you how to begin, organise and end the letter, how to move your grammar and vocabulary between formal and personal styles, and how to create content that will impress the IELTS examiners, even if your English is not perfect. For anyone taking the IELTS General Training Test, the exam is an important step in your life. This book will help you to take that step with confidence, and get the best possible result on the day. About the authors: Cambridge IELTS Consultants are a team of IELTS trainers and past examiners based in Cambridge, United Kingdom. They have many years experience of preparing students for IELTS Academic and General Training, marking the essays and developing course books to guide candidates through the Cambridge IELTS process. They really are the experts!

Training Guide: Programming in HTML5 with JavaScript and CSS3


Glenn Johnson - 2013
    Build hands-on expertise through a series of lessons, exercises, and suggested practices—and help maximize your performance on the job.Provides in-depth, hands-on training you take at your own pace Focuses on job-role-specific expertise for using HTML5, JavaScript, and CSS3 to begin building modern web and Windows 8 apps Features pragmatic lessons, exercises, and practices Creates a foundation of skills which, along with on-the-job experience, can be measured by Microsoft Certification exams such as 70-480 Coverage includes: creating HTML5 documents; implementing styles with CSS3; JavaScript in depth; using Microsoft developer tools; AJAX; multimedia support; drawing with Canvas and SVG; drag and drop functionality; location-aware apps; web storage; offline apps; writing your first simple Windows 8 apps; and other key topics

Basics of Web Design: HTML5 & CSS3


Terry Felke-Morris - 2011
    "Basics of Web Design: HTML5 and CSS3, 2e "covers the basic concepts that web designers need to develop their skills: Introductory Internet and Web concepts Creating web pages with HTML5 Configuring text, color, and page layout with Cascading Style Sheets Configuring images and multimedia on web pages Web design best practices Accessibility, usability, and search engine optimization considerations Obtaining a domain name and web host Publishing to the Web

Murach's PHP and MySQL


Joel Murach - 2010
    Teaches developers how to build database-driven web applications using two of today's most popular open-source software tools, PHP and MySQL.

How to Count (Programming for Mere Mortals, #1)


Steven Frank - 2011
    unsigned numbers- Floating point and fixed point arithmeticThis short, easily understood book will quickly get you thinking like a programmer.

Laravel: Up and Running: A Framework for Building Modern PHP Apps


Matt Stauffer - 2016
    This rapid application development framework and its vast ecosystem of tools let you quickly build new sites and applications with clean, readable code. With this practical guide, Matt Stauffer--a leading teacher and developer in the Laravel community--provides the definitive introduction to one of today's most popular web frameworks.The book's high-level overview and concrete examples will help experienced PHP web developers get started with Laravel right away. By the time you reach the last page, you should feel comfortable writing an entire application in Laravel from scratch.Dive into several features of this framework, including:Blade, Laravel's powerful, custom templating toolTools for gathering, validating, normalizing, and filtering user-provided dataLaravel's Eloquent ORM for working with the application's databasesThe Illuminate request object, and its role in the application lifecyclePHPUnit, Mockery, and PHPSpec for testing your PHP codeLaravel's tools for writing JSON and RESTful APIsInterfaces for file system access, sessions, cookies, caches, and searchTools for implementing queues, jobs, events, and WebSocket event publishingLaravel's specialty packages: Scout, Passport, Cashier, Echo, Elixir, Valet, and Socialite

Functional Programming in Java: Harnessing the Power of Java 8 Lambda Expressions


Venkat Subramaniam - 2013
    You can use them to leap forward into a whole new world of programming in Java. With functional programming capabilities, which have been around for decades in other languages, you can now write elegant, concise, less error-prone code using standard Java. This book will guide you though the paradigm change, offer the essential details about the new features, and show you how to transition from your old way of coding to an improved style.In this book you’ll see popular design patterns, such as decorator, builder, and strategy, come to life to solve common design problems, but with little ceremony and effort. With these new capabilities in hand, Functional Programming in Java will help you pick up techniques to implement designs that were beyond easy reach in earlier versions of Java. You’ll see how you can reap the benefits of tail call optimization, memoization, and effortless parallelization techniques.Java 8 will change the way you write applications. If you’re eager to take advantage of the new features in the language, this is the book for you.

English the American Way: A Fun ESL Guide to Language Culture in the U.S. w/Audio CD MP3


Sheila MacKechnie Murtha - 2011
    with Audio CD + MP3A fun guide to everything American for the English language learner!The warm and witty authors of Celebrate the American Way: A Fun ESL Guide to Language and Culture in the U.S. get you started on your ESL journey with English the American Way: A Fun ESL Guide to Language & Culture in the U.S.English the American Way is your companion to everyday life in the United States. Engaging, easy-to-follow chapters highlight important topics in American culture, such as: making friends, getting around, dining out, dealing with money, buying a home, what to do in an emergency, visiting the doctor, handling a job interview, and more. Our ESL author experts (Sheila MacKechnie Murtha and Jane Airey O'Connor) give English language learners must-know vocabulary, commonly used phrases, wacky idioms, and sample dialogues that illustrate everyday American life. You'll have fun along the way as you improve your English language and grammar skills with sentence completions, quizzes, and helpful tips. Practice speaking English like an American until you're perfect! Improve your listening and speaking skills with the dialogues included on our audio CD and MP3 download.English the American Way is an excellent resource for ESL students and teachers, English language learners, and professionals of all ages and all nationalities.If you're looking for a fun and easy way to improve your English language skills, this is the book for you!Don't miss the second book in the series… Celebrate the American Way: A Fun ESL Guide to English Language and Culture in the U.S.

Metaprogramming Ruby 2: Program Like the Ruby Pros


Paolo Perrotta - 2014
    With metaprogramming, you can produce elegant, clean, and beautiful programs. Once the domain of expert Rubyists, metaprogramming is now accessible to programmers of all levels. This thoroughly revised and updated second edition of the bestselling Metaprogramming Ruby explains metaprogramming in a down-to-earth style and arms you with a practical toolbox that will help you write your best Ruby code ever.Dig under the surface and explore Ruby's most advanced feature: a collection of techniques and tricks known as metaprogramming. In this book, you'll learn metaprogramming as an essential component of Ruby and discover the deep, non-obvious details of the language. Once you understand the tenets of Ruby, including the object model, scopes, and singleton classes, you're on your way to applying metaprogramming both in your daily work assignments and in your fun, after-hours projects.Metaprogramming Ruby, Second Edition makes mastering the language enjoyable. The book is packed with: Pragmatic examples of metaprogramming in action, many of which come straight from real-life gems such as Rails.Programming challenges that let you experiment and play with some of the most out-there metaprogramming concepts.Metaprogramming spells--33 practical recipes and idioms that you can study and apply right now, to write code that is sure to impress.This completely revised new edition covers the new features in Ruby 2.0 and 2.1, and contains code from the latest Ruby libraries, including Rails 4. Most examples are new, from the wild, with more recent libraries. And the book reflects current ideas of when and how much metaprogramming you should use.Whether you're a Ruby apprentice on the path to mastering the language or a Ruby wiz in search of new tips, this book is for you.What You Need: Ruby 2.x, Ruby 1.9, or a recent version of JRuby.

The Guru's Guide to Transact-Sql


Ken Henderson - 2000
    Beginners and intermediate developers will appreciate the comprehensive tutorial that walks step-by-step through building a real client/server database, from concept to deployment and beyond -- and points out key pitfalls to avoid throughout the process. Experienced users will appreciate the book's comprehensive coverage of the Transact-SQL language, from basic to advanced level; detailed ODBC database access information; expert coverage of concurrency control, and more. The book includes thorough, up-to-the-minute guidance on building multi-tier applications; SQL Server performance tuning; and other crucial issues for advanced developers. For all database developers, system administrators, and Web application developers who interact with databases in Microsoft-centric environments.

CHACHA CHAUDHARY AND THE CRICKET WORLD CUP ( HINDI ): CHACHA CHAUDHARY


Pran Kumar Sharma - 2015
    Thus CHACHA CHAUDHARY was born in 1971.Tall and robust SABU, who is an inhabitant of planet Jupiter, gave Chaudhary an ideal company. A combination of wisdom and strength was formed to tackle any difficult task. It is said that " Chacha Chaudhary's brain works faster than a computer". Though both fight the criminals and tricksters, each episode ends with a touch of humour. The duo perform in lighter vein. The CHAUDHARY family consists of his wife Bini, a fat sharp tongue woman, Sabu, Rocket - the dog and Dag- Dag, an old truck who is half human- half machine. Chacha Chaudhary is the most popular Indian comics. More than 10 million readers enjoy this series regularly in newspapers and comic books in ten languages. A T.V. serial based on the comics has crossed 500 episodes and still continue to be telecast on premier channel "Sahara ONE".

NSHipster: Obscure Topics in Cocoa & Objective C


Mattt Thompson - 2013
    In cultivating a deep understanding and appreciation of Objective-C, its frameworks and ecosystem, one is able to create apps that delight and inspire users. Combining articles from NSHipster.com with new essays, this book is the essential guide for modern iOS and Mac OS X developers.

Total Quality Management


James R. Evans - 1999
    Today, Total Quality is an integral component of management success in today's complex business environment. This text presents an overview of the key principles of total quality and links those concepts to traditional management practices and organizational models in management theory. This book has three objectives: 1) to familiarize readers with the basic principles and methods associated with total quality management; 2) to show readers how these principles and methods have been put into effect in a variety of organizations; and, 3) to illustrate the relationship between total quality principles and the theories and models studied in management courses.

Computer Organization


V. Carl Hamacher - 1978
    *A comprehensive overview of hardware and software issues make this a "must-have" for electrical and computer engineers*Contains new material on RISC processors, performance analysis, multiprocessors and memory systems*New two-color design and illustrations illuminate the text