Skip to content
View niznet89's full-sized avatar

Block or report niznet89

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

Welcome!

My name is Tenzin and I like building software that makes peoples lives better.

✍ I write things: https://tenzinrose.medium.com/

👷 I build things: https://trytali.com

Find me on the socials:

class Person
  def initialize
    @name = 'Tenzin Rose'
    @occupation = 'Entreprenuer'
    @interests = ['surfing', 'AI', 'martial arts', 'reading', 'stand up comedy']
    @twitter = '@rose_tenzin'
    @linkedin = 'https://www.linkedin.com/in/tenzinrose/'
  end

  def past_projects
    @previous_employer = { role: 'sales executive', locations: ['san francisco', 'new york', 'sydney'], tenure: '7.5 years' }
    @previous_employers = ['fastly', 'oracle', 'esv']
  end

  def future_projects
    @future_problems_to_solve = []
    @future_problems_to_solve.each do |problem|
      revenue = 0
      market_fit = MarketFit.new(timing: problem.timing?, demand: problem.demand?, willing_to_pay: problem.pay?)
      if problem == market_fit
        revenue += '$100,000,000'
      end
    end
  end
end

Popular repositories Loading

  1. augment_hackathon_support_gpt augment_hackathon_support_gpt Public

    Python 11

  2. rbnb rbnb Public

    Art Marketplace

    Ruby 2 1

  3. twt-bio twt-bio Public

    Ruby 2

  4. covid-vaccine covid-vaccine Public

    Project to investigate and understand the risks of getting the COVID vaccine.

    Python 1

  5. PRIVATE-ART-803 PRIVATE-ART-803 Public

    Forked from josh-merrill/PRIVATE-ART-803

    Ruby 1

  6. nomad-map nomad-map Public

    An app to let Digital Nomads communicate in a given location

    JavaScript 1