Skip to content
View dinuth-perera's full-sized avatar
🌍
Working from home Ofz
🌍
Working from home Ofz

Block or report dinuth-perera

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
dinuth-perera/README.md

Hi 👋, I'm Dinuth Perera

  • 🔭 Technopreneur | 🌱 Green-Lover | FOSS ❤️ | ✨ Living Today
class DinuthPerera(self):
        self.username = 'dinuth-perera'
        self.full_name = 'Dinuth Hasanka Perera'
        self.web = ['https://dinuth.me', 'https://core48.com/', 'https://core4biz.com/']
        self.linkedin = 'https://www.linkedin.com/in/dinuthperera/'
        self.twitter = '@Dinuth_perera'
        self.fiverr = 'https://www.fiverr.com/dinuthperera'
        self.source = {
            'Where I live': ['Beruwala, Sri Lanka'],
        },
        self.code = {
            'erp': ['odoo erp', 'erp_next'],
            'frontend': ['HTML', 'CSS', 'JavaScript', 'Boostrap', 'TS'],
            'backend': ['Python', 'Odoo', 'Django','Dart', 'TS', 'Bash',],
            'mobile': ['Ionic', 'ReactNative', 'Flutter',],
            'database': ['PostgreSQL', 'MySQL', 'SQLite3',],
            'devops': ['CI/CD', 'Apache', 'Docker', 'Nginx', 'AWS','GCP'],
            'tools': ['GIT', 'GitHub', 'Bitbucket'],
            'ides': ['Visual Studio Code','Sublime Text', 'nano'],
            'misc': ['Iot', 'Telecommunication', 'Firebase', 'DevOps', 'GNU/Linux', 'Network_And_Information Security']
        },
        self.projects = {
            'PayHere payment gateway integration for Odoo': ['https://apps.odoo.com/apps/modules/14.0/payhere_payment/', 'https://github.com/Core48/odoo_payhere', ['Python', 'Odoo']],
            'Ebedding Sets': [ 'https://www.ebeddingsets.com/', ['Wordpress'] ],
        }
        

    def __str__(self):
        return self.full_name


if __name__ == '__main__':
    me = DinuthPerera()
    

Ping Me

Pinned Loading

  1. odoo_payhere_payment odoo_payhere_payment Public

    PayHere payment gateway integration for Odoo

    Python 10 2

  2. apit_lk apit_lk Public

    Sri lanka APIT Calculation python library

    Python 2

  3. excel-to-financial-statements excel-to-financial-statements Public

    A Python-based tool that converts Excel journal entries into detailed financial reports, including Balance Sheet and Profit & Loss statements. It reads journal entries from an Excel file, categoriz…

    Python 1 1

  4. acc_fraud_detections acc_fraud_detections Public

    Python scripts for the Accounting fraud detections

    Python