Joe Celko's SQL Puzzles and Answers

Download Joe Celko's SQL Puzzles and Answers PDF Online Free

Author :
Publisher : Elsevier
ISBN 13 : 9780080491684
Total Pages : 352 pages
Book Rating : 4.4/5 (916 download)

DOWNLOAD NOW!


Book Synopsis Joe Celko's SQL Puzzles and Answers by : Joe Celko

Download or read book Joe Celko's SQL Puzzles and Answers written by Joe Celko and published by Elsevier. This book was released on 2006-10-09 with total page 352 pages. Available in PDF, EPUB and Kindle. Book excerpt: Joe Celko's SQL Puzzles and Answers, Second Edition, challenges you with his trickiest puzzles and then helps solve them with a variety of solutions and explanations. Author Joe Celko demonstrates the thought processes that are involved in attacking a problem from an SQL perspective to help advanced database programmers solve the puzzles you frequently face. These techniques not only help with the puzzle at hand, but also help develop the mindset needed to solve the many difficult SQL puzzles you face every day. This updated edition features many new puzzles; dozens of new solutions to puzzles; and new chapters on temporal query puzzles and common misconceptions about SQL and RDBMS that leads to problems. This book is recommended for database programmers with a good knowledge of SQL. A great collection of tricky SQL puzzles with a variety of solutions and explanations Uses the proven format of puzzles and solutions to provide a user-friendly, practical look into SQL programming problems - many of which will help users solve their own problems New edition features: Many new puzzles added!, Dozens of new solutions to puzzles, and using features in SQL-99, Code is edited to conform to SQL STYLE rules, New chapter on temporal query puzzles, New chapter on common misconceptions about SQL and RDBMS that leads to problems

Joe Celko's SQL for Smarties

Download Joe Celko's SQL for Smarties PDF Online Free

Author :
Publisher : Morgan Kaufmann
ISBN 13 : 9781558605763
Total Pages : 580 pages
Book Rating : 4.6/5 (57 download)

DOWNLOAD NOW!


Book Synopsis Joe Celko's SQL for Smarties by : Joe Celko

Download or read book Joe Celko's SQL for Smarties written by Joe Celko and published by Morgan Kaufmann. This book was released on 2000 with total page 580 pages. Available in PDF, EPUB and Kindle. Book excerpt: An industry consultant shares his most useful tips and tricks for advanced SQL programming to help the working programmer gain performance and work around system deficiencies.

Joe Celko's SQL Programming Style

Download Joe Celko's SQL Programming Style PDF Online Free

Author :
Publisher : Elsevier
ISBN 13 : 0080478832
Total Pages : 236 pages
Book Rating : 4.0/5 (84 download)

DOWNLOAD NOW!


Book Synopsis Joe Celko's SQL Programming Style by : Joe Celko

Download or read book Joe Celko's SQL Programming Style written by Joe Celko and published by Elsevier. This book was released on 2005-05-19 with total page 236 pages. Available in PDF, EPUB and Kindle. Book excerpt: Are you an SQL programmer that, like many, came to SQL after learning and writing procedural or object-oriented code? Or have switched jobs to where a different brand of SQL is being used, or maybe even been told to learn SQL yourself? If even one answer is yes, then you need this book. A "Manual of Style" for the SQL programmer, this book is a collection of heuristics and rules, tips, and tricks that will help you improve SQL programming style and proficiency, and for formatting and writing portable, readable, maintainable SQL code. Based on many years of experience consulting in SQL shops, and gathering questions and resolving his students’ SQL style issues, Joe Celko can help you become an even better SQL programmer. Help you write Standard SQL without an accent or a dialect that is used in another programming language or a specific flavor of SQL, code that can be maintained and used by other people. Enable you to give your group a coding standard for internal use, to enable programmers to use a consistent style. Give you the mental tools to approach a new problem with SQL as your tool, rather than another programming language — one that someone else might not know!

Joe Celko's SQL for Smarties

Download Joe Celko's SQL for Smarties PDF Online Free

Author :
Publisher : Elsevier
ISBN 13 : 9780080460048
Total Pages : 840 pages
Book Rating : 4.4/5 (6 download)

DOWNLOAD NOW!


Book Synopsis Joe Celko's SQL for Smarties by : Joe Celko

Download or read book Joe Celko's SQL for Smarties written by Joe Celko and published by Elsevier. This book was released on 2010-07-26 with total page 840 pages. Available in PDF, EPUB and Kindle. Book excerpt: SQL for Smarties was hailed as the first book devoted explicitly to the advanced techniques needed to transform an experienced SQL programmer into an expert. Now, 10 years later and in the third edition, this classic still reigns supreme as the book written by an SQL master that teaches future SQL masters. These are not just tips and techniques; Joe also offers the best solutions to old and new challenges and conveys the way you need to think in order to get the most out of SQL programming efforts for both correctness and performance. In the third edition, Joe features new examples and updates to SQL-99, expanded sections of Query techniques, and a new section on schema design, with the same war-story teaching style that made the first and second editions of this book classics. Expert advice from a noted SQL authority and award-winning columnist, who has given ten years of service to the ANSI SQL standards committee and many more years of dependable help to readers of online forums. Teaches scores of advanced techniques that can be used with any product, in any SQL environment, whether it is an SQL-92 or SQL-99 environment. Offers tips for working around system deficiencies. Continues to use war stories--updated!--that give insights into real-world SQL programming challenges.

Joe Celko's SQL Puzzles & Answers

Download Joe Celko's SQL Puzzles & Answers PDF Online Free

Author :
Publisher : Morgan Kaufmann
ISBN 13 : 9780123735966
Total Pages : 325 pages
Book Rating : 4.7/5 (359 download)

DOWNLOAD NOW!


Book Synopsis Joe Celko's SQL Puzzles & Answers by : Joe Celko

Download or read book Joe Celko's SQL Puzzles & Answers written by Joe Celko and published by Morgan Kaufmann. This book was released on 2007 with total page 325 pages. Available in PDF, EPUB and Kindle. Book excerpt: Celko challenges SQL programmers with his trickiest puzzles and then helps solve them with a variety of solutions and explanations. In addition to updating the solutions for SQL Style and SQL-99 (and beyond) standards, Celko has added many new puzzles, dozens of additional solutions, and new chapters.

Joe Celko's Thinking in Sets: Auxiliary, Temporal, and Virtual Tables in SQL

Download Joe Celko's Thinking in Sets: Auxiliary, Temporal, and Virtual Tables in SQL PDF Online Free

Author :
Publisher : Morgan Kaufmann
ISBN 13 : 9780080557526
Total Pages : 384 pages
Book Rating : 4.5/5 (575 download)

DOWNLOAD NOW!


Book Synopsis Joe Celko's Thinking in Sets: Auxiliary, Temporal, and Virtual Tables in SQL by : Joe Celko

Download or read book Joe Celko's Thinking in Sets: Auxiliary, Temporal, and Virtual Tables in SQL written by Joe Celko and published by Morgan Kaufmann. This book was released on 2008-01-22 with total page 384 pages. Available in PDF, EPUB and Kindle. Book excerpt: Perfectly intelligent programmers often struggle when forced to work with SQL. Why? Joe Celko believes the problem lies with their procedural programming mindset, which keeps them from taking full advantage of the power of declarative languages. The result is overly complex and inefficient code, not to mention lost productivity. This book will change the way you think about the problems you solve with SQL programs.. Focusing on three key table-based techniques, Celko reveals their power through detailed examples and clear explanations. As you master these techniques, you’ll find you are able to conceptualize problems as rooted in sets and solvable through declarative programming. Before long, you’ll be coding more quickly, writing more efficient code, and applying the full power of SQL • Filled with the insights of one of the world’s leading SQL authorities - noted for his knowledge and his ability to teach what he knows. • Focuses on auxiliary tables (for computing functions and other values by joins), temporal tables (for temporal queries, historical data, and audit information), and virtual tables (for improved performance). • Presents clear guidance for selecting and correctly applying the right table technique.

Joe Celko's Trees and Hierarchies in SQL for Smarties

Download Joe Celko's Trees and Hierarchies in SQL for Smarties PDF Online Free

Author :
Publisher : Elsevier
ISBN 13 : 0123877334
Total Pages : 286 pages
Book Rating : 4.1/5 (238 download)

DOWNLOAD NOW!


Book Synopsis Joe Celko's Trees and Hierarchies in SQL for Smarties by : Joe Celko

Download or read book Joe Celko's Trees and Hierarchies in SQL for Smarties written by Joe Celko and published by Elsevier. This book was released on 2012-01-20 with total page 286 pages. Available in PDF, EPUB and Kindle. Book excerpt: Annotation This is a developer's guide that addresses a topic that is universally difficult for programmer's to master - trees and hierarchies.

Joe Celko’s Complete Guide to NoSQL

Download Joe Celko’s Complete Guide to NoSQL PDF Online Free

Author :
Publisher : Newnes
ISBN 13 : 0124072208
Total Pages : 245 pages
Book Rating : 4.1/5 (24 download)

DOWNLOAD NOW!


Book Synopsis Joe Celko’s Complete Guide to NoSQL by : Joe Celko

Download or read book Joe Celko’s Complete Guide to NoSQL written by Joe Celko and published by Newnes. This book was released on 2013-10-07 with total page 245 pages. Available in PDF, EPUB and Kindle. Book excerpt: Joe Celko's Complete Guide to NoSQL provides a complete overview of non-relational technologies so that you can become more nimble to meet the needs of your organization. As data continues to explode and grow more complex, SQL is becoming less useful for querying data and extracting meaning. In this new world of bigger and faster data, you will need to leverage non-relational technologies to get the most out of the information you have. Learn where, when, and why the benefits of NoSQL outweigh those of SQL with Joe Celko's Complete Guide to NoSQL. This book covers three areas that make today's new data different from the data of the past: velocity, volume and variety. When information is changing faster than you can collect and query it, it simply cannot be treated the same as static data. Celko will help you understand velocity, to equip you with the tools to drink from a fire hose. Old storage and access models do not work for big data. Celko will help you understand volume, as well as different ways to store and access data such as petabytes and exabytes. Not all data can fit into a relational model, including genetic data, semantic data, and data generated by social networks. Celko will help you understand variety, as well as the alternative storage, query, and management frameworks needed by certain kinds of data. Gain a complete understanding of the situations in which SQL has more drawbacks than benefits so that you can better determine when to utilize NoSQL technologies for maximum benefit Recognize the pros and cons of columnar, streaming, and graph databases Make the transition to NoSQL with the expert guidance of best-selling SQL expert Joe Celko

Beginning Databases with PostgreSQL

Download Beginning Databases with PostgreSQL PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1430200189
Total Pages : 650 pages
Book Rating : 4.4/5 (32 download)

DOWNLOAD NOW!


Book Synopsis Beginning Databases with PostgreSQL by : Richard Stones

Download or read book Beginning Databases with PostgreSQL written by Richard Stones and published by Apress. This book was released on 2006-11-03 with total page 650 pages. Available in PDF, EPUB and Kindle. Book excerpt: *The most updated PostgreSQL book on the market, covering version 8.0 *Highlights the most popular PostgreSQL APIs, including C, Perl, PHP, and Java *This is two books in one; it simultaneously covers key relational database design principles, while teaching PostgreSQL

Joe Celko's Analytics and OLAP in SQL

Download Joe Celko's Analytics and OLAP in SQL PDF Online Free

Author :
Publisher : Elsevier
ISBN 13 : 0080495931
Total Pages : 205 pages
Book Rating : 4.0/5 (84 download)

DOWNLOAD NOW!


Book Synopsis Joe Celko's Analytics and OLAP in SQL by : Joe Celko

Download or read book Joe Celko's Analytics and OLAP in SQL written by Joe Celko and published by Elsevier. This book was released on 2010-07-26 with total page 205 pages. Available in PDF, EPUB and Kindle. Book excerpt: Joe Celko's Analytics and OLAP in SQL is the first book that teaches what SQL programmers need in order to successfully make the transition from On-Line Transaction Processing (OLTP) systems into the world of On-Line Analytical Processing (OLAP). This book is not an in-depth look at particular subjects, but an overview of many subjects that will give the working RDBMS programmers a map of the terra incognita they will face — if they want to grow. It contains expert advice from a noted SQL authority and award-winning columnist, who has given ten years of service to the ANSI SQL standards committee and many more years of dependable help to readers of online forums. It offers real-world insights and lots of practical examples. It covers the OLAP extensions in SQL-99; ETL tools, OLAP features supported in DBMSs, other query tools, simple reports, and statistical software. This book is ideal for experienced SQL programmers who have worked with OLTP systems who need to learn techniques—and even some tricks—that they can use in an OLAP situation. Expert advice from a noted SQL authority and award-winning columnist, who has given ten years of service to the ANSI SQL standards committee and many more years of dependable help to readers of online forums First book that teaches what SQL programmers need in order to successfully make the transition from transactional systems (OLTP) into the world of data warehouse data and OLAP Offers real-world insights and lots of practical examples Covers the OLAP extensions in SQL-99; ETL tools, OLAP features supported in DBMSs, other query tools, simple reports, and statistical software

SQL and Relational Theory

Download SQL and Relational Theory PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 1449316409
Total Pages : 447 pages
Book Rating : 4.4/5 (493 download)

DOWNLOAD NOW!


Book Synopsis SQL and Relational Theory by : C. Date

Download or read book SQL and Relational Theory written by C. Date and published by "O'Reilly Media, Inc.". This book was released on 2011-12-16 with total page 447 pages. Available in PDF, EPUB and Kindle. Book excerpt: SQL is full of difficulties and traps for the unwary. You can avoid them if you understand relational theory, but only if you know how to put the theory into practice. In this insightful book, author C.J. Date explains relational theory in depth, and demonstrates through numerous examples and exercises how you can apply it directly to your use of SQL. This second edition includes new material on recursive queries, “missing information” without nulls, new update operators, and topics such as aggregate operators, grouping and ungrouping, and view updating. If you have a modest-to-advanced background in SQL, you’ll learn how to deal with a host of common SQL dilemmas. Why is proper column naming so important? Nulls in your database are causing you to get wrong answers. Why? What can you do about it? Is it possible to write an SQL query to find employees who have never been in the same department for more than six months at a time? SQL supports “quantified comparisons,” but they’re better avoided. Why? How do you avoid them? Constraints are crucially important, but most SQL products don’t support them properly. What can you do to resolve this situation? Database theory and practice have evolved since the relational model was developed more than 40 years ago. SQL and Relational Theory draws on decades of research to present the most up-to-date treatment of SQL available. C.J. Date has a stature that is unique within the database industry. A prolific writer well known for the bestselling textbook An Introduction to Database Systems (Addison-Wesley), he has an exceptionally clear style when writing about complex principles and theory.

The Definitive Guide to SQLite

Download The Definitive Guide to SQLite PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1430232269
Total Pages : 363 pages
Book Rating : 4.4/5 (32 download)

DOWNLOAD NOW!


Book Synopsis The Definitive Guide to SQLite by : Grant Allen

Download or read book The Definitive Guide to SQLite written by Grant Allen and published by Apress. This book was released on 2011-01-28 with total page 363 pages. Available in PDF, EPUB and Kindle. Book excerpt: Outside of the world of enterprise computing, there is one database that enables a huge range of software and hardware to flex relational database capabilities, without the baggage and cost of traditional database management systems. That database is SQLite—an embeddable database with an amazingly small footprint, yet able to handle databases of enormous size. SQLite comes equipped with an array of powerful features available through a host of programming and development environments. It is supported by languages such as C, Java, Perl, PHP, Python, Ruby, TCL, and more. The Definitive Guide to SQLite, Second Edition is devoted to complete coverage of the latest version of this powerful database. It offers a thorough overview of SQLite’s capabilities and APIs. The book also uses SQLite as the basis for helping newcomers make their first foray into database development. In only a short time you can be writing programs as diverse as a server-side browser plug-in or the next great iPhone or Android application! Learn about SQLite extensions for C, Java, Perl, PHP, Python, Ruby, and Tcl. Get solid coverage of SQLite internals. Explore developing iOS (iPhone) and Android applications with SQLite. SQLite is the solution chosen for thousands of products around the world, from mobile phones and GPS devices to set-top boxes and web browsers. You almost certainly use SQLite every day without even realizing it!

Codeless Data Structures and Algorithms

Download Codeless Data Structures and Algorithms PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1484257251
Total Pages : 143 pages
Book Rating : 4.4/5 (842 download)

DOWNLOAD NOW!


Book Synopsis Codeless Data Structures and Algorithms by : Armstrong Subero

Download or read book Codeless Data Structures and Algorithms written by Armstrong Subero and published by Apress. This book was released on 2020-02-13 with total page 143 pages. Available in PDF, EPUB and Kindle. Book excerpt: In the era of self-taught developers and programmers, essential topics in the industry are frequently learned without a formal academic foundation. A solid grasp of data structures and algorithms (DSA) is imperative for anyone looking to do professional software development and engineering, but classes in the subject can be dry or spend too much time on theory and unnecessary readings. Regardless of your programming language background, Codeless Data Structures and Algorithms has you covered. In this book, author Armstrong Subero will help you learn DSAs without writing a single line of code. Straightforward explanations and diagrams give you a confident handle on the topic while ensuring you never have to open your code editor, use a compiler, or look at an integrated development environment. Subero introduces you to linear, tree, and hash data structures and gives you important insights behind the most common algorithms that you can directly apply to your own programs. Codeless Data Structures and Algorithms provides you with the knowledge about DSAs that you will need in the professional programming world, without using any complex mathematics or irrelevant information. Whether you are a new developer seeking a basic understanding of the subject or a decision-maker wanting a grasp of algorithms to apply to your projects, this book belongs on your shelf. Quite often, a new, refreshing, and unpretentious approach to a topic is all you need to get inspired. What You'll LearnUnderstand tree data structures without delving into unnecessary details or going into too much theoryGet started learning linear data structures with a basic discussion on computer memory Study an overview of arrays, linked lists, stacks and queues Who This Book Is ForThis book is for beginners, self-taught developers and programmers, and anyone who wants to understand data structures and algorithms but don’t want to wade through unnecessary details about quirks of a programming language or don’t have time to sit and read a massive book on the subject. This book is also useful for non-technical decision-makers who are curious about how algorithms work.

Advanced Transact-SQL for SQL Server 2000

Download Advanced Transact-SQL for SQL Server 2000 PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1430208597
Total Pages : 841 pages
Book Rating : 4.4/5 (32 download)

DOWNLOAD NOW!


Book Synopsis Advanced Transact-SQL for SQL Server 2000 by : Itzik Ben-Gan

Download or read book Advanced Transact-SQL for SQL Server 2000 written by Itzik Ben-Gan and published by Apress. This book was released on 2008-01-01 with total page 841 pages. Available in PDF, EPUB and Kindle. Book excerpt: In Advanced Transact-SQL for SQL Server 2000, authors Itzik Ben-Gan and Thomas Moreau explore the powerful capabilities of Transact-SQL (T-SQL). Ben-Gan and Moreau offer solutions to common problems encountered using all versions of SQL Server, with a focus on the latest version, SQL Server 2000. Expert tips and real code examples teach advanced database programmers to write more efficient and better-performing code that takes full advantage of T-SQL. The authors offer practical solutions to the everyday problems programmers face and include in-depth information on advanced T-SQL topics such as joins, subqueries, stored procedures, triggers, user-defined functions (UDFs), indexed views, cascading actions, federated views, hierarchical structures, cursors, and more.

Database Tuning

Download Database Tuning PDF Online Free

Author :
Publisher : Elsevier
ISBN 13 : 0080503780
Total Pages : 440 pages
Book Rating : 4.0/5 (85 download)

DOWNLOAD NOW!


Book Synopsis Database Tuning by : Dennis Shasha

Download or read book Database Tuning written by Dennis Shasha and published by Elsevier. This book was released on 2002-06-07 with total page 440 pages. Available in PDF, EPUB and Kindle. Book excerpt: Tuning your database for optimal performance means more than following a few short steps in a vendor-specific guide. For maximum improvement, you need a broad and deep knowledge of basic tuning principles, the ability to gather data in a systematic way, and the skill to make your system run faster. This is an art as well as a science, and Database Tuning: Principles, Experiments, and Troubleshooting Techniques will help you develop portable skills that will allow you to tune a wide variety of database systems on a multitude of hardware and operating systems. Further, these skills, combined with the scripts provided for validating results, are exactly what you need to evaluate competing database products and to choose the right one. Forward by Jim Gray, with invited chapters by Joe Celko and Alberto Lerner Includes industrial contributions by Bill McKenna (RedBrick/Informix), Hany Saleeb (Oracle), Tim Shetler (TimesTen), Judy Smith (Deutsche Bank), and Ron Yorita (IBM) Covers the entire system environment: hardware, operating system, transactions, indexes, queries, table design, and application analysis Contains experiments (scripts available on the author's site) to help you verify a system's effectiveness in your own environment Presents special topics, including data warehousing, Web support, main memory databases, specialized databases, and financial time series Describes performance-monitoring techniques that will help you recognize and troubleshoot problems

Principles of Transaction Processing

Download Principles of Transaction Processing PDF Online Free

Author :
Publisher : Morgan Kaufmann
ISBN 13 : 0080948413
Total Pages : 397 pages
Book Rating : 4.0/5 (89 download)

DOWNLOAD NOW!


Book Synopsis Principles of Transaction Processing by : Philip A. Bernstein

Download or read book Principles of Transaction Processing written by Philip A. Bernstein and published by Morgan Kaufmann. This book was released on 2009-07-24 with total page 397 pages. Available in PDF, EPUB and Kindle. Book excerpt: Principles of Transaction Processing is a comprehensive guide to developing applications, designing systems, and evaluating engineering products. The book provides detailed discussions of the internal workings of transaction processing systems, and it discusses how these systems work and how best to utilize them. It covers the architecture of Web Application Servers and transactional communication paradigms.The book is divided into 11 chapters, which cover the following: Overview of transaction processing application and system structureSoftware abstractions found in transaction processing systemsArchitecture of multitier applications and the functions of transactional middleware and database serversQueued transaction processing and its internals, with IBM's Websphere MQ and Oracle's Stream AQ as examplesBusiness process management and its mechanismsDescription of the two-phase locking function, B-tree locking and multigranularity locking used in SQL database systems and nested transaction lockingSystem recovery and its failuresTwo-phase commit protocolComparison between the tradeoffs of replicating servers versus replication resourcesTransactional middleware products and standardsFuture trends, such as cloud computing platforms, composing scalable systems using distributed computing components, the use of flash storage to replace disks and data streams from sensor devices as a source of transaction requests. The text meets the needs of systems professionals, such as IT application programmers who construct TP applications, application analysts, and product developers. The book will also be invaluable to students and novices in application programming. Complete revision of the classic "non mathematical" transaction processing reference for systems professionals Updated to focus on the needs of transaction processing via the Internet-- the main focus of business data processing investments, via web application servers, SOA, and important new TP standards Retains the practical, non-mathematical, but thorough conceptual basis of the first edition

The Rails Way

Download The Rails Way PDF Online Free

Author :
Publisher : Pearson Education
ISBN 13 : 032163019X
Total Pages : 927 pages
Book Rating : 4.3/5 (216 download)

DOWNLOAD NOW!


Book Synopsis The Rails Way by : Obie Fernandez

Download or read book The Rails Way written by Obie Fernandez and published by Pearson Education. This book was released on 2007-11-16 with total page 927 pages. Available in PDF, EPUB and Kindle. Book excerpt: The expert guide to building Ruby on Rails applications Ruby on Rails strips complexity from the development process, enabling professional developers to focus on what matters most: delivering business value. Now, for the first time, there’s a comprehensive, authoritative guide to building production-quality software with Rails. Pioneering Rails developer Obie Fernandez and a team of experts illuminate the entire Rails API, along with the Ruby idioms, design approaches, libraries, and plug-ins that make Rails so valuable. Drawing on their unsurpassed experience, they address the real challenges development teams face, showing how to use Rails’ tools and best practices to maximize productivity and build polished applications users will enjoy. Using detailed code examples, Obie systematically covers Rails’ key capabilities and subsystems. He presents advanced programming techniques, introduces open source libraries that facilitate easy Rails adoption, and offers important insights into testing and production deployment. Dive deep into the Rails codebase together, discovering why Rails behaves as it does— and how to make it behave the way you want it to. This book will help you Increase your productivity as a web developer Realize the overall joy of programming with Ruby on Rails Learn what’s new in Rails 2.0 Drive design and protect long-term maintainability with TestUnit and RSpec Understand and manage complex program flow in Rails controllers Leverage Rails’ support for designing REST-compliant APIs Master sophisticated Rails routing concepts and techniques Examine and troubleshoot Rails routing Make the most of ActiveRecord object-relational mapping Utilize Ajax within your Rails applications Incorporate logins and authentication into your application Extend Rails with the best third-party plug-ins and write your own Integrate email services into your applications with ActionMailer Choose the right Rails production configurations Streamline deployment with Capistrano