Skip to content

gggittt/gggittt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published