Skip to content
View hdmodha's full-sized avatar
😊
😊
  • Siemens AG
  • Chemnitz, Saxony, Germany
  • 15:58 (UTC +02:00)
  • X @hdmodha
Block or Report

Block or report hdmodha

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
hdmodha/README.md

Hello there πŸ‘‹, I'm Het Modha

a passionate self-taught programmer exploring the awesome virtual world πŸ˜„

Open Source Love

GIF

#!/usr/bin/python
# -*- coding: utf-8 -*-


class SoftwareEngineer:

    def __init__(self):
        self.name = "Het Modha"
        self.role = "Self-taught programmer"
        self.language_spoken = ["en_US", "HIN", "GUJ", "DE"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = SoftwareEngineer()
me.say_hi()


πŸ“ Blogs



πŸ”§ Technologies & Tools

Lines of code



πŸ–₯️ My GitHub Stats

Top Langs

Popular repositories

  1. cv cv Public

    My personal info

    HTML

  2. hdmodha hdmodha Public

    Config files for my GitHub profile.

  3. Sales_Data_Analysis Sales_Data_Analysis Public

    Getting insights of sales data by counting frequency of items bought by a customer in a year and percentage delay in shipments.

  4. To_do_backend To_do_backend Public

    remote backend flask with SQLite.

    Python

  5. videosdk-rtc-api-server-examples videosdk-rtc-api-server-examples Public

    Forked from videosdk-live/videosdk-rtc-api-server-examples

    Example code for backend token generation and meeting id creation in major backend languages

    Ruby

  6. videosdk-rtc-angular-prebuilt-example videosdk-rtc-angular-prebuilt-example Public

    Forked from videosdk-live/videosdk-rtc-angular-prebuilt-example

    This code sample demonstrates a one-to-one and group video call application built with Video SDK RTC Prebuilt SDK and Video SDK RTC JS SDK

    TypeScript