Skip to content
View AleksaDjordjic's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Organizations

@CodeCatsOfficial

Block or report AleksaDjordjic

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
AleksaDjordjic/README.md

Hi there 👋

What's up?

  • 💼 I'm currently running Code Cats Ltd offering hosting and making loads of Blesta plugins.
  • 🌱 I'm learning Vue.js, its amazing, SCREW YOU REACT!
  • 🤮 Meanwhile also torturing myself with the horrible C# alternative called Java

About me

Since I'm a great writer and always have something in mind, I tooootally know what to write here, and won't link you to my website about page where I already wrote this at 7am and don't remember a single thing about :)

Pinned Loading

  1. Hetzner Cloud Benchmarks Hetzner Cloud Benchmarks
    1
    curl -sL yabs.sh | bash -s -- -9
    2
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    3
    #              Yet-Another-Bench-Script              #
    4
    #                     v2021-06-05                    #
    5
    # https://github.com/masonr/yet-another-bench-script #
  2. Bit more advanced version of perviou... Bit more advanced version of perviously uploaded MogoDB C# client for basic CRUD operations and Authorization
    1
    using MongoDB.Bson;
    2
    using MongoDB.Driver;
    3
    using Newtonsoft.Json;
    4
    using System.Collections.Generic;
    5
    using MongoDB.Bson.Serialization.Attributes;
  3. Junity Junity Public

    Small game engine written in Java, syntactically inspired by Unity with the main purpose of me learning Java and OpenGL

    Java 2

  4. Fractals Fractals Public

    Backup (2020) - Attempted making Fractal rendering in C++

    C++

  5. Fluid-Simulator Fluid-Simulator Public

    Backup (2019) - Failed fluid simulation attempt

    C#