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

Error Handling with gen_tcp in Erlang Program

The error in this code lies in the gen_tcp:recv(ClientSocket, 0) call, which assumes that the client will always send data correctly. If the client...

Missing erl_compile_flags.h File be Generated in Erlang?

The missing erl_compile_flags.h file error in an Erlang build occurs when the required header file is not generated or located correctly during the compilation...

Error Compiling in Erlang: Missing ‘erl_nif.h’ File

The error indicates that the 'erl_nif.h' file is missing during the compilation of the USB dependency. This is causing the build to fail in...