Skip to content
View d9nchik's full-sized avatar
πŸ’­
πŸ‘¨β€πŸŽ“
πŸ’­
πŸ‘¨β€πŸŽ“

Highlights

  • Pro

Organizations

@InProgres
Block or Report

Block or report d9nchik

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

Hi there πŸ‘‹

  • πŸ€” I’m looking for help with DevOps stuff.
  • πŸ’¬ Ask me about Java, Python, Golang, TypeScript
  • πŸ“« How to reach me: LinkedIn
  • πŸ“• My personal tech blog on Medium
  • πŸ˜„ Pronouns: [denich]
  • ⚑ Fun fact: I prefer Kanban.

LinkedIn ko-fi

Pinned

  1. thanksbot thanksbot Public archive

    TypeScript

  2. kpi_student kpi_student Public archive

    Forked from InProgres/kpi_student

    Text game about student and how he survives in the hell of university

    TypeScript 1

  3. gozha_ogorozha gozha_ogorozha Public archive

    Sass

  4. volksAuto volksAuto Public archive

    My attempt to create singlepage site similiar to volkswagen

    CSS

  5. git-alias.md git-alias.md
    1
    # Git aliases
    2
    To set up add the following lines (or preferred ones) to your `~/.bashrc`Β , then restart any active terminals.
    3
    
                  
    4
    ```sh
    5
    alias ga  = 'git add'
  6. Create an alias for pretty logs Create an alias for pretty logs
    1
    *Set up a pretty git log*
    2
    
                  
    3
    **run:**
    4
    
                  
    5
    ```sh