Skip to content
View Xxamer's full-sized avatar
🐶
Making things
🐶
Making things
Block or Report

Block or report Xxamer

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
Xxamer/README.md

whoami 👀

I'm Christian , a Sofware Developer from Canary Islands, Spain. Currently working full-time as a fullstack developer. Beside's programming, I love videogames, books and learn a bit about everything. and also like pizza a lot.

grep basic_info ~/info.md

👨🏽‍💻 I’m currently working as a fullstack developer.
🌱 I like to learn new things everyday.
💬 Ask me about anything, I'll help you the best I can.
📫 You can contact me using chrisgrarod96@gmail.com or connect with me on LinkedIn.
📝 You can see my Portfolio or Download my Curriculum Vitae to get more professional info.



cd more_about_me; code .

const christian = {
   pronouns: "he" | "him",
   code: [ Typescript , Ruby, PHP, Java],
   prefered_technologies: {
     "Web": "Angular", "Vue"
     "Mobile": "Ionic/Angular", "React Native",
     "Backend": "Laravel ", "Ruby On Rails", "Spring", "Node"
   },
   databases: ["mongo", "MySql", "postgreSQL"],
   tools: {"Linux", "Visual Studio Code",},
   devOps: [ "Docker🐳", "Nginx", "Lamp", "Hyper-V Server"],
   challenge: "Trying to finish one of my side projects someday...",
   currently_working: true
}

Top Langs

GIF

Pinned

  1. FullStackProject FullStackProject Public

    This is a fullstack development done for a Development of Multiplatform Systems course

    TypeScript

  2. Rails-JWT Rails-JWT Public

    This is a rails API only application to try the token based authentication with user login, registration and posts

    Ruby 1

  3. Docker-Rails-Nginx-Postgres Docker-Rails-Nginx-Postgres Public

    A recipe to dockerize any Rails App in production mode with a Nginx reverse proxy and postgresql

    Ruby 1

  4. snapme snapme Public

    A simple page where you can be Thanos

    JavaScript 1

  5. Final-proyect-Brand-language Final-proyect-Brand-language Public

    This is a final proyect of Brand language using Javascript, Bootstrap, HTML, CSS and a connection with Firebase Database, the metods, classes, and name of variables are in spanish.

    HTML 2

  6. Rock-Paper-Scissors Rock-Paper-Scissors Public

    A simple client/server "Rock Paper Scissors" game using threads and sockets in Java

    Java