Skip to content
View eavom's full-sized avatar
🖱️
Setting up my Github
🖱️
Setting up my Github

Block or report eavom

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

नमस्ते <Namaste> 🙏🏽 It's Good To See You! 💙

Call me mova. I'm a dedicated computer programmer who finds joy in coding regardless of programming language. Open to collaborating on projects and exploring innovative ideas. I believe that while anyone can code, crafting high-quality code sets one apart.

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

class Programmer:

    def __init__(me):
        me.name:str = "Mova"
        me.other_name:str = "mova"
        me.current_role:str = "Data Engineer"
        me.language_spoken:list = ['en_IN', 'hi_IN', 'gn_IN']
        me.active_since:int = 2011
        me.active_on_github_since:int = 2023

    def say_thank_you(me):
        print('Thanks for dropping by', f'have a great rest of the day! ~ {me.other_name}', sep =', ', end='\n\n')

mova = Programmer()
mova.say_thank_you()

Pinned Loading

  1. text-to-pattern Public

    app that generates numbers arranged based on the text user has provided and can be read using browser's find and highlight functionality.

    JavaScript 1

  2. mosh Public

    moSh ~ A shell within a shell

    Batchfile

  3. fflocker Public

    batch file that allows to change the access control of files/folders

    Batchfile

  4. gitreform Public

    gitreform is a helper that helps you to commit in past to show up in your github graph

    PowerShell

  5. sql-server-deployment Public

    an automated database changes deployment process for SQL Server

    PLpgSQL

  6. windows-batch-utilities Public

    A collection of useful or useless windows batch files

    Batchfile