GithubHelp home page GithubHelp logo

rsehmbi / best-coding-practices-in-android Goto Github PK

View Code? Open in Web Editor NEW

This project forked from balsikandar/best-coding-practices-in-android

0.0 0.0 0.0 55 KB

This repo is to add best practices that developers can apply to write clean, short and testable code in android.

License: Apache License 2.0

Java 100.00%

best-coding-practices-in-android's Introduction

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:

best-coding-practices-in-android's People

Contributors

balsikandar avatar

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.