Code Monkey home page Code Monkey logo

Hey there!


from __future__ import annotations
import json, dataclasses as dc

@dc.dataclass
class Skills:
    languages  : tuple[str, ...] = ('Java', 'Ruby', 'Python', 'JavaScript')
    frameworks : tuple[str, ...] = ('Spring Boot', 'Rails', 'Flask', 'React')
    databases  : tuple[str, ...] = ('PostgreSQL', 'MySQL', 'MariaDB', 'Redis')
    deployment : tuple[str, ...] = ('Kubernetes', 'Docker', 'Sidekiq', 'RabbitMQ')

    def jsonify(self) -> str:
        return json.dumps(dc.asdict(self), indent=4)

skills = Skills()
print(skills.jsonify())
​

Rayan Alkhelaiwi's Projects

passwordgenerator icon passwordgenerator

A program that generates complex passwords and the user can choose the length and whether it contains numbers & letters or numbers only

qrscanner icon qrscanner

An Android app that uses ZXing library to scan a QR code, copies its result in the clipboard and shows it in a Crouton toast

quakereportapp icon quakereportapp

An Android app that uses USGS earthquake information API to retrieve the needed data using JSON Parsing

rayan.dev icon rayan.dev

A personal website that acts as a digital resume to showcase my professional identity

reportcard icon reportcard

A custom class to return a set of pre-defined courses and their grades along with the basic info of a student

resume icon resume

A resume page, which is done using HTML, CSS & Bootstrap

seattletourguide icon seattletourguide

A Tour Guide app for the city of Seattle, which shows the famous attractions there

soccerscorecounter icon soccerscorecounter

An Android app that counts the number of goals, penalties and fouls, for both sides, in a soccer match

studentlist icon studentlist

Udacity session activity on RecyclerView. Credits go to /3zcs

tapcounter icon tapcounter

A simple Android app that counts how many times a button is clicked

tetrisjs icon tetrisjs

A Classic Tetris Game Built using vanilla JavaScript ECMAScript 2015 (ES6)

todo_api icon todo_api

A Ruby on Rails API that creates todos. The purpose is to get to know the framework.

todolistwebapp icon todolistwebapp

A web app, using Flask & Jinja, that uses CRUD (SQLite) functions to create a To-Do List

todowebapp icon todowebapp

A web app, using Flask & Jinja, that uses PostgreSQL, MVC pattern and DB Migration

trello-like_todo icon trello-like_todo

A Trello-like Todo web app that displays user items in a todo section and be moved to complete section when marked done

trivialquestsapi icon trivialquestsapi

A backend RESTful API with a React frontend that provides categorized trivia questions you can answer

url_bookmark_api icon url_bookmark_api

RESTful API that acts as a URL Bookmark to store links, highlight important ones, and a way to categorize them

urlanalyzer icon urlanalyzer

A web app that disassembles and parses an URL to its main components (Scheme, Host, Path, Query)

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.