Hammad

Hi, I am a senior web and mobile developer having 4+ years of experience in this field. I have built various websites using different frameworks and languages like Erlang, ROR, React, Nodejs, Angular, JavaScript, PHP, Laravel, Python, Django, CMS websites, etc. I also have a strong knowledge of the elixir, AWS as well. I also have an expert level of experience in mobile app technologies like Flutter, react native, and Swift. If you want to work with me send me a quick message so that we can discuss your tasks and work accordingly.
21 Posts

How to Fix the Elixir Error: Erlang Error Guard_expr

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: case...

How to Fix the Erlang “Received Unexpected TCP Data on #Port” Error When Using httpc:request

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...

How to Fix an Erlang Fail to Resolve IPv6 Address Using Parameters from RabbitMQ

When I first deployed a RabbitMQ cluster on Kubernetes (K8s) with only pure IPv6 addresses, I ran into an unexpected problem: RabbitMQ couldn’t resolve...

How to Fix a Error Emit Tuples From Erlang Views In CouchDB

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...

How To Debug Undef Errors And Add Functionality In An Erlang Chat App?

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...