DORSETRIGS
Home

erlang (16 post)


posts by category not found!

How does one Simulate a set of airplanes in Erlang programming language?

Simulating a Set of Airplanes in Erlang A Comprehensive Guide Simulating systems can be complex especially when dealing with multiple entities like airplanes If

2 min read 09-10-2024 38
How does one Simulate a set of airplanes in Erlang programming language?
How does one Simulate a set of airplanes in Erlang programming language?

Explanation of lists:fold function

Unfolding the Mystery Understanding fold in List Processing In the world of programming lists are a fundamental data structure They allow us to organize and man

2 min read 07-10-2024 21
Explanation of lists:fold function
Explanation of lists:fold function

RabbitMQ - install for all users

Unlocking Rabbit MQ for All Users A Comprehensive Installation Guide Imagine this You re working on a project that requires reliable message queuing and Rabbit

2 min read 05-10-2024 52
RabbitMQ - install for all users
RabbitMQ - install for all users

How to execute an exit function before closing rebar3 shell?

Graceful Exits in the Rebar3 Shell Ensuring Clean Closure The Problem Ever wondered how to perform a specific action before closing the Rebar3 shell like cleani

2 min read 04-10-2024 47
How to execute an exit function before closing rebar3 shell?
How to execute an exit function before closing rebar3 shell?

Client registration for chat application using erlang

Client Registration for Chat Application Using Erlang Creating a client registration system for a chat application can be a daunting task especially when you re

2 min read 21-09-2024 53
Client registration for chat application using erlang
Client registration for chat application using erlang

RabbitMQ installer indicates my Erlang is too old

Resolving Rabbit MQ Installation Issues Updating Erlang When attempting to install Rabbit MQ you may encounter an error message indicating that your version of

2 min read 19-09-2024 47
RabbitMQ installer indicates my Erlang is too old
RabbitMQ installer indicates my Erlang is too old

Optimise count(*) query for pagination

Optimizing COUNT Query for Pagination Strategies and Best Practices When developing applications that require data pagination one common operation is counting t

2 min read 18-09-2024 62
Optimise count(*) query for pagination
Optimise count(*) query for pagination

Printing all ets table values

Printing All ETS Table Values in Erlang When working with Erlang one of the most efficient ways to store and manage large amounts of data is by using Erlang Ter

2 min read 15-09-2024 45
Printing all ets table values
Printing all ets table values

How to split long lines in Erlang modules (like '\' in C)

Splitting Long Lines in Erlang Modules A Guide Erlangs syntax emphasizes readability and clarity However when dealing with long function definitions or complex

2 min read 13-09-2024 69
How to split long lines in Erlang modules (like '\' in C)
How to split long lines in Erlang modules (like '\' in C)

Can not connect to websocket server using WebSocket4Net

Resolving Web Socket Connection Issues with Web Socket4 Net and Mochi Web When attempting to connect to a Mochi Web Web Socket server using C and the Web Socket

3 min read 06-09-2024 56
Can not connect to websocket server using WebSocket4Net
Can not connect to websocket server using WebSocket4Net

Are there things Elixir can do that Erlang cannot, or vice versa?

Elixir vs Erlang Exploring the Capabilities of Both Choosing between Elixir and Erlang can feel like picking between two similar but distinct flavors of the sam

3 min read 06-09-2024 65
Are there things Elixir can do that Erlang cannot, or vice versa?
Are there things Elixir can do that Erlang cannot, or vice versa?

How to compare two structures via pointer equality in Elixir / Erlang

Comparing Structures by Pointer Equality in Elixir Erlang In Elixir Erlang the and operators are primarily used for comparing values not memory addresses This m

less than a minute read 05-09-2024 60
How to compare two structures via pointer equality in Elixir / Erlang
How to compare two structures via pointer equality in Elixir / Erlang

Cannot add dependency to rebar3 config

Troubleshooting Dependency Issues in Rebar3 A Comprehensive Guide Rebar3 the popular build tool for Erlang simplifies project management by handling dependencie

2 min read 31-08-2024 48
Cannot add dependency to rebar3 config
Cannot add dependency to rebar3 config

yaws is stucked and can not receive any new HTTP connection

Debugging Yaws When Your Server Gets Stuck and Stops Accepting Connections Yaws a popular Erlang based web server offers robust performance and scalability Howe

3 min read 31-08-2024 44
yaws is stucked and can not receive any new HTTP connection
yaws is stucked and can not receive any new HTTP connection

How do I get rebar3 to show runtime errors during boot?

Unmasking Runtime Errors During Rebar3 Boot A Guide to Troubleshooting When your Erlang application encounters runtime errors during the boot process its essent

2 min read 29-08-2024 52
How do I get rebar3 to show runtime errors during boot?
How do I get rebar3 to show runtime errors during boot?

Broadcast message to all joined clients when a new client joins the same room in Erlang

Broadcasting Messages to Clients in an Erlang Chatroom A Step by Step Guide This article will address a common issue faced by Erlang developers when building ch

2 min read 29-08-2024 44
Broadcast message to all joined clients when a new client joins the same room in Erlang
Broadcast message to all joined clients when a new client joins the same room in Erlang