Code Monkey home page Code Monkey logo

bluech-rb-api's Introduction

gmail linkedin twitter facebook

Hi there! I'm Steven πŸ€—

Banner

In collaboration, we find success and efficiency. I spend most of my time honing my software development skills and exploring different ways I can improve both my technical and soft skills.

  • πŸ”­ I’m currently working on a cross-platform (react, kivy, rails) chat application, called bluech.
  • 🌱 I’m currently learning Docker & K8S.
  • πŸ‘― I’m current looking for open-source projects to collaborate on, mainly, GitHub & Canonical.
  • πŸ€” I’m looking for help with a social/community project am planning to start soon.
  • πŸ’¬ Ask me about Football & Basketball mainly.
  • πŸ˜„ Pronouns: Call me Steve
  • ⚑ Fun fact: Oh Gosh! How I love lemon cake!! πŸ°πŸ€—
  • πŸ’‘Tips:
        from os import environ
        from argparse import ArgumentParser
        
        base = {'theme': 'auto'}
    
        parser = ArgumentParser()
        parser.add_argument('-t', '--token')
        parser.add_argument('-db', '--database-url')
        
        ns = parser.parse_args()
        cli_args = {k: v for k, v in vars(ns).items() if v is not None}
        
        working_scope = ChainMap(cli_args, base, environ)
        # or
        # working_scope = environ | base | cli_args
        #
        # over
        #
        # working_space = environ.copy()
        # working_scope |= base
        # working_space |= cli_args

Technical Skills

Tools

Tools & Methodologies

Tools


Steve's GitHub stats GitHub Streak
Most Used Languages

bluech-rb-api's People

Contributors

sntakirutimana72 avatar

Stargazers

 avatar

Watchers

 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.