Code Monkey home page Code Monkey logo

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

Steven Ntakirutimana's Projects

awesome-books-v2 icon awesome-books-v2

A book-manager app that pulls from the browser local storage and allows users to view existing books and add more books to the records. Built with HTML5, CSS3, and JavaScript.

aws-serverless-stack icon aws-serverless-stack

πŸ’₯ SST makes it easy to build serverless apps. Set breakpoints and test your functions locally. https://serverless-stack.com

blog-app icon blog-app

A mini project that mimics the features of a blog web-app. The app allows users to create posts, comment on posts, and interact with posts by giving likes.

bluech icon bluech

A chat app designed to handle multi users, threaded, and other complex forms of conversations. It supports media attachments, video & audio calls, text messages, and continuous notifications.

bluech-client icon bluech-client

A chat app designed to handle multi users, threaded, and other complex forms of conversations. It supports media attachments, video & audio calls, text messages, and continuous notifications.

bluech-rb-api icon bluech-rb-api

A chat app designed to handle multi users, threaded, and other complex forms of conversations. It supports media attachments, video & audio calls, text messages, and continuous notifications.

bluech-web icon bluech-web

A client chat-app designed to handle multi users, threaded, and other complex forms of chatting.

bookstore icon bookstore

An app that allows users to manage their book records by adding a new record, updating, and removing records. Changes are persisted using APIs. Built with HTML5, CSS3, Redux, and React.

budget-app icon budget-app

Budgesten is a personal financial ledger that allows users to keep track of their financial expenditures. It offers confidentiality through user authentication and resource access control protocols.

calculator icon calculator

It is a mini version of a mathematical calculator. It implements a handful of operations such as modulo, 1/x fraction, addition, subtraction, division & multiplication. It can recall the previous calculation result and use it as input for the following calculation.

etch-sketch icon etch-sketch

A sketch notebook that allows users to draw on a canvas of various color behaviors.

first-capstone-project icon first-capstone-project

A conference-event app that allows users to view event timelines, plans, stakeholders, and features topics and speakers. Built with HTLM, CSS, Bootstrap, and JavaScript.

hello-rails-backend icon hello-rails-backend

A ruby-on-rails restful API that serves a random greeting message on every request from server.

hello-rails-frontend icon hello-rails-frontend

A react app that displays a random greeting message fetched from server using rails API.

hello-rails-react icon hello-rails-react

An introductive project that demonstrates how react can be integrated with rails.

hotsassist icon hotsassist

HotAssist is an open-source utility application that designed to offer certain Windows OS quick actions like (but not limited to) shutting down, restarting, and locking your computer.

leaderboard icon leaderboard

A Leaderboard app that pulls from a LeaderboardGameAPI and allows users to view recent scores and add more scores to the score board. Built with HTML5, CSS, JavaScript, and Webpack.

math-magicians icon math-magicians

The math-magicians is an app that allows user to perform simple mathematical computations like addition, division, and also to view some of the legendary philosophers' quotes.

odin-landing-page icon odin-landing-page

The project showcases how to mix colors and other styles to create an ideal landing page.

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.