Git Product home page Git Product logo
class BigJerBD(Engineer):

    def __init__(self):
        self.username = 'bigjerbd'
        self.name = 'Jérémie Bigras-Dunberry'
        self.email = '[email protected]'
        
        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

Jérémie Bigras-Dunberry's Projects

agurim-ml icon agurim-ml

Forecasting future traffic with machine learning based on Agurim data

event-ingestor icon event-ingestor

Personal service that forwards webhooks event into google pubsub

fork-neovis.js icon fork-neovis.js

Neo4j + vis.js = neovis.js. Graph visualizations in the browser with data from Neo4j.

sphinx icon sphinx

Main repository for the Sphinx documentation builder

udes-pydarg icon udes-pydarg

Python Dictionary Argument : utility package to handle dictionary arguments

udes-rtslogger icon udes-rtslogger

University Homework - Simple async logging system in Rust for IFT611

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.