jeffara - Overview

My name is Jefferson and I love designing software architectures that help companies and people succeed.

class Person
  def initialize
    @name = 'Jeff Araujo'
    @occupation = 'Entrepreneurship | Solution Architect | Artificial Intelligence | Digital Marketing'
    @interests = ['Christianism', 'Digital Marketing', 'AI', 'Software Development', 'Reading', 'Architecting Solutions', 'Innovation', 'Studying']
    @twitter = '@jaraujo.digital'
    @linkedin = 'https://www.linkedin.com/in/jeffaraujo/'
    @instagram = 'https://www.instagram.com/jeffaraujo.digital/'
  end

  def past_projects
    @previous_employer = { role: 'Principal Technical Architect', locations: ['São Paulo', 'SP', 'Brazil'], tenure: '1 year' }
    @previous_employers = ['SAS', 'Adobe', 'Liferay']
  end

  def current_project
    @current_project = {company: 'Thrivus', industry: 'AI Consulting Services', website: 'https://thrivus.io'}
  end

  def future_projects
    @future_problems_to_solve = ['Researching...']
  end
end