Skip to content
View haykkh's full-sized avatar
πŸ’
Gardening
πŸ’
Gardening
Block or Report

Block or report haykkh

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
haykkh/readme.md
hi my name is hayk (Υ°Υ‘Υ΅Υ―)
(like a hike)

i make things
and learn things

i'm usually making things
to learn how to make things

looking to save the world
(or die trying)

😊 🌍

BIO

I:
    am a:
        πŸ’»  software engineer
        πŸŒ’  UC Berkeley SkyDeck accelerator alum
        πŸ”­  Theoretical Physics undergrad from UCL (First Class Honours)
        🌍  carbon consultant
        πŸ“Έ  photo/videographer
    like:
        πŸ…  gazpacho
        πŸš€  space(+ships)
        🚢  hiking (ha ha)
        🐢  Bobby
        πŸ‘¨πŸΌβ€πŸŒΎ  gardening

PROJECTS

I made:
    metaport.ai                 - CTO of startup from ideation to UC Berkeley SkyDeck accelerator alum (<2% acceptance rate)  
    whattheplaylist.com         - find your spotify playlists that contain a song/album/artis
    hayk.earth/buchulator       - kombucha recipe calculator
    ikea.hayk.space             - does ikea have new plants today? 
    qSim-cpp                    - a Quantum Computer Simulator built in C++
    pytris                      - a Tetris clone built in the Pyxel engine
    chat.hayk.io                - web app that syncs with a slack bot, come chat with me!
    resultr                     - tool to reorganize and graph UCL Physics results
    the-island-club.com         - website for non-profit exhibition space in Limassol
    analogaffairs.com           - my film photography
    hayk.earth/fancy            - old 'fancy' version of hayk.earth (no longer plays well with most browsers)
    hayk.earth/bark             - photography project
    hayk.earth/x                - photography project
    christodoulospanayiotou.com - website for artist based nowhere
    parkwoods.net               - website for paint and chemical industry leader

you can also check out my hayk.earth/resume if you'd like

CONTACT
    chat.hayk.io
    hi@hayk.io
    github.com/haykkh
    hayk.earth/resume
    angel.co/haykkh
    linkedin.com/in/haykkh

Pinned

  1. what-the-playlist what-the-playlist Public

    what playlist was that song in again??

    Vue 6 1

  2. qSim qSim Public

    Quantum computer simulator library

    C++ 9 3

  3. chat.hayk.io chat.hayk.io Public

    web chat that syncs with a Slack workspace

    Python 1

  4. does-ikea-have-new-plants-today does-ikea-have-new-plants-today Public

    Checks IKEA UK to see if they have any new plants today

    TypeScript

  5. buchulator buchulator Public

    Kombucha calculator

    JavaScript 1

  6. How to run a discord.py bot with Fas... How to run a discord.py bot with FastAPI
    1
    import asyncio
    2
    import discord
    3
    from fastapi import FastAPI
    4
    
                  
    5
    app = FastAPI()