Skip to content
View denisjovic's full-sized avatar
🏠
Working from home
🏠
Working from home
  • IndySoft
  • New York, NY
  • 09:59 (UTC -12:00)

Block or report denisjovic

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
denisjovic/README.md
  • 👋 Hi, I’m Denis, currently located in NYC.
  • 👀 Currently working with React and TypeScript, but also learning some C, .NET, DS and alghoritms.
  • 🌲 I enjoy running and long hikes, reading books and chilling with my 3 cats.
  • 🍺 I’m looking to connect with people who share similar interests, feel free to ping me in case you wanna chat and/or get a cup of coffee/beer.

Pinned Loading

  1. reset_docker_containers.sh reset_docker_containers.sh
    1
    docker stop $(docker ps -a -q) && \
    2
    docker rm $(docker ps -a -q) && \
    3
    docker rmi $(docker images -q) && \
    4
    docker-compose up
  2. keycloak-cas keycloak-cas Public

    This is a docker-compose that will start a development environment that will have the cas plugin to be integrated within keycloak.

    Dockerfile

  3. corona-tracker corona-tracker Public

    Small app showing daily stats related to coronavirus pandemic globally and by country

    JavaScript

  4. crypto-tracker crypto-tracker Public

    Tracking the data related to cryptocurrencies changes on the market

    TypeScript