GithubHelp home page GithubHelp logo
class SoftwareDeveloper(GithubUser):

    def __init__(self):
        self.name = "Raman Sehmbi"
        self.role = "Software Developer"
        self.languages_spoken = ["pa_IN", "en_CA"]

    def get_current_work_experience(self):
        return "Currently working on safeguarding AI!"

    def get_previous_work_experience(self):
        return [
            "Imagia Canexia Health",
            "ThoughtFarmer",
        ]

    def get_skills(self):
        return {
            "languages": ["Python", "Javascript"],
            "other": ["Kotlin", "Java", "C#", "C++"],
            "frontend": ["Angular", "React"],
            "backend": ["Django", "Flask", "FASTAPI"],
            "databases: ["mongo", "MySql", "sqlite" , "postgres"],
        }

    def favQuotes(self):
        return [
            "It's called VS Code because its you VS your code always!",
            "Strive to be uncommon amongst uncommon people",
        ]    
    
    def saying_hello(self):
        print("Hello there 👋")
    

i_am = SoftwareDeveloper()
i_am.saying_hello()

Visits Badge

Certifications:

Raman Sehmbi's Projects

budget-wise-app icon budget-wise-app

React expense management app featuring data visualization, with Google Auth for user login and ElephantSQL for the database. Deployed on Google Cloud Platform for expense tracking.

greenfoodtracker icon greenfoodtracker

Android app for Vancouver residents aiming to reduce their carbon footprint. It includes a carbon calculator, carbon pledge, and a restaurant guide for monitoring carbon emissions.

hubspot icon hubspot

Hubspot is an android application that integrates all of SFU students' online needs in a way that is simple and efficient allowing students to navigate through their academic careers with ease. The idea is to aggregate Canvas, go.sfu, Coursys and Rate my Professor to alleviate the necessity for students to use multiple platforms to retrieve informa

my-runs icon my-runs

Android application incorporating Google Maps integration and activity recognition using decision tree classifier to track workouts.

pokemon icon pokemon

Fun JavaFx Application with Spring Client-Server Framework

reversi icon reversi

Implemented two Reversi-playing AI agents: one using Monte Carlo Tree Search and the other utilizing Weighted Search to determine the more successful algorithm.

social--gaming icon social--gaming

Gaming platform that allows users to play multiplayer games concurrently in C++.

wineanalysis icon wineanalysis

Analyzed Physio chemical and Geographical data-sets to predict the quality of wines. Utilized customer reviews to draw inference on quality of wines.

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.