Narrow your search

Library

KU Leuven (4)

UGent (4)

Odisee (3)

Thomas More Kempen (3)

Thomas More Mechelen (3)

UCLL (3)

VIVES (3)

KBC (2)

LUCA School of Arts (2)

ULiège (2)

More...

Resource type

book (9)


Language

English (9)


Year
From To Submit

2023 (1)

2019 (1)

2018 (2)

2016 (1)

2015 (2)

More...
Listing 1 - 9 of 9
Sort by

Book
Programming Elixir 1.6 : functional, concurrent, pragmatic, fun
Authors: ---
ISBN: 9781680502992 Year: 2018 Publisher: Raleigh : The Pragmatic Bookshelf,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Designing Elixir systems with OTP : write highly scalable, self-healing software with layers
Authors: --- ---
ISBN: 9781680506617 Year: 2019 Publisher: Raleigh : The Pragmatic Bookshelf,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Phoenix web development : create rich web applications using functional programming techniques with Phoenix and Elixir
Author:
Year: 2018 Publisher: Birmingham : Packt,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Learn to build a high-performance functional prototype of a voting web application from scratch using Elixir and Phoenix About This Book Build a strong foundation in Functional-Programming techniques while learning to build compelling web applications Understand the Elixir Concurrency and parallelization model to build high-performing blazingly fast applications Learn to test, debug and deploy your web applications using Phoenix framework Who This Book Is For This book is for people with a basic knowledge of Elixir, who want to start building web applications. Prior experience with web technologies is assumed. What You Will Learn Learn Phoenix Framework fundamentals and v1.3's new application structure Build real-time applications with channels and presence Utilize GenServers and other OTP fundamentals to keep an application stable Track users as they sign in and out of chat with Phoenix's built-in presence functionality Write your own database interaction code that is safe, bug-free, and easy to work with Explore testing and debugging methodologies to understand a real software development lifecycle for a Phoenix application Deploy and run your Phoenix application in production In Detail Phoenix is a modern web development framework that is used to build API's and web applications. It is built on Elixir and runs on Erlang VM which makes it much faster than other options. With Elixir and Phoenix, you build your application the right way, ready to scale and ready for the increasing demands of real-time web applications. This book covers the basics of the Phoenix web framework, showing you how to build a community voting application, and is divided into three parts. In the first part, you will be introduced to Phoenix and Elixir and understand the core terminologies that are used to describe them. You will also learn to build controller pages, store and retrieve data, add users to your app pages and protect your database. In the second section you will be able to reinforce your knowledge of architecting real time applications in phoenix and not only debug these applications but also diagnose issues in them. In the third and final section you will have the complete understanding of deploying and running the phoenix application and should be comfortable to make your first application release By the end of this book, you'll have a strong grasp of all of the core fundamentals of the Phoenix framework, and will have built a full production-ready web ...


Book
Build your own web framework in Elixir : develop lightning-fast web applications using Phoenix and metaprogramming
Author:
ISBN: 9781801815901 1801815909 Year: 2023 Publisher: Birmingham, England : Packt Publishing Ltd.,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Discover the secrets of building high-performing and scalable web applications with clean code using Elixir's metaprogramming Purchase of the print or Kindle book includes a free PDF eBook Key Features Explore the various web servers available to build robust web applications Leverage Elixir's powerful Plug module to build a request-response pipeline Explore advanced techniques of Elixir to create Domain-Specific languages and build scalable, maintainable web products Book Description Elixir's functional nature and metaprogramming capabilities make it an ideal language for building web frameworks, with Phoenix being the most ubiquitous framework in the Elixir ecosystem and a popular choice for companies seeking scalable web-based products. With an ever-increasing demand for Elixir engineers, developers can accelerate their careers by learning Elixir and the Phoenix web framework. With Build Your Own Web Framework in Elixir, you'll start by exploring the fundamental concepts of web development using Elixir. You'll learn how to build a robust web server and create a router to direct incoming requests to the correct controller. Then, you'll learn to dispatch requests to controllers to respond with clean, semantic HTML, and explore the power of Domain-Specific Languages (DSL) and metaprogramming in Elixir. You'll develop a deep understanding of Elixir's unique syntax and semantics, allowing you to optimize your code for performance and maintainability. Finally, you'll discover how to effectively test each component of your application for accuracy and performance. By the end of this book, you'll have a thorough understanding of how Elixir components are implemented within Phoenix, and how to leverage its powerful features to build robust web applications. What you will learn Get a comprehensive understanding of the Phoenix framework built on Elixir Use metaprogramming to optimize your Elixir code and create high-performance web applications Explore web development fundamentals including the principles of HTTP and HTML Employ Elixir's templating engine to dispatch requests to a controller and respond with dynamically generated HTML Improve the scalability and responsiveness of your web server by using OTP constructs Streamline your routing logic using error handling Who this book is for This book is for web developers seeking to deepen their understanding of Elixir's role in the Phoenix framework. Basic familiarity with Elixir is a must.


Book
Proceedings of the 14th ACM SIGPLAN Workshop on Erlang
Authors: ---
ISBN: 1450338054 Year: 2015 Publisher: New York : ACM,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Erlang '16 : proceedings of the 15th International Workshop on Erlang : September 23, 2016, Nara, Japan
Authors: --- --- ---
ISBN: 1450344313 Year: 2016 Publisher: New York : ACM,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Learning Elixir : unveil the many hidden gems of programming functionally by taking the foundational steps with Elixir
Author:
ISBN: 178588347X 9781785883477 1785881744 9781785881749 1785881744 9781785881749 Year: 2015 Publisher: Birmingham : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Concurrent programming in ERLANG
Authors: --- --- ---
ISBN: 013508301X 9780135083017 Year: 1996 Publisher: London Prentice Hall


Book
Handbook of Neuroevolution Through Erlang
Author:
ISBN: 1461444624 1461444632 1283848880 Year: 2013 Publisher: New York, NY : Springer New York : Imprint: Springer,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Handbook of Neuroevolution Through Erlang presents both the theory behind, and the methodology of, developing a neuroevolutionary-based computational intelligence system using Erlang. With a foreword written by Joe Armstrong, this handbook offers an extensive tutorial for creating a state of the art Topology and Weight Evolving Artificial Neural Network (TWEANN) platform. In a step-by-step format, the reader is guided from a single simulated neuron to a complete system. By following these steps, the reader will be able to use novel technology to build a TWEANN system, which can be applied to Artificial Life simulation, and Forex trading. Because of Erlang’s architecture, it perfectly matches that of evolutionary and neurocomptational systems. As a programming language, it is a concurrent, message passing paradigm which allows the developers to make full use of the multi-core & multi-cpu systems. Handbook of Neuroevolution Through Erlang explains how to leverage Erlang’s features in the field of machine learning, and the system’s real world applications, ranging from algorithmic financial trading to artificial life and robotics.

Keywords

Application software -- Development. --- Bioinformatics -- Handbooks, manuals, etc. --- Computational biology -- Handbooks, manuals, etc. --- Computational intelligence. --- ERLANG (Computer program language). --- Medicine -- Data processing. --- Parallel programming (Computer science). --- Computational biology --- Bioinformatics --- ERLANG (Computer program language) --- Engineering & Applied Sciences --- Biology --- Health & Biological Sciences --- Biology - General --- Computer Science --- Computer programming. --- Computers --- Electronic computer programming --- Electronic data processing --- Electronic digital computers --- Programming (Electronic computers) --- Programming --- Computer science. --- Software engineering. --- Artificial intelligence. --- Bioinformatics. --- Computer Science. --- Software Engineering/Programming and Operating Systems. --- Artificial Intelligence (incl. Robotics). --- Computational Biology/Bioinformatics. --- Coding theory --- Declarative programming languages --- Elixir (Computer program language) --- Artificial Intelligence. --- Bio-informatics --- Biological informatics --- Information science --- Systems biology --- AI (Artificial intelligence) --- Artificial thinking --- Electronic brains --- Intellectronics --- Intelligence, Artificial --- Intelligent machines --- Machine intelligence --- Thinking, Artificial --- Bionics --- Cognitive science --- Digital computer simulation --- Logic machines --- Machine theory --- Self-organizing systems --- Simulation methods --- Fifth generation computers --- Neural computers --- Computer software engineering --- Engineering --- Data processing

Listing 1 - 9 of 9
Sort by