Автор
Jim R. Wilson
  • 2 книги
  • 3 читателя
3.5
4оценки
Рейтинг автора складывается из оценок его книг. На графике показано соотношение положительных, нейтральных и негативных оценок.
3.5
4оценки
5 1
4 2
3 0
2 0
1 1
без
оценки
0

Jim R. Wilson — новинки

  • Node.js the Right Way: Practical, Server-Side JavaScript That Scales Jim R. Wilson
    ISBN: 978-1937785734
    Год издания: 2013
    Издательство: Pragmatic Bookshelf
    Язык: Английский
    Get to the forefront of server-side JavaScript programming by writing compact, robust, fast, networked Node applications that scale. Ready to take JavaScript beyond the browser, explore dynamic languages features and embrace evented programming? Explore the fun, growing repository of Node modules provided by npm. Work with multiple protocols, load-balanced RESTful web services, express, 0MQ, Redis, CouchDB, and more. Develop production-grade Node applications fast.

    JavaScript is the backbone of the modern web, powering nearly every web app's user interface. Node.js is JavaScript for the server. This book shows you how to develop small, fast, low-profile, useful, networked applications. You'll write asynchronous, non-blocking code using Node's style and patterns. You'll cluster and load balance your services with Node core features and third-party tools. You'll work with many protocols, creating RESTful web services, TCP socket clients and servers, and more.

    This short book packs a hefty dose of Node.js. You'll test your code's functionality and performance under load. You'll learn important aspects of Node development--from its architecture and core, to its ecosystem of third-party modules. You'll discover how Node pairs a server-side event loop with a JavaScript runtime to produce screaming fast, non-blocking concurrency. Through a series of practical programming domains, you'll use the latest available ECMAScript Harmony features and harness key Node classes such as EventEmitter and Stream. Throughout the book, you'll develop real programs that are small, fast, low-profile, and useful.

    Get ready to join a smart community that's rapidly advancing the state of the art in web development.

    What You Need:

    Latest stable release of Node.js, this book was written with 0.12.x in mind.The 0MQ (ZeroMQ) library, version 3.2 or higher.
  • Seven Databases in Seven Weeks: A Guide to Modern Databases and the NoSQL Movement Eric Redmond
    ISBN: 9781934356920
    Год издания: 2012
    Издательство: Pragmatic Programmers
    Язык: Русский
    Data is getting bigger and more complex by the day, and so are your choices in handling it. From traditional RDBMS to newer NoSQL approaches, Seven Databases in Seven Weeks takes you on a tour of some of the hottest open source databases today. In the tradition of Bruce A. Tate’s Seven Languages in Seven Weeks, this book goes beyond your basic tutorial to explore the essential concepts at the core of each technology.