From 91b3441ce9126e9bfb1ee8071deebc24fbe3df02 Mon Sep 17 00:00:00 2001 From: Max Rukomoynikov Date: Fri, 12 Apr 2024 16:48:21 +0100 Subject: [PATCH] Fix broken links in Learning (mostly Pragprog) --- learning.markdown | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/learning.markdown b/learning.markdown index 44c1a8c51..18565a5f5 100644 --- a/learning.markdown +++ b/learning.markdown @@ -28,7 +28,7 @@ The book starts with a basic introduction to the Elixir language and functional

Programming Elixir 1.6

-Programming Elixir cover This book is the introduction to Elixir for experienced programmers, completely updated for Elixir 1.6 and beyond. Explore functional programming without the academic overtones (tell me about monads just one more time). Create concurrent applications, but get them right without all the locking and consistency headaches. @@ -39,7 +39,7 @@ Meet Elixir, a modern, functional, concurrent language built on the rock-solid E

Adopting Elixir

-Programming Elixir cover Adoption is more than programming. Elixir is an exciting new language, but to successfully get your application from start to finish, you're going to need to know more than just the language. You need the case studies and strategies in this book. @@ -60,7 +60,7 @@ This book will teach you the core concepts of the Elixir programming language in

Learn Functional Programming With Elixir

-Learn Functional Programming with Elixir cover Elixir's straightforward syntax and this guided tour give you a clean, simple path to learn modern functional programming techniques. No previous functional programming experience required! This book walks you through the right concepts at the right pace, as you explore immutable values and explicit data transformation, functions, modules, recursive functions, pattern matching, high-order functions, polymorphism, and failure handling, all while avoiding side effects. Don't board the Elixir train with an imperative mindset! To get the most out of functional languages, you need to think functionally. This book will get you there. @@ -89,7 +89,7 @@ If you're a new Elixir developer who's gone through some basic Elixir tutorials

Metaprogramming Elixir

-Metaprogramming Elixir cover Write code that writes code with Elixir macros. Macros make metaprogramming possible and define the language itself. In this book, you'll learn how to use macros to extend the language with fast, maintainable code and share functionality in ways you never thought possible. You'll discover how to extend Elixir with your own first-class features, optimize performance, and create domain-specific languages. @@ -98,7 +98,7 @@ Write code that writes code with Elixir macros. Macros make metaprogramming poss

Designing Elixir Systems with OTP

-Designing Elixir Systems with OTP cover 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 under the hood, and why that matters. Using that knowledge, instinctively know how to design systems that deliver fast and resilient services to your users, all with an Elixir focus.