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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only 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

  • Javascript
  • Ruby
  • Elixir

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/admin.goodcity crossroads/admin.goodcity Public

    GoodCity App for Admins

    JavaScript 3

  4. crossroads/stock.goodcity crossroads/stock.goodcity Public

    JavaScript 7

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

    Elixir 6

  6. abul_elixir_resume abul_elixir_resume Public

    CSS