ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    OReilly Deal of the Day

    Scheduled Pinned Locked Moved News
    oreillybookstrainingeducation
    150 Posts 18 Posters 78.0k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • coliverC
      coliver @StrongBad
      last edited by

      @StrongBad said:

      From what I remember, System Admin books were always dark blue. Oracle in orange. "Web" stuff in that blueish green. Old stuff in white. Palm in silver. Security in yellow. AD in red. Programming tended to be pink.

      Hmm good to know, if you scroll down on the second link you sent they give a rough topic based outline, but there is a lot of overlap so I was just wondering.

      1 Reply Last reply Reply Quote 0
      • StrongBadS
        StrongBad
        last edited by

        Oh and then brown was added for Linux.

        1 Reply Last reply Reply Quote 0
        • scottalanmillerS
          scottalanmiller
          last edited by

          Mastering Prezi today.

          1 Reply Last reply Reply Quote 0
          • scottalanmillerS
            scottalanmiller
            last edited by

            Learning JavaScript Data Structures and Algorithms on sale 50% off today.

            1 Reply Last reply Reply Quote 0
            • scottalanmillerS
              scottalanmiller
              last edited by

              Object Oriented Analysis and Design for Information Systems

              1 Reply Last reply Reply Quote 0
              • scottalanmillerS
                scottalanmiller
                last edited by

                Computational Intelligence

                1 Reply Last reply Reply Quote 0
                • scottalanmillerS
                  scottalanmiller
                  last edited by

                  February Best Sellers 50% off today.

                  Clojure, Docker, JavaScript and more...

                  1 Reply Last reply Reply Quote 1
                  • mlnewsM
                    mlnews
                    last edited by

                    Hadoop: The Definitive Guide

                    1 Reply Last reply Reply Quote 2
                    • mlnewsM
                      mlnews
                      last edited by

                      Sharing Data and Models in Software Engineering

                      1 Reply Last reply Reply Quote 1
                      • mlnewsM
                        mlnews
                        last edited by

                        Python Data Analysis

                        Python Data Analysis Cover

                        Python is a multi-paradigm programming language well suited for both object-oriented application development as well as functional design patterns. Python has become the language of choice for data scientists for data analysis, visualization, and machine learning. It will give you velocity and promote high productivity.

                        1 Reply Last reply Reply Quote 3
                        • mlnewsM
                          mlnews
                          last edited by

                          AngularJS Test Driven Development

                          AngularJS Test Driven Development Cover

                          Starting with reviewing the test-driven development (TDD) life cycle, you will learn how Karma and Protractor make your life easier while running JavaScript unit tests. You will learn how Protractor is different from Selenium and how to test it entirely. This book is a walk-through to using TDD to build an AngularJS application containing a controller, model, and scope.

                          Building on the initial foundational aspects, you will expand to include testing for multiple controllers, partial views, location references, CSS, and the HTML element. In addition, you will explore using a headless browser with Karma. You will also configure Karma file watching to automate testing and tackle components of AngularJS (controller, service, model, and broadcasting) using TDD. At the end of this book, you will extend explore how to pull data using an external API, setting up and configuring Protractor to use a standalone Selenium server, and setting up Travis CI and Karma to test your application.

                          This book is a complete guide to testing techniques using Karma for unit testing and performing end-to-end testing with Protractor.

                          1 Reply Last reply Reply Quote 3
                          • mlnewsM
                            mlnews
                            last edited by

                            Test Driven Development with Python

                            Test Driven Development with Python Cover

                            By taking you through the development of a real web application from beginning to end, this hands-on guide demonstrates the practical advantages of test-driven development (TDD) with Python. You’ll learn how to write and run tests before building each part of your app, and then develop the minimum amount of code required to pass those tests. The result? Clean code that works.

                            In the process, you’ll learn the basics of Django, Selenium, Git, jQuery, and Mock, along with current web development techniques. If you’re ready to take your Python skills to the next level, this book clearly demonstrates how TDD encourages simple designs and inspires confidence.

                            1 Reply Last reply Reply Quote 3
                            • mlnewsM
                              mlnews
                              last edited by

                              Introducing Python

                              Introducing Python Cover

                              Easy to understand and fun to read, Introducing Python is ideal for beginning programmers as well as those new to the language. Author Bill Lubanovic takes you from the basics to more involved and varied topics, mixing tutorials with cookbook-style code recipes to explain concepts in Python 3. End-of-chapter exercises help you practice what you’ve learned.

                              You’ll gain a strong foundation in the language, including best practices for testing, debugging, code reuse, and other development tips. This book also shows you how to use Python for applications in business, science, and the arts, using various Python tools and open source packages.

                              1 Reply Last reply Reply Quote 3
                              • mlnewsM
                                mlnews
                                last edited by mlnews

                                Developing Web Components

                                Developing Web Components

                                Although web components are still on the bleeding edge—barely supported in modern browsers—the technology is also moving extremely fast. This practical guide gets you up to speed on the concepts underlying W3C’s emerging standard and shows you how to build custom, reusable HTML5 Web Components.

                                Regardless of your experience with libraries such as jQuery and Polymer, this book teaches JavaScript developers the DOM manipulations these libraries perform. You’ll learn how to build a basic widget with vanilla JavaScript and then convert it into a web component that’s semantic, declarative, encapsulated, consumable, and maintainable. With custom components, the Web can finally fulfill its potential as a natively extensible application platform. This book gets you in at the right time.

                                1 Reply Last reply Reply Quote 0
                                • mlnewsM
                                  mlnews
                                  last edited by

                                  Tons of deals today..... the web dev is a week long sale, too.

                                  1 Reply Last reply Reply Quote 0
                                  • mlnewsM
                                    mlnews
                                    last edited by

                                    Social Data Analytics

                                    Social Data Analytics

                                    Social Data Analytics is the first practical guide for professionals who want to employ social data for analytics and business intelligence (BI). This book provides a comprehensive overview of the technologies and platforms and shows you how to access and analyze the data. You'll explore the five major types of social data and learn from cases and platform examples to help you make the most of sentiment, behavioral, social graph, location, and rich media data. A four-step approach to the social BI process will help you access, evaluate, collaborate, and share social data with ease.

                                    You'll learn everything you need to know to monitor social media and get an overview of the leading vendors in a crowded space of BI applications. By the end of this book, you will be well prepared for your organization’s next social data analytics project.

                                    1 Reply Last reply Reply Quote 0
                                    • mlnewsM
                                      mlnews
                                      last edited by

                                      Building Microservices: Designing Fine-Grained Services

                                      Building Microservices

                                      Distributed systems have become more fine-grained in the past 10 years, shifting from code-heavy monolithic applications to smaller, self-contained microservices. But developing these systems brings its own set of headaches. With lots of examples and practical advice, this book takes a holistic view of the topics that system architects and administrators must consider when building, managing, and evolving microservice architectures.

                                      Microservice technologies are moving quickly. Author Sam Newman provides you with a firm grounding in the concepts while diving into current solutions for modeling, integrating, testing, deploying, and monitoring your own autonomous services. You’ll follow a fictional company throughout the book to learn how building a microservice architecture affects a single domain.

                                      1 Reply Last reply Reply Quote 0
                                      • mlnewsM
                                        mlnews
                                        last edited by

                                        Modern PHP

                                        Modern PHP Cover

                                        PHP is experiencing a renaissance, though it may be difficult to tell with all of the outdated PHP tutorials online. With this practical guide, you’ll learn how PHP has become a full-featured, mature language with object-orientation, namespaces, and a growing collection of reusable component libraries.

                                        Author Josh Lockhart—creator of PHP The Right Way, a popular initiative to encourage PHP best practices—reveals these new language features in action. You’ll learn best practices for application architecture and planning, databases, security, testing, debugging, and deployment. If you have a basic understanding of PHP and want to bolster your skills, this is your book.

                                        1 Reply Last reply Reply Quote 0
                                        • mlnewsM
                                          mlnews
                                          last edited by

                                          JavaScript Cookbook, 2nd Edition

                                          JavaScript Cookbook

                                          Problem solving with JavaScript is a lot trickier now that its use has expanded considerably in size, scope, and complexity. This cookbook has your back, with recipes for common tasks across the JavaScript world, whether you’re working in the browser, the server, or a mobile environment. Each recipe includes reusable code and practical advice for tackling JavaScript objects, Node, Ajax, JSON, data persistence, graphical and media applications, complex frameworks, modular JavaScript, APIs, and many related technologies.

                                          Aimed at people who have some experience with JavaScript, the first part covers traditional uses of JavaScript, along with new ideas and improved functionality. The second part dives into the server, mobile development, and a plethora of leading-edge tools. You’ll save time—and learn more about JavaScript in the process.

                                          1 Reply Last reply Reply Quote 0
                                          • mlnewsM
                                            mlnews
                                            last edited by mlnews

                                            You Don't Know JS: Up and Going

                                            You Don't Know JS Up and Going Cover

                                            With Early Release ebooks, you get books in their earliest form—the author's raw and unedited content as he or she writes—so you can take advantage of these technologies long before the official release of these titles. You'll also receive updates when significant changes are made, new chapters are available, and the final ebook bundle is released.

                                            No matter how much experience you have with JavaScript, odds are you don’t fully understand the language. As part of the "You Don’t Know JS" series, this compact guide provides an entry to the series, exploring the fundamentals of JavaScript, and showing developers how to take advantage of those features.

                                            This book serves as an introduction to the "You Don't Know JS" series. Basic concepts of the JavaScript language are explained, but in the author's unique style that exposes common misconceptions about language features. After reading this book, you'll be better able to get the most out of the other books in the series.

                                            Like other books in this series, You Don’t Know JS: Up & Going dives into trickier parts of the language that many JavaScript programmers simply avoid. Armed with this knowledge, you can achieve true JavaScript mastery.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 7
                                            • 8
                                            • 6 / 8
                                            • First post
                                              Last post