Giter Club home page Giter Club logo

Hi there, I am Software Engineer 👋

Telegram

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

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

Nikolay Bozhok's Projects

hextris icon hextris

Fast paced HTML5 puzzle game inspired by Tetris!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.