Skip to content
View kunicmarko20's full-sized avatar
πŸŒ€
πŸŒ€

Organizations

@Lendable @rustysoft
Block or Report

Block or report kunicmarko20

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

Bear hi gif

πŸ’» I enjoy learning new things, and improving my skills.

My repositories are a mix of 🐘 πŸ¦€ β˜• 🐹:

Top Langs

πŸ™‹ I love open source and helping people, just send me a message if you think I can help.

πŸ”§ I love to automate boring parts of my jobs, so you will probably find a bunch of cli apps, and some bash scripts.

πŸ™Œ I almost always have an opinion about code design/architecture/naming because I really care about writing good code, and making the job easier for the next person.

πŸ“˜ If you need a tech book recommendation, I can help with that.

Pinned

  1. symfony/symfony symfony/symfony Public

    The Symfony PHP framework

    PHP 29.3k 9.3k

  2. Select branch to checkout from a lis... Select branch to checkout from a list of recent ones.
    1
    #!/bin/bash
    2
    
                  
    3
    select branch in $(git branch --sort=-committerdate | head -n6 | grep -v "*")
    4
      do
    5
        git checkout $branch
  3. lendabot lendabot Public

    Bot that automates workflow.

    Rust 5

  4. idea-helpable-plugin idea-helpable-plugin Public

    PHPStorm plugin that generates all the boileplate code

    Java

  5. gock-http-server gock-http-server Public

    Mock HTTP Server

    Go