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

Easier Reading of Erlang Console and Error Logs

I’m still new to Erlang and Chicago Boss, using them for just a couple of weeks now. So far, I’ve made plenty of mistakes—no...

Fix Erlang Mode Installation Error While Installing

I’m trying to install Elixir on my Ubuntu 14.04 system from the official Elixir website. When I run the command sudo apt-get install esl-erlang,...

Fix Basic Syntax Errors in Erlang Code

I was working with some Erlang code and found myself stuck trying to identify a simple syntax error. Sometimes, no matter how long you...

Erlang Error in Process with Exit Value ‘undef’ – Explained

So, I’ve been working on a simple concurrency exercise in Erlang, trying to get communication working across different terminals or shells. The problem is...

Handling The “badarg” Error in Erlang When Passing Messages

I am new to Erlang and trying to pass the result from one function to another using message passing. However, I am encountering badarg...