Búsqueda de Editorial : PRAGMATIC BOOKSHELF

179 resultados

PRAGMATIC BOOKSHELF Eliminar filtro Quitar filtros
  • CHARGED BODIES
    THOMAS MAHON
    At the heart of Silicon Valley's meteoric rise is a story etched in the lives of those who shaped it and those who were forever transformed by it. Author Tom Mahon provides an insider's perspective on the birth of the semiconductor industry, which sparked the region's transformation from sleepy farmland to the heart and soul of the high-tech revolution. Through twenty-five exte...

    $321.00

  • CURRENTLY AWAY
    BRUCE TATE
    The walls were closing in on Bruce and Maggie Tate. Isolation forced on them by the pandemic, combined with America's growing political factionalism, threatened their bonds with community and family. Something had to change. Maggie's surprising answer: buy a boat, learn to pilot it, and embark on the Great Loop. For nine months Bruce and Maggie navigated rivers, coastal waters,...

    $347.00

  • RUBY ON RAILS BACKGROUND JOBS WITH SIDEKIQ
    DAVID B. COPELAND
    Using Sidekiq for background jobs is a great way to scale and grow your app. This book will give you a solid, practical foundation for creating resilient, well-tested, self-healing code that uses background jobs. You'll be able to simulate real-world failure modes and learn how to write idempotent code that can be safely run with Sidekiq. One of the best ways to improve your Ra...

    $174.00

  • FROM OBJECTS TO FUNCTIONS
    UBERTO BARBINI
    Build applications quicker and with less effort using functional programming and Kotlin. Learn by building a complete application, from gathering requirements to delivering a microservice architecture following functional programming principles. Learn how to implement CQRS and EventSourcing in a functional way to map the domain into code better and to keep the cost of change lo...

    $548.00

  • FUNCTIONAL PROGRAMMING IN JAVA
    VENKAT SUBRAMANIAM
    Imagine writing Java code that reads like the problem statement, code that's highly expressive, concise, easy to read and modify, and has reduced complexity. With the functional programming capabilities in Java, that's not a fantasy. This book will guide you from the familiar imperative style through the practical aspects of functional programming, using plenty of examples. App...

    $614.00

  • EFFECTIVE HASKELL
    REBECCA SKINNER
    Put the power of Haskell to work in your programs, learning from an engineer who uses Haskell daily to get practical work done efficiently. Leverage powerful features like Monad Transformers and Type Families to build useful applications. Realize the benefits of a pure functional language, like protecting your code from side effects. Manage concurrent processes fearlessly. Appl...

    $668.00

  • PRACTICAL A/B TESTING
    LEEMAY NASSERY
    Whether you're a catalyst for organizational change or have the support you need to create an engineering culture that embraces A/B testing, this book will help you do it right. The step-by-step instructions will demystify the entire process, from constructing an A/B test to breaking down the decision factors to build an engineering platform. When you're ready to run the A/B te...

    $347.00

  • SQL ANTIPATTERNS
    BILL KARWIN
    Bill Karwin has helped thousands of people write better SQL and build stronger relational databases. Now he's sharing his collection of antipatterns--the most common errors he's identified in those thousands of requests for help. Most developers aren't SQL experts, and most of the SQL that gets used is inefficient, hard to maintain, and sometimes just plain wrong. This book sho...

    $401.00

  • PROPERTY-BASED TESTING WITH PROPER, ERLANG, AND ELIXIR
    FRED HEBERT
    Property-based testing helps you create better, more solid tests with little code. By using the PropEr framework in both Erlang and Elixir, this book teaches you how to automatically generate test cases, test stateful programs, and change how you design your software for more principled and reliable approaches. You will be able to better explore the problem space, validate the ...

    $534.00

  • PROGRAMMING CRYSTAL
    IVO BALBAERT / SIMON ST. LAURENT
    Crystal is for Ruby programmers who want more performance, or for developers who enjoy working in a high-level scripting environment. Crystal combines native execution speed and concurrency with Ruby-like syntax, so you will feel right at home. This book, the first available on Crystal, shows you how to write applications that have the beauty and elegance of a modern language, ...

    $414.00

  • DOCKER FOR RAILS DEVELOPERS
    ROB ISENBERG
    Docker does for DevOps what Rails did for web development--it gives you a new set of superpowers. Gone are "works on my machine" woes and lengthy setup tasks, replaced instead by a simple, consistent, Docker-based development environment that will have your team up and running in seconds. Gain hands-on, real-world experience with a tool that's rapidly becoming fundamental to so...

    $414.00

  • WEB DEVELOPMENT WITH REASONML
    J. DAVID EISENBERG
    ReasonML is a new, type-safe, functional language that compiles to efficient, readable JavaScript. ReasonML interoperates with existing JavaScript libraries and works especially well with React, one of the most popular front-end frameworks. Learn how to take advantage of the power of a functional language while keeping the flexibility of the whole JavaScript ecosystem. Move bey...

    $534.00

  • PROGRAMMING ECTO
    DARIN WILSON / ERIC MEADOWS-JONSSON
    Languages may come and go, but the relational database endures. Learn how to use Ecto, the premier database library for Elixir, to connect your Elixir and Phoenix apps to databases. Get a firm handle on Ecto fundamentals with a module-by-module tour of the critical parts of Ecto. Then move on to more advanced topics and advice on best practices with a series of recipes that pro...

    $534.00

  • TECHNICAL BLOGGING
    ANTONIO CANGIANO
    Successful technical blogging is not easy but it's also not magic. Use these techniques to attract and keep an audience of loyal, regular readers. Leverage this popularity to reach your goals and amplify your influence in your field. Get more more users for your startup or open source project, or simply find an outlet to share your expertise. This book is your blueprint, with s...

    $548.00

  • BUILD CHATBOT INTERACTIONS
    DANIEL PRITCHETT
    The next step in the evolution of user interfaces is here. Chatbots let your users interact with your service in their own natural language. Use free and open source tools along with Ruby to build creative, useful, and unexpected interactions for users. Take advantage of the Lita framework's step-by-step implementation strategy to simplify bot development and testing. From novi...

    $414.00

  • SMALL, SHARP SOFTWARE TOOLS
    BRIAN P. HOGAN
    The command-line interface is making a comeback. That's because developers know that all the best features of your operating system are hidden behind a user interface designed to help average people use the computer. But you're not the average user, and the CLI is the most efficient way to get work done fast. Turn tedious chores into quick tasks: read and write files, manage co...

    $454.00

  • PROGRAMMING PHOENIX 1.4
    CHRIS MCCORD / BRUCE TATE / JOSE VALIM
    Don't accept the compromise between fast and beautiful: you can have it all. Phoenix creator Chris McCord, Elixir creator Jose Valim, and award-winning author Bruce Tate walk you through building an application that's fast and reliable. At every step, you'll learn from the Phoenix creators not just what to do, but why. Packed with insider insights and completely updated for Pho...

    $534.00

  • DESIGNING ELIXIR SYSTEMS WITH OTP
    JAMES EDWARD GRAY II / BRUCE A. TATE
    You know how to code in Elixir; now learn to think in it. Learn to design libraries with intelligent layers that shape the right data structures, flow from one function into the next, and present the right APIs. Embrace the same OTP that's kept our telephone systems reliable and fast for over 30 years. Move beyond understanding the OTP functions to knowing what's happening unde...

    $481.00

  • PROGRAMMING KOTLIN
    VENKAT SUBRAMANIAM
    Programmers don't just use Kotlin, they love it. Even Google has adopted it as a first-class language for Android development. With Kotlin, you can intermix imperative, functional, and object-oriented styles of programming and benefit from the approach that's most suitable for the problem at hand. Learn to use the many features of this highly concise, fluent, elegant, and expre...

    $601.00

  • SOFTWARE ESTIMATION WITHOUT GUESSING
    GEORGE DINWIDDIE
    Estimating software development often produces more angst than value, but it doesn't have to. Identify the needs behind estimate requests and determine how to meet those needs simply and easily. Choose estimation techniques based on current needs and available information, gaining benefit while reducing cost and effort. Detect bad assumptions that might sink your project if you...

    $347.00

  • FIXING YOUR SCRUM
    RYAN RIPLEY / TODD MILLER
    A Scrum Master's work is never done. The Development team needs your support, the Product Owner is often lost in the complexities of agile product management, and your managers and stakeholders need to know what will be done, by when, and for how much. Learn how experienced Scrum Masters balance the demands of these three levels of servant leadership while removing organization...

    $534.00

  • A SCRUM BOOK
    JEFF SUTHERLAND / JAMES O. COPLIEN
    Building a successful product usually involves teams of people, and many choose the Scrum approach to aid in creating products that deliver the highest possible value. Implementing Scrum gives teams a collection of powerful ideas they can assemble to fit their needs and meet their goals. The ninety-four patterns contained within are elaborated nuggets of insight into Scrum’s ...

    $748.00

  • MODERN SYSTEMS PROGRAMMING WITH SCALA NATIVE
    RICHARD WHALING
    Access the power of bare-metal systems programming with Scala Native, an ahead-of-time Scala compiler. Without the baggage of legacy frameworks and virtual machines, Scala Native lets you re-imagine how your programs interact with your operating system. Compile Scala code down to native machine instructions; seamlessly invoke operating system APIs for low-level networking and I...

    $534.00

  • PROGRAMMING FLUTTER
    CARMINE ZACCAGNINO
    Work in Flutter, a framework designed from the ground up for dual platform development, with support for native Java/Kotlin or Objective-C/Swift methods from Flutter apps. Write your next app in one language and build it for both Android and iOS. Deliver the native look, feel, and performance you and your users expect from an app written with each platform's own tools and langu...

    $548.00

  • AGILE WEB DEVELOPMENT WITH RAILS 6
    SAM RUBY / DAVID B. COPELAND / DAVE THOMAS
    Learn Rails the way the Rails core team recommends it, along with the tens of thousands of developers who have used this broad, far-reaching tutorial and reference. If you're new to Rails, you'll get step-by-step guidance. If you're an experienced developer, get the comprehensive, insider information you need for the latest version of Ruby on Rails. The new edition of this awar...

    $668.00

  • CRAFT GRAPHQL APIS IN ELIXIR WITH ABSINTHE
    BRUCE WILLIAMS / BEN WILSON
    Your domain is rich and interconnected, and your API should be too. Upgrade your web API to GraphQL, leveraging its flexible queries to empower your users, and its declarative structure to simplify your code. Absinthe is the GraphQL toolkit for Elixir, a functional programming language designed to enable massive concurrency atop robust application architectures. Written by the ...

    $548.00

  • SEVEN DATABASES IN SEVEN WEEKS
    LUC PERKINS / ERIC REDMOND / JIM WILSON
    Data is getting bigger and more complex by the day, and so are your choices in handling it. Explore some of the most cutting-edge databases available - from a traditional relational database to newer NoSQL approaches - and make informed decisions about challenging data storage problems. This is the only comprehensive guide to the world of NoSQL databases, with in-depth practica...

    $548.00

  • MODERN VIM
    DREW NEIL
    Turn Vim into a full-blown development environment using Vim 8's new features and this sequel to the beloved bestseller Practical Vim. Integrate your editor with tools for building, testing, linting, indexing, and searching your codebase. Discover the future of Vim with Neovim: a fork of Vim that includes a built-in terminal emulator that will transform your workflow. Whether y...

    $454.00

  • SIMPLIFYING JAVASCRIPT
    JOE MORGAN
    The best modern JavaScript is simple, readable, and predictable. Learn to write modern JavaScript not by memorizing a list of new syntax, but with practical examples of how syntax changes can make code more expressive. Starting from variable declarations that communicate intention clearly, see how modern principles can improve all parts of code. Incorporate ideas with curried f...

    $548.00

  • GETTING CLOJURE
    RUSS OLSEN
    Behind every programming language lies a vision of how programs should be built. The vision behind Clojure is of a radically simple language framework holding together a sophisticated collection of programming features. Learning Clojure involves much more than just learning the mechanics of the language. To really get Clojure you need to understand the ideas underlying this str...

    $548.00


01 02 03 04 05 06 »