Skip to content
View gggittt's full-sized avatar
๐Ÿ““
kkk
๐Ÿ““
kkk

Block or report gggittt

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

Hi there, I am Software Engineer ๐Ÿ‘‹

Telegram

Best project to evaluate my code: https://github.com/gggittt/match3_byClicks

Technology Stack

CSharp Unity

Rider Visual Studio Visual Studio Code Android Studio

JavaScript HTML5 Pug CSS3 Sass

AutoHotkey

Microsoft SQL Server PostgreSQL

GraphQL

Git GitHub TeamCity

diagrams.net

Jira Confluence

Recommend by me plugins for JetBrains IDEs:

Can't bring myself to test this promising plugins:

Intresting plugins, which deserve attention, but already dropped by me (has bug or not my work style)

Also sometimes I:

  • Use RegEx for solving personal tasks
  • Use Bookmarklets. Few samples:
/*YouTube copy time*/ javascript:(function() {  var time = document.querySelector('.ytp-time-current').textContent;    var textArea = document.createElement('textarea');  textArea.value = time;  document.body.appendChild(textArea);  textArea.select();  document.execCommand('copy');  document.body.removeChild(textArea);})();
/*YouTube shorts to normal*/ javascript:(function() {   var url = window.location.href;   var regex = /https:\/\/www\.youtube\.com\/shorts\/(.+)/;   var match = url.match(regex);   if (match) {     var newUrl = "https://www.youtube.com/watch?v=" + match[1];     window.location.href = newUrl;   } })();
  • Looking for new soft for PC. I can recommend:
    • KeyManager
    • Clipdiary
    • Volume2
    • Autorun Organizer
    • PotPlayer

Long time ago I solve few problems in Leetcode


Code should read like well-written prose and be clean, lean, and easy to maintain.

gggittt

gggittt

Pinned Loading

  1. match3_byClicks match3_byClicks Public

    match3 in unity. Initially planning feature not merge items, but click on them

    C#

  2. ClockHttp ClockHttp Public

    C#

  3. Lines98 Lines98 Public

    Turn based game. Unity, C#

    C# 1

  4. autoHotKeyAHK autoHotKeyAHK Public

    my autoHotKey scripts

    AutoHotkey

  5. Pop-balls Pop-balls Public

    Unity, C#. Simple pet game project

    ShaderLab