Skip to content
View chr11stian's full-sized avatar
:octocat:
:octocat:

Block or report chr11stian

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

👋 Hello! I'm Christian

I'm a fullstack developer. I currently manage and code for my team Dev; which I launched with one of my best mates and fellow instructors at Cusco. I also work as a full stack developer for MERN, MARN, a startup focused on guestlist and event management.

When I'm not coding find me taking photos or trying to jump out of the nearest plane.

Linkedin Badge


How I'd define myself...literally

class Sy < Person
  def initialize
    @name = 'Christian'
    @age = 33
    @education = [ 'UNSAAC-computation', 'USP-IME' ]
    @hobbies = [ 'Music Lover', 'drawing' ]
  end

  def current_location
    'Cusco, CU, PERU'
  end

  def next_locations
    ['Sao Paulo, SP', 'Brazil, BRA']
  end

  def currently
    {
      studying: [ 'Computer Science' ],
      reading: [ 'Albert Camus', 'Haruki murakami' ],
     }
  end
end

What I always play with

Languages and Tools:

angular bash c couchdb cplusplus css3 cypress docker flask graphql heroku html5 java javascript jest mongodb mssql mysql nodejs pandas postgresql python pytorch react scikit_learn spring tensorflow typescript


Stats:

Quick stats about me

Github Stats Top Languages

| My GitHub stats | My Lang stats | My Streak stats | My GitHub stats

Languages and Tools:

Quick stats about me

Github Stats Top Languages
Anurag's GitHub stats Christian's top languages

Popular repositories Loading

  1. React-native-travel-App-ui React-native-travel-App-ui Public

    Forked from Minte-grace/React-native-travel-App-ui

    JavaScript

  2. app-node app-node Public

    JavaScript

  3. eco eco Public

    CSS

  4. HistoriasClinicas HistoriasClinicas Public

    Proyecto de Historias Clinicas

    HTML

  5. coding-interview-university coding-interview-university Public

    Forked from jwasham/coding-interview-university

    A complete computer science study plan to become a software engineer.

  6. elements-of-programming-interviews-solutions elements-of-programming-interviews-solutions Public

    Forked from gardncl/elements-of-programming-interviews-solutions

    My solutions to Elements of Programming Interviews

    Java