Skip to content
View Feniksovich's full-sized avatar
:octocat:
Bugs Developer
:octocat:
Bugs Developer
Block or Report

Block or report Feniksovich

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

Hi I'm Maxim Fenixov

The Internet knows me as
I'm self-learning Java Developer that also interested in DevOps & Linux!

  • 🔭 I’m currently working on Colombino Creative
  • 🌱 I’m currently learning Spring Framework & Highload systems
  • 📫 How to reach me feniksovich.github.io
  • ⚡ Fun fact I'm crazy about Doge meme and Shiba Inu dogs

Tech Stack

4 - Programming Skills: Bash Java HTML5 CSS
7 - Software: Linux WSL Docker MariaDB Redis MongoDB NGINX
7 - Tools: Git Intellij IDEA CLion Maven Visual Studio Code Illustrator Photoshop

wakatime feniksovich.github.io

Pinned

  1. RxPubSub RxPubSub Public

    Redis Extended PubSub is a Java library aims to integrate Redis Pub/Sub with POJOs and provide graceful ways to operate with.

    Java 1

  2. ProxyPackFix ProxyPackFix Public

    Tiny BungeeCord plugin that prevents resending of resource pack installation on server switch. Powered on Protocolize.

    Java

  3. feniksovich.github.io feniksovich.github.io Public

    A one-page website about me & my activity

    CSS

  4. redis/jedis redis/jedis Public

    Redis Java client

    Java 11.6k 3.8k

  5. systemctl aliases systemctl aliases
    1
    # Basic systemctl commands
    2
    alias ctlsp="systemctl stop"
    3
    alias ctlst="systemctl start"
    4
    alias ctlrt="systemctl restart"
    5
    alias ctls="systemctl status"
  6. colorized .bashrc colorized .bashrc
    1
    # ~/.bashrc: executed by bash(1) for non-login shells.
    2
    # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
    3
    # for examples
    4
    
                  
    5
    # If not running interactively, don't do anything