06 Oct Erlang How to Fix the Elixir Error: Erlang Error Guard_expr October 6, 2025 By Hammad 0 comments While experimenting in IEx, I stumbled upon a confusing error that didn’t make sense at first. I wrote what I thought was harmless code... Continue reading
06 Oct Erlang How to Fix the Erlang “Received Unexpected TCP Data on #Port” Error When Using httpc:request October 6, 2025 By Hammad 0 comments Recently, I was working on a small Erlang script to fetch the content of a web page using the built-in httpc module. Everything seemed ... Continue reading
26 Sep Erlang How to Fix an Erlang Fail to Resolve IPv6 Address Using Parameters from RabbitMQ September 26, 2025 By Hammad 0 comments When I first deployed a RabbitMQ cluster on Kubernetes (K8s) with only pure IPv6 addresses, I ran into an unexpected problem: RabbitMQ ... Continue reading
26 Sep Erlang How to Fix a Error Emit Tuples From Erlang Views In CouchDB September 26, 2025 By Hammad 0 comments When I first started experimenting with CouchDB 0.10.0 and native Erlang views, I thought it would be a good idea to emit Erlang tuples... Continue reading
22 Apr Erlang How To Debug Undef Errors And Add Functionality In An Erlang Chat App? April 22, 2025 By Hammad 0 comments I’m working on a simple Erlang chat app that runs across multiple shells. My goal is to let people connect, send messages, and cleanly ... Continue reading
22 Apr Erlang How Fix RabbitMQ Server Installation on CentOS Erlang Error April 22, 2025 By Hammad 0 comments If you're trying to install RabbitMQ on CentOS 6 using an RPM file and you're encountering an error, don't worry it's a common issue. T... Continue reading
12 Mar Erlang How to Extending Practical Functionality with an Erlang Module March 12, 2025 By Hammad 0 comments Beyond understanding the startup flags erlang, you might want to inspect these settings programmatically or even extend the runtime int... Continue reading
12 Mar Erlang How do I Connect to Remote Shell Not Working Erlang March 12, 2025 By Hammad 0 comments Erlang, a powerful concurrent programming language designed for building distributed and fault-tolerant systems, provides various tools... Continue reading
05 Nov Erlang Fix Erlang Send Error in Prime Number November 5, 2024 By Hammad 0 comments I'm experimenting with creating an Erlang program to identify prime numbers using processes sure, it might not be the most efficient wa... Continue reading
05 Nov Erlang Solve Erlang Badmatch Error Assigning Lists to Records November 5, 2024 By Hammad 0 comments I’m trying to assign the ConnectedAtoms list to the connectedatoms field inside a newly created server_st record, but I keep running in... Continue reading