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

Solve Erlang Badmatch Error Assigning Lists to Records

I’m trying to assign the ConnectedAtoms list to the connectedatoms field inside a newly created server_st record, but I keep running into a badmatch...

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