Welcome to our book review site go-pdf.online!

You may have to Search all our reviewed books and magazines, click the sign up button below to create a free account.

Sign up

Mastering Functional Programming
  • Language: en
  • Pages: 372

Mastering Functional Programming

Learn how functional programming can help you in deploying web servers and working with databases in a declarative and pure way Key Features Learn functional programming from scratch Program applications with side effects in a pure way Gain expertise in working with array tools for functional programming Book Description In large projects, it can get difficult keeping track of all the interdependencies of the code base and how its state changes at runtime. Functional Programming helps us solve these problems. It is a paradigm specifically designed to deal with the complexity of software development. This book will show you how the right abstractions can reduce complexity and make your code e...

Learn Scala Programming
  • Language: en
  • Pages: 488

Learn Scala Programming

A step-by-step guide in building high-performance scalable applications with the latest features of Scala. Key FeaturesDevelop a strong foundation in functional programming and Scala's Standard Library (STL)Get a detailed coverage of Lightbend Lagom—the latest microservices framework from LightbendUnderstand the Akka framework and learn event-based Programming with Scala Book Description The second version of Scala has undergone multiple changes to support features and library implementations. Scala 2.13, with its main focus on modularizing the standard library and simplifying collections, brings with it a host of updates. Learn Scala Programming addresses both technical and architectural ...

Technical Program Manager's Handbook
  • Language: en
  • Pages: 215

Technical Program Manager's Handbook

Explore the different aspects of the technical program manager's role in the tech world and get ready to advance your career across the Big Five tech companies Key Features Uncover the secret to becoming a successful technical program manager Learn some of the system design principles and architectural concepts necessary for a TPM Get up and running with a wide range of foundational program management topics Book DescriptionThe technical program manager (TPM) is a relatively new role born out of the need of the tech industry to have a specialized practitioner who speaks both tech and business and leverages this bilingual talent to get results that no one else can. This book dives into what m...

Learning Functional Programming
  • Language: en
  • Pages: 166

Learning Functional Programming

Learn how to think and write code like a functional programmer. With this practical guide, software developers familiar with object-oriented programming will dive into the core concepts of functional programming and learn how to use both functional and OOP features together on large or complex software projects. Author Jack Widman uses samples from Java, Python, C#, Scala, and JavaScript to help you gain a new perspective and a set of tools for managing the complexity in your problem domain. You'll be able to write code that's simpler, reusable, easier to test and modify, and more consistently correct. This book also shows you how to use patterns from category theory to help bridge the gap between OOP and functional programming. Learn functional programming fundamentals and explore the way functional programmers approach problems Understand how FP differs from object-oriented and imperative programming Use a set of practical, applicable design patterns that model reality in a functional way Learn how to incorporate FP and OOP features into software projects Apply functional design patterns appropriately and use them to write correct, robust, and easily modifiable code

Functional Programming For Dummies
  • Language: en
  • Pages: 320

Functional Programming For Dummies

Your guide to the functional programming paradigm Functional programming mainly sees use in math computations, including those used in Artificial Intelligence and gaming. This programming paradigm makes algorithms used for math calculations easier to understand and provides a concise method of coding algorithms by people who aren't developers. Current books on the market have a significant learning curve because they're written for developers, by developers—until now. Functional Programming for Dummies explores the differences between the pure (as represented by the Haskell language) and impure (as represented by the Python language) approaches to functional programming for readers just li...

Programming in Scala
  • Language: en
  • Pages: 778

Programming in Scala

  • Type: Book
  • -
  • Published: 2008
  • -
  • Publisher: Artima Inc

A comprehensive step-by-step guide

Java For Dummies
  • Language: en
  • Pages: 386

Java For Dummies

Start building powerful programs with Java 6—fast! Get an overview of Java 6 and begin building your own programs Even if you're new to Java programming—or to programming in general—you can get up and running on this wildly popular language in a hurry. This book makes it easy! From how to install and run Java to understanding classes and objects and juggling values with arrays and collections, you will get up to speed on the new features of Java 6 in no time. Discover how to Use object-oriented programming Work with the changes in Java 6 and JDK 6 Save time by reusing code Mix Java and Javascript with the new scripting tools Troubleshoot code problems and fix bugs All on the bonus CD-ROM Custom build of JCreator and all the code files used in the book Bonus chapters not included in the book Trial version of Jindent, WinOne, and NetCaptor freeware System Requirements: For details and complete system requirements, see the CD-ROM appendix. Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.

RESTful Java with JAX-RS
  • Language: en
  • Pages: 310

RESTful Java with JAX-RS

Thorough and complete with lots of examples and best practices, "RESTful Java with JAX-RS" demonstrates how to build RESTful Web applications with Java that are elegant, easy to use, and easy to understand.

Hands-on Scala Programming: Learn Scala in a Practical, Project-Based Way
  • Language: en
  • Pages: 414

Hands-on Scala Programming: Learn Scala in a Practical, Project-Based Way

  • Type: Book
  • -
  • Published: 2020-07-11
  • -
  • Publisher: Unknown

Hands-on Scala teaches you how to use the Scala programming language in a practical, project-based fashion. This book is designed to quickly teach an existing programmer everything needed to go from "hello world" to building production applications like interactive websites, parallel web crawlers, and distributed systems in Scala. In the process you will learn how to use the Scala language to solve challenging problems in an elegant and intuitive manner.

Introduction to the Art of Programming Using Scala
  • Language: en
  • Pages: 930

Introduction to the Art of Programming Using Scala

  • Type: Book
  • -
  • Published: 2012-11-05
  • -
  • Publisher: CRC Press

With its flexibility for programming both small and large projects, Scala is an ideal language for teaching beginning programming. Yet there are no textbooks on Scala currently available for the CS1/CS2 levels. Introduction to the Art of Programming Using Scala presents many concepts from CS1 and CS2 using a modern, JVM-based language that works we