Skip to content
View abulsayyad123's full-sized avatar
🚀
Loading...
🚀
Loading...

Organizations

@kyoml

Block or report abulsayyad123

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
abulsayyad123/README.md

Hey, AbulAsar here! 👋

Hi

Linkedin Badge Gmail Badge

Welcome to my Github Page.

💻 Programming Languages I Love

  • Elixir
  • JS/TS
  • C++
  • Ruby

Programming Languges and Tools

Work

  • I'm currently working as an Independent Software Engineer.
  • Feel free to connect me on LinkedIn or email me 😄

Who am I?

defmodule MySelf do
 use GenServer
 @user "AbulAsar"

 def start_link(abul_asar) do
   GenServer.start_link(__MODULE__, abul_asar)
 end

 def init(intial_value) do
   {:ok, {:name, @user}}
 end

 def handle_call(:city, state) do
   {:reply, "Mumbai"}
 end

 def handle_call(:interest, state) do
   {:reply, ["Programming", "Watching Movies"]}
 end
 
 def handle_call(:work, state) do
   {:reply, "Independent Software Consultant"}
 end
end

AbulAsar's github stats

Pinned Loading

  1. crossroads/ember-infinite-list crossroads/ember-infinite-list Public

    Addon for infinity scroll

    JavaScript 2

  2. cordova-plugin-twiliovoicesdk cordova-plugin-twiliovoicesdk Public

    Forked from jefflinwood/cordova-plugin-twiliovoicesdk

    PhoneGap/Cordova Plugin for Twilio Programmable Voice SDK

    Java

  3. crossroads/stock.goodcity crossroads/stock.goodcity Public

    JavaScript 7

  4. crossroads/api.goodcity crossroads/api.goodcity Public

    GoodCity API server

    Ruby 10 9

  5. elixir-note-taking-app elixir-note-taking-app Public

    Elixir 6

  6. abul_elixir_resume abul_elixir_resume Public

    CSS