Visitor Badge

Interests

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

About me.

class johncarl2234():
    def __init__(self):
        self.name = ['johncarl']
        self.country = ['Philippines']
        self.language = ['Waray', 'Tagalog', 'Bisaya']
    def programming_languages(self):
        return [
            'Python', 'html', 'Shell', 'JavaScript'
        ]
    def developer_tools(self):
        return [
            'GitHub', 'Stack Overflow', 'Docker','Heroku', 'Railway', 'Sublime'
            'Visual Studio Code', 'Oracle Cloud', 'Termux', 'MT manager'
        ]
    def operating_system(self):
        return [
            'Linux', 'Windows', 'Android'
        ]
    def linux_distros(self):
        return [
            'Ubuntu', 'Mint', 'ZorinOS', 'Kali Linux', 'Arch'
        ]
    def windows_os(self):
        return [
            'Windows 11', 'Windows 10'
        ]