Skip to content

Instantly share code, notes, and snippets.

@yangirov
yangirov / stocks-background.js
Last active March 7, 2025 09:37
Stocks Image updater
const fs = require("fs");
const { exec } = require("child_process");
const { createCanvas } = require("canvas");
const { TinkoffInvestApi } = require("tinkoff-invest-api");
const WIDTH = 1280;
const HEIGHT = 720;
const OUTPUT_FILE = "./background.png";
const IS_DEV = process.env.NODE_ENV === "development";
@yangirov
yangirov / index.js
Created April 4, 2024 14:19
sonarqube-history
const simpleGit = require("simple-git");
const { execSync, spawn } = require("child_process");
// ПОМЕНЯТЬ ЗНАЧЕНИЯ
const repositoryPath = "/Users/user/Projects/project-key";
const sonarScannerCliPath = "/Users/user/Downloads/sonar-scanner/bin/sonar-scanner";
const getConfig = (version, date, index) => {
// Рандомизация даты чтобы не было коллизий (когда несколько релизов в один день)
const baseTimestamp = new Date(date + "T00:00:00+0000").getTime();
@yangirov
yangirov / README.md
Last active January 31, 2024 15:49
ESLint rule – required jsdoc comment for public methods, getters and setters

jsdoc-for-public

This rule enforces writing JSDoc comments for public methods, getters, and setters. By default, it operates throughout the entire project.

Optionally, it accepts the following arguments:

  • excluded - an array of files/folders to exclude.
  • description - additional description of the rule (e.g., a link to Confluence).

Keybase proof

I hereby claim:

  • I am yangirov on github.
  • I am yangirov (https://keybase.io/yangirov) on keybase.
  • I have a public key ASCxZ0J9FBkw2z9a_qVJyQUf6g0xgsqNzmyebsM7RNB9nwo

To claim this, I am signing this object:

@yangirov
yangirov / list.txt
Last active May 14, 2020 18:42
Скаффолдинг. История одной лени
Слайды с доклада и литература.
@yangirov
yangirov / list.txt
Last active May 14, 2020 18:43
Переезд проекта с .NET Framework на .NET Core. Tips & tricks
Слайды с доклада и литература.
@yangirov
yangirov / list.txt
Last active July 27, 2023 07:58
Миграция с Oracle на PostgreSQL: Как и зачем?
Слайды с доклада и литература.