Skip to content
View ArturRejment's full-sized avatar
Block or Report

Block or report ArturRejment

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ArturRejment/README.md

Hi there 👋

  • 💻 I'm Regular Software Engineer at InsERT
  • 🏫 I'm a Computer Science student at Wrocław Univerisity of Science and Technology


Pinned Loading

  1. blog-api blog-api Public

    An API for a simple blog with features like signing up, singing in, browsing and creating posts and comments, adding them to favorites and following other users. Created with Django and Django REST…

    Python 3 3

  2. pokemon-webservice pokemon-webservice Public

    A Webservice about pokemon created with Django and Postgres as the main database. Data about pokemon come from PokeAPI and is cached with Redis db. Application is containerized with Docker.

    Python

  3. gym-app-api gym-app-api Public

    An API for gym management application built with Django and REST Framework. Handles functionalities for Receptionists, Trainers, and Gym Members.

    Python 1

  4. data-structures data-structures Public

    A c++ project to compare theoretical and real time complexity of operations on the array, linked list, binary heap, and red-black tree.

    C++

  5. gym-app gym-app Public

    Gym management application implemented with Django and PostgreSQL.

    Python 1

  6. graph-algorithm graph-algorithm Public

    Implementation of MST algorithm (Prim and Kruskal) and shortest path algorithm (Dijkstra and Bellman-Ford)

    C++