I'm a fullstack developer and designer building digital products using Lean Design principles. I currently manage and code for my agency MangoTree Dev; which I launched with one of my best mates and fellow instructors at Le Wagon. I also work as a full stack developer for ARTSVP, 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.
class Sy < Person
def initialize
@name = 'Sy Rashid'
@age = 31
@work = [ 'MangoTree Dev', 'ARTSVP', 'Instamove', 'Le Wagon' ]
@education = [ 'Georgia Tech BS', 'HBX/HBS' 'Le Wagon', 'Georgia Tech MS' ]
@hobbies = [ 'Skydiving', 'Snowboarding', 'Tacos' ]
end
def current_location
'Burke, VA, USA'
end
def next_locations
['Lisbon, PT', 'Barcelona, ESP']
end
def currently
{
studying: [ 'Network Security' ],
reading: [ 'Rails AntiPatterns', 'Deep Work' ],
tinkering: [ 'Google Pay', 'Apple Wallet', 'Pen Testing' ]
}
end
end
Github Stats | Top Languages |
---|---|