Visitor Badge

Interests

  • Stuff I like: Exploring something new, chilling and listening to music.
  • Tap this to reach me: Telegram

Technologies

  • Technologies that I know: Adobe InDesign, Canva and Adobe Illustrator (For Ai: still learining the foundamentals)

About me.

class johncarl2234():
    def __init__(self):
        self.name = ['John Carl Acosta']
        self.country = ['Philippines']
        self.language = ['English', 'Filipino, 'Cebuano']
    def programming_languages(self):
        return [
            'Python', 'html', 'Shell', 'JavaScript'
        ]
    def developer_tools(self):
        return [
            'GitHub', 'Stack Overflow', 'Docker','Heroku', 'Railway', 'Sublime'
            'Visual Studio Code', 'Termux', 'MT manager', 'Adobe InDesign'
            'Adobe Illustrator'
        ]
    def operating_system(self):
        return [
            'Linux', 'Windows', 'Android'
        ]
    def linux_distros(self):
        return [
            'fedora', 'mint'
        ]
    def windows_os(self):
        return [
            'Windows 10'
        ]