Tags
Language
Tags
May 2024
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1

Elixir in Action, 3rd Edition

Posted By: readerXXI
Elixir in Action, 3rd Edition

Elixir in Action, 3rd Edition
by Saša Juric
English | 2024 | ISBN: 1633438511 | 413 Pages | True PDF | 8.17 MB

Functional and Concurrent Programming: Core Concepts and Features

Posted By: First1
Functional and Concurrent Programming: Core Concepts and Features

Functional and Concurrent Programming: Core Concepts and Features by Michel Charpentier
English | November 28th, 2022 | ISBN: 0137466544 | 516 pages | True PDF | 5.54 MB

Leverage Modern Language Constructs to Write High-Quality Code Faster

Becoming a Dynamics 365 Supply Chain Management Functional Consultant Associate

Posted By: First1
Becoming a Dynamics 365 Supply Chain Management Functional Consultant Associate

Becoming a Dynamics 365 Supply Chain Management Functional Consultant Associate: Optimize and streamline supply chain management processes to improve outcomes and reduce costs by Juan Bravo Vargas, Mariano Martínez Melo
English | November 30th, 2023 | ISBN: 1804618004 | 422 pages | True EPUB (Retail Copy) | 27.08 MB

Learn the essential supply chain management concepts and processes within Dynamics 365 Supply Chain Management to become a skilled functional consultant

Web Development with Clojure: Build Bulletproof Web Apps with Less Code, 2nd Edition

Posted By: First1
Web Development with Clojure: Build Bulletproof Web Apps with Less Code, 2nd Edition

Web Development with Clojure: Build Bulletproof Web Apps with Less Code, 2nd Edition by Dmitri Sotnikov
English | August 23rd, 2016 | ISBN: 1680500821 | 297 pages | True PDF | 9.84 MB

Modern web applications deserve modern tools. Harness the JVM's rich infrastructure while taking advantage of the expressive power and brisk performance of a modern functional language. Exploit Clojure's unique advantages for web development. Step by step, apply the fundamentals of programming in Clojure to build real-world, professional web applications. This edition features new libraries, tools, and best practices, and focuses on developing modern single-page applications.

Functional Programming in Scala, 2nd Edition

Posted By: First1
Functional Programming in Scala, 2nd Edition

Functional Programming in Scala, 2nd Edition by Paul Chiusano, Rúnar Bjarnason, Michael Pilquist
English | June 6th, 2023 | ISBN: 1617299588 | 488 pages | True EPUB (Retail Copy) | 1.34 MB

This international bestseller has been revised with new exercises, annotations, and full coverage of Scala 3.

Effective Haskell: Solving Real-World Problems with Strongly Typed Functional Programming

Posted By: First1
Effective Haskell: Solving Real-World Problems with Strongly Typed Functional Programming

Effective Haskell: Solving Real-World Problems with Strongly Typed Functional Programming by Rebecca Skinner
English | August 22nd, 2023 | ISBN: 1680509349 | 670 pages | True EPUB (Retail Copy) | 2.66 MB

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. Apply functional techniques to working with databases and building RESTful services. Don't get bogged down in theory, but learn to employ advanced programming concepts to solve real-world problems. Don't just learn the syntax, but dive deeply into Haskell as you build efficient, well-tested programs.

Functional Programming in Java: Harness the Power of Streams and Lambda Expressions, 2nd Edition

Posted By: First1
Functional Programming in Java: Harness the Power of Streams and Lambda Expressions, 2nd Edition

Functional Programming in Java: Harness the Power of Streams and Lambda Expressions, 2nd Edition by Venkat Subramaniam
English | August 29th, 2023 | ISBN: 1680509799 | 276 pages | True EPUB (Retail Copy) | 2.47 MB

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. Apply the techniques you learn to turn highly complex imperative code into elegant and easy-to-understand functional-style code. Updated to the latest version of Java, this edition has four new chapters on error handling, refactoring to functional style, transforming data, and idioms of functional programming.

Functional Programming in Go

Posted By: First1
Functional Programming in Go

Functional Programming in Go: Apply Functional Techniques in Golang to Improve the Testability, Readability, and Security of Your Code by Dylan Meeus
English | March 10th, 2023 | ISBN: 1801811164 | 248 pages | True PDF | 2.96 MB

Leverage core functional programming (FP) concepts to write more maintainable and testable code in Go

A Functional Approach to Java: Augmenting Object-Oriented Java Code with Functional Principles

Posted By: First1
A Functional Approach to Java: Augmenting Object-Oriented Java Code with Functional Principles

A Functional Approach to Java: Augmenting Object-Oriented Java Code with Functional Principles by Ben Weidig
English | June 13th, 2023 | ISBN: 1098109929 | 403 pages | True EPUB | 4.57 MB

Java developers usually tackle the complexity of software development through object-oriented programming (OOP). But not every problem is a good match for OOP. The functional programming (FP) paradigm offers you another approach to solving problems, and Java provides easy-to-grasp FP tools such as lambdas and streams. If you're interested in applying FP concepts to your Java code, this book is for you.

Learn Physics with Functional Programming: A Hands-on Guide to Exploring Physics with Haskell

Posted By: First1
Learn Physics with Functional Programming: A Hands-on Guide to Exploring Physics with Haskell

Learn Physics with Functional Programming: A Hands-on Guide to Exploring Physics with Haskell by Scott N. Walck
English | January 31st, 2023 | ISBN: 1718501668 | 648 pages | True EPUB | 24.79 MB

Deepen your understanding of physics by learning to use the Haskell functional programming language.

Functional Programming in Java: Harnessing the Power Of Java 8 Lambda Expressions

Posted By: First1
Functional Programming in Java: Harnessing the Power Of Java 8 Lambda Expressions

Functional Programming in Java: Harnessing the Power Of Java 8 Lambda Expressions by Venkat Subramaniam
English | February 13th, 2018 | ISBN: 1937785467 | 185 pages | True PDF | 4.79 MB

Intermediate level, for programmers fairly familiar with Java, but new to the functional style of programming and lambda expressions.

Rust Brain Teasers: Exercise Your Mind

Posted By: First1
Rust Brain Teasers: Exercise Your Mind

Rust Brain Teasers: Exercise Your Mind by Herbert Wolverson
English | April 5th, 2022 | ISBN: 1680509179 | 140 pages | True EPUB | 2.39 MB

The Rust programming language is consistent and does its best to avoid surprising the programmer. Like all languages, though, Rust still has its quirks. But these quirks present a teaching opportunity. In this book, you'll work through a series of brain teasers that will challenge your understanding of Rust. By understanding the gaps in your knowledge, you can become better at what you do and avoid mistakes. Many of the teasers in this book come from the author's own experience creating software. Others derive from commonly asked questions in the Rust community. Regardless of their origin, these brain teasers are fun, and let's face it: who doesn't love a good puzzle, right?

Command-Line Rust: A Project-Based Primer for Writing Rust CLIs

Posted By: First1
Command-Line Rust: A Project-Based Primer for Writing Rust CLIs

Command-Line Rust: A Project-Based Primer for Writing Rust CLIs by Ken Youens-Clark
English | February 8th, 2022 | ISBN: 1098109430 | 398 pages | True EPUB | 2.80 MB

For several consecutive years, Rust has been voted "most loved programming language" in Stack Overflow's annual developer survey. This open source systems programming language is now used for everything from game engines and operating systems to browser components and virtual reality simulation engines. But Rust is also an incredibly complex language with a notoriously difficult learning curve.

Head First Swift: A Learner's Guide to Programming with Swift

Posted By: First1
Head First Swift: A Learner's Guide to Programming with Swift

Head First Swift: A Learner's Guide to Programming with Swift by Paris Buttfield-Addison, Jon Manning
English | December 21st, 2021 | ISBN: 1491922850 | 500 pages | True EPUB | 43.02 MB

What will you learn from this book?

Scala Cookbook: Recipes for Object-Oriented and Functional Programming, 2nd Edition

Posted By: First1
Scala Cookbook: Recipes for Object-Oriented and Functional Programming, 2nd Edition

Scala Cookbook: Recipes for Object-Oriented and Functional Programming, 2nd Edition by Alvin Alexander
English | August 31st, 2021 | ISBN: 1492051543 | 802 pages | True EPUB | 3.53 MB

Save time and trouble building object-oriented, functional, and concurrent applications with Scala. The latest edition of this comprehensive cookbook is packed with more than 250 ready-to-use recipes and 1,000 code examples to help you solve the most common problems when working with Scala 3 and its popular libraries.