Skip to content
View BigJerBD's full-sized avatar
💻
💻
Block or Report

Block or report BigJerBD

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
BigJerBD/README.md
class BigJerBD(Engineer):

    def __init__(self):
        self.username = 'bigjerbd'
        self.name = 'Jérémie Bigras-Dunberry'
        self.email = 'bigjerbd@gmail.com'
        
        self.programming_languages = {
            "python",
            "rust",
            "go",            
            "ruby",
            "dart"   
            "kotlin/scala"       
        }

        self.expertise = {
            "microservices",
            "google_cloud",            
            "apache_beam",
            "stream_processing",        
            "data_engineering",
            "serverless"
        }

        self.technologies =  {
            'backend': ["django", "fast_api", "ruby_on_rails", "actix_web"],
            'data': ['apache_beam', 'dataflow', 'pandas', 'spark'],
            'infrastructure': ['google_cloud_platform', 'terraform/pulumi'],
            'database': ['sql', 'mongodb', 'bigquery', 'firestore'],
            'frontend': ["Vue", "flutter", "typescript"],
        }

    def __str__(self):
        return self.name


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

Github Linkedin

Pinned

  1. event-ingestor event-ingestor Public

    Personal service that forwards webhooks event into google pubsub

    Rust

  2. kankei-frontend kankei-frontend Public

    University project - A Vue.js SPA frontend application for kankei

    Vue

  3. namgk/node-red-contrib-pythonshell namgk/node-red-contrib-pythonshell Public

    JavaScript 23 21

  4. kayleg/cloud-pubsub kayleg/cloud-pubsub Public

    Google Cloud PubSub client in rust

    Rust 30 21

  5. substack-handling-types-in-beam-dataframes substack-handling-types-in-beam-dataframes Public

    Python