• Identity and Data Security for Web Development: Best Practices

    Developers, designers, engineers, and creators can no longer afford to pass responsibility for identity and data security onto others. Web developers who don’t understand how to obscure data in transmission, for instance, can open security flaws on a site without realizing it. With this practical guide, you’ll learn how and why everyone working on a system needs to ensure that users and data are protected.Authors Jonathan LeBlanc and Tim Messerschmidt provide a deep dive into the concepts, technology, and programming methodologies necessary to build a secure interface for data and identity... [Read More]

    • ASIN: 1491937017
    • ASIN: 1491937017
    • ISBN: 1491937017
    • Brand: O'Reilly Media
    • Manufacturer: O'Reilly Media

  • Rapid Development: Rapid Devment _p1 (Developer Best Practices)


    • ASIN: B00JDMPOB6
    • ASIN: B00JDMPOB6
    • Manufacturer: Microsoft Press

  • Site Reliability Engineering: How Google Runs Production Systems

    The overwhelming majority of a software system’s lifespan is spent in use, not in design or implementation. So, why does conventional wisdom insist that software engineers focus primarily on the design and development of large-scale computing systems?In this collection of essays and articles, key members of Google’s Site Reliability Team explain how and why their commitment to the entire lifecycle has enabled the company to successfully build, deploy, monitor, and maintain some of the largest software systems in the world. You’ll learn the principles and practices that enable Google engi... [Read More]

    • ASIN: 149192912X
    • ASIN: 149192912X
    • ISBN: 149192912X
    • Brand: O'Reilly Media
    • Manufacturer: O'Reilly Media

  • SQL in 10 Minutes, Sams Teach Yourself (4th Edition)

    Sams Teach Yourself SQL in 10 Minutes, Fourth Edition New full-color code examples help you see how SQL statements are structured Whether you're an application developer, database administrator, web application designer, mobile app developer, or Microsoft Office users, a good working knowledge of SQL is an important part of interacting with databases. And Sams Teach Yourself SQL in 10 Minutes offers the straightforward, practical answers you need to help you do your job. Expert trainer and popular author Ben Forta teaches you just the parts of SQL you need to know–starting ... [Read More]

    • ASIN: 0672336073
    • UPC: 787721880165
    • ASIN: 0672336073
    • ISBN: 0672336073
    • Brand: Sams Publishing
    • Manufacturer: Sams Publishing

  • Fluent Python: Clear, Concise, and Effective Programming

    Python’s simplicity lets you become productive quickly, but this often means you aren’t using everything it has to offer. With this hands-on guide, you’ll learn how to write effective, idiomatic Python code by leveraging its best—and possibly most neglected—features. Author Luciano Ramalho takes you through Python’s core language features and libraries, and shows you how to make your code shorter, faster, and more readable at the same time.Many experienced programmers try to bend Python to fit patterns they learned from other languages, and never discover Python features outside of... [Read More]

    • ASIN: 1491946008
    • ASIN: 1491946008
    • ISBN: 1491946008
    • Brand: O Reilly Media
    • Manufacturer: O'Reilly Media

  • MCSA SQL Server 2016 Database Development Exam Ref 2-pack: Exam Refs 70-761 and 70-762

    Direct from Microsoft, this bundle contains the following two study guides at a $15 discount:   Exam Ref 70-761 Querying Data with Transact-SQL, 9781509304332, offers professional-level preparation that helps candidates maximize their exam performance and sharpen their skills on the job. It focuses on the specific areas of expertise modern database professionals need to succeed with T-SQL database queries.   Exam Ref 70-762 Developing SQL Databases, 9781509304912, offers professional-level preparation that helps candidates maximize their exam performance and sharpen their skills on the ... [Read More]

    • ASIN: 1509303650
    • ASIN: 1509303650
    • ISBN: 1509303650
    • Manufacturer: Microsoft Press

  • Big Data: Principles and best practices of scalable realtime data systems

    SummaryBig Data teaches you to build big data systems using an architecture that takes advantage of clustered hardware along with new tools designed specifically to capture and analyze web-scale data. It describes a scalable, easy-to-understand approach to big data systems that can be built and run by a small team. Following a realistic example, this book guides readers through the theory of big data systems, how to implement them in practice, and how to deploy and operate them once they're built.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Pub... [Read More]

    • ASIN: 1617290343
    • ASIN: 1617290343
    • ISBN: 1617290343
    • Brand: Manning Publications
    • Manufacturer: Manning Publications

  • High Performance Spark: Best Practices for Scaling and Optimizing Apache Spark

    Apache Spark is amazing when everything clicks. But if you haven’t seen the performance improvements you expected, or still don’t feel confident enough to use Spark in production, this practical book is for you. Authors Holden Karau and Rachel Warren demonstrate performance optimizations to help your Spark queries run faster and handle larger data sizes, while using fewer resources.Ideal for software engineers, data engineers, developers, and system administrators working with large-scale data applications, this book describes techniques that can reduce data infrastructure costs and develo... [Read More]

    • ASIN: 1491943203
    • ASIN: 1491943203
    • ISBN: 9781491943205
    • Manufacturer: O'Reilly Media

  • Pro Oracle SQL Development: Best Practices for Writing Advanced Queries

    IOUG Press

    • ASIN: 1484245164
    • ASIN: 1484245164
    • ISBN: 1484245164
    • Manufacturer: Apress

  • SQL Cookbook: Query Solutions and Techniques for Database Developers (Cookbooks (O'Reilly))

    You know the rudiments of the SQL query language, yet you feel you aren't taking full advantage of SQL's expressive power. You'd like to learn how to do more work with SQL inside the database before pushing data across the network to your applications. You'd like to take your SQL skills to the next level.Let's face it, SQL is a deceptively simple language to learn, and many database developers never go far beyond the simple statement: SELECT columns FROM table WHERE conditions. But there is so much more you can do with the language. In the SQL Cookbook, experienced SQL developer Anthony Molina... [Read More]

    • ASIN: 0596009763
    • UPC: 636920009764
    • ASIN: 0596009763
    • ISBN: 9780596009762
    • Manufacturer: O'Reilly Media

  • Troubleshooting SharePoint: The Complete Guide to Tools, Best Practices, PowerShell One-Liners, and Scripts

    Utilize a treasure trove of free SharePoint troubleshooting tools and receive insightful guidance about the types of SharePoint issues that can be discovered through their use. Chapters in this book contrast solid and least privileged builds in order to help you understand the types of issues that are raised when farms are not built the least privileged way.Because SharePoint errors often present themselves one way, when an issue is actually something entirely different, the process of finding the root cause can feel like going down a rabbit hole. Hands-on exercises get you comfortable with l... [Read More]

    • ASIN: 1484231376
    • ASIN: 1484231376
    • ISBN: 9781484231371
    • Manufacturer: Apress

  • Java Database Best Practices

    When creating complex Java enterprise applications, do you spend a lot of time thumbing through a myriad of books and other resources searching for what you hope will be the API that's right for the project at hand?Java Database Best Practices rescues you from having to wade through books on each of the various APIs before figuring out which method to use! This comprehensive guide introduces each of the dominant APIs (Enterprise JavaBeans, Java Data Objects, the Java Database Connectivity API (JDBC) as well as other, lesser-known options), explores the methodology and design components that us... [Read More]

    • ASIN: 0596005229
    • UPC: 636920005223
    • ASIN: 0596005229
    • ISBN: 0596005229
    • Brand: Brand: O'Reilly Media
    • Manufacturer: O'Reilly Media

  • SQL Practice Problems: 57 beginning, intermediate, and advanced challenges for you to solve using a "learn-by-doing" approach

    Do you need to learn SQL for your job? The ability to write SQL and work with data is one of the most in-demand job skills. Are you prepared?It's easy to find basic SQL syntax and keyword information online. What's hard to find is challenging, well-designed, real-world problems--the type of problems that come up all the time when you're dealing with data. Learning how to solve these problems will give you the skill and confidence to step up in your career.With SQL Practice Problems, you can get that level of experience by solving sets of targeted problems.  These aren't just problems designe... [Read More]

    • ASIN: B01N41VQFO
    • ASIN: B01N41VQFO
    • Brand: Unknown
    • Manufacturer: Unknown

  • Node.js Design Patterns - Second Edition: Master best practices to build modular and scalable server-side web applications

    Get the best out of Node.js by mastering its most powerful components and patterns to create modular and scalable applications with easeAbout This BookCreate reusable patterns and modules by leveraging the new features of Node.js .Understand the asynchronous single thread design of node and grasp all its features and patterns to take advantage of various functions.This unique guide will help you get the most out of Node.js and its ecosystem.Who This Book Is ForThe book is meant for developers and software architects with a basic working knowledge of JavaScript who are interested in acquiring a... [Read More]

    • ASIN: 1785885588
    • ASIN: 1785885588
    • ISBN: 1785885588
    • Manufacturer: Packt Publishing

  • Mastering Software Quality Assurance: Best Practices, Tools and Techniques for Software Developers

    This comprehensive reference on software development quality assurance addresses all four dimensions of quality: specifications, design, construction and conformance. It focuses on quality from both the micro and macro viewpoint. From a micro view, it details the aspect of building-in quality at the component level to help ensure that the overall deliverable has ingrained quality. From a macro view, it addresses the organizational-level activities that provide an environment conducive to fostering quality in the deliverables as well as developing a culture focused on quality in the organizatio... [Read More]

    • ASIN: 1604270322
    • ASIN: 1604270322
    • ISBN: 1604270322
    • Brand: J. Ross Publishing
    • Manufacturer: J. Ross Publishing

  • MCSA SQL Server 2016 Database Development Exam Ref 2-Pack : Exam Refs 70-761 and 70-762

    Direct from Microsoft, this bundle contains the following two study guides at a $15 discount: Exam Ref 70-761 Querying Data with Transact-SQL, 9781509304332, offers professional-level preparation that helps candidates maximize their exam performance and sharpen

    • UPC: 55563753

  • Preschool Appropriate Practices : Environment, Curriculum, and Development

    Aligned around ten learning centers in a preschool classroom, PRESCHOOL APPROPRIATE PRACTICES, 5th Edition is a must-have resource for preschool teachers creating the learning environment in their classroom. Easy to read and full of practical

    • UPC: 56157938

  • BPEL Cookbook: Best Practices for SOA-based integration and composite applications development - eBook

    This book is aimed at architects and developers building applications in Service Oriented Architecture. The book presumes knowledge of BPEL, SOA, XML, web services, and multi-tier

    • UPC: 430638619
    • Rating: 4.0

  • Database Development for Dummi

    Demonstrates popular database modeling methods and covers effective design, Internet connectivity, user management, and data

    • UPC: 812595
    • Rating: 3.0

  • Agile Software Development, Principles, Patterns, and Practices

    Taking on a global orientation to software programming, this practical guide offers scores of tested methods for using the C++ programming language with object-oriented design techniques for creating a variety of applications and solving a

    • UPC: 1443372
    • Rating: 4.0

  • Database Development For Dummies - eBook

    From ATMs to the personal finance, online shopping to networked information management, databases permeate every nook and cranny of our highly-connected, information-intensive world. Databases have become so integral to the business environment that, nowadays, it’s

    • UPC: 306584546
    • Rating: 1.0

  • Transforming the U.S. Workforce Development System : Lessons from Research and Practice

    This book brings together leading scholars and practitioners working in the job skills field to examine what research tells us about the current state of the U.S. skills system in comparative perspective and the changes

    • UPC: 14537239

  • Simulation : The Practice of Model Development and Use

    "Simulation modelling involves the development of models that imitate real-world operations, and statistical analysis of their performance with a view to improving efficiency and effectiveness. This non-technical textbook is focused towards the needs of business,

    • UPC: 39967026

  • Learning and Development Practice in the Workplace

    Understand the key theories, models and practice of learning and development in the workplace with this introductory

    • UPC: 56193836

  • Secrets of Access Database Development and Programming! - eBook

    Everyone knows that few things boost the efficiency and intelligence of an organization. One of the few things is a database-driven business application such as the Microsoft Access. Even though it might not be widely used

    • UPC: 452477585

  • Database Design Tutorial

    How to plan your SQL Server database | lynda.com tutorial

    Scaling Databases - Web Development