From f46ab1836fb69f64f614e397346f62c9a7a24bbe Mon Sep 17 00:00:00 2001 From: AlgorithmAlchemy <35882809+AlgorithmAlchemy@users.noreply.github.com> Date: Mon, 28 Oct 2024 23:10:04 +0300 Subject: [PATCH 001/130] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2bc248..6c55cf3 100644 --- a/README.md +++ b/README.md @@ -117,4 +117,4 @@ Here are some ideas to get you started: - + From 0ebea73d1ab4e732d1b15281b41817f72a907992 Mon Sep 17 00:00:00 2001 From: AlgorithmAlchemy <35882809+AlgorithmAlchemy@users.noreply.github.com> Date: Mon, 28 Oct 2024 23:11:51 +0300 Subject: [PATCH 002/130] Update README.md Base commit --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 6c55cf3..8c422d1 100644 --- a/README.md +++ b/README.md @@ -116,5 +116,3 @@ Here are some ideas to get you started: - - From a59ef7b33db549f8657bb79a7c12777820e468a1 Mon Sep 17 00:00:00 2001 From: AlgorithmAlchemy <35882809+AlgorithmAlchemy@users.noreply.github.com> Date: Mon, 28 Oct 2024 23:34:23 +0300 Subject: [PATCH 003/130] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8c422d1..12bd0d9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ + + + + +
From 26ea2e77a11c2664cb0036ef1a3647b3d28423f2 Mon Sep 17 00:00:00 2001 From: AlgorithmAlchemy <35882809+AlgorithmAlchemy@users.noreply.github.com> Date: Mon, 28 Oct 2024 23:44:22 +0300 Subject: [PATCH 006/130] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4540ae5..e7df0e0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ - + ### Приветствую 👋 @@ -21,7 +21,7 @@- 📫 How to reach me: your_email@mail.com + 📫 How to reach me: your_email@mail.com
From 391623184edc6bc10d94c78e07b3fdefd1571c80 Mon Sep 17 00:00:00 2001 From: AlgorithmAlchemy <35882809+AlgorithmAlchemy@users.noreply.github.com> Date: Thu, 8 May 2025 22:12:42 +0300 Subject: [PATCH 058/130] Update ENG_READMY.md --- ENG_READMY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ENG_READMY.md b/ENG_READMY.md index 1bf4ce0..92f4dd9 100644 --- a/ENG_READMY.md +++ b/ENG_READMY.md @@ -29,7 +29,7 @@ I am a Python developer with more than 3 years of commercial experience. My key- 📫 How to reach me: your_email@mail.com + 📫 How to reach me: moon_shadow@cyberfear.com
From c37c5fdcbfacbe909efd559e10ea6fe5388e5aa8 Mon Sep 17 00:00:00 2001 From: AlgorithmAlchemy <35882809+AlgorithmAlchemy@users.noreply.github.com> Date: Wed, 14 May 2025 23:46:22 +0300 Subject: [PATCH 059/130] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a31a91..d66ef24 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ ## 🛠 Technical Stack * Python languages -* MySQL, PostgreSQL, MongoDB, Sqlite3, peewee, SqlAlchemy +* `MySQL, PostgreSQL, MongoDB, Sqlite3, peewee, SqlAlchemy * Spring Framework, Spring Boot, Spring Test, Spring Data Jpa, Spring Jdbc template, Spring Cloud Contract and so on... * Camunda, Camunda Cockpit, Camunda Modeleter * GitHub/Docker From 8f41f13aa84b2e4a30f015343241ab4849ffc61c Mon Sep 17 00:00:00 2001 From: AlgorithmAlchemy <35882809+AlgorithmAlchemy@users.noreply.github.com> Date: Thu, 15 May 2025 08:55:14 +0300 Subject: [PATCH 060/130] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d66ef24..a955443 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - From 0720ba5a32d8c6f3c953078256272cc9bb045cee Mon Sep 17 00:00:00 2001 From: AlgorithmAlchemy <35882809+AlgorithmAlchemy@users.noreply.github.com> Date: Thu, 15 May 2025 09:04:34 +0300 Subject: [PATCH 061/130] Create update-stats.yml --- .github/workflows/update-stats.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/update-stats.yml diff --git a/.github/workflows/update-stats.yml b/.github/workflows/update-stats.yml new file mode 100644 index 0000000..6497cce --- /dev/null +++ b/.github/workflows/update-stats.yml @@ -0,0 +1,16 @@ +name: Update GitHub Stats + +on: + schedule: + - cron: '0 0 * * *' # Каждый день в 00:00 UTC + workflow_dispatch: # Можно запускать вручную + +jobs: + update-stats: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: Trigger stats update + run: | + git commit --allow-empty -m "🔄 Auto-update stats [skip ci]" + git push \ No newline at end of file From d4d9354b40eb719bceb65fc3ae4ea71225581b9c Mon Sep 17 00:00:00 2001 From: AlgorithmAlchemy <35882809+AlgorithmAlchemy@users.noreply.github.com> Date: Thu, 15 May 2025 09:16:16 +0300 Subject: [PATCH 062/130] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a955443..75d71f1 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ #- 📫 How to reach me: moon_shadow@cyberfear.com + 📫 How to reach me: @mail
-### 🔑 HIGHLIGHTS: * I am working on the development of an NFT game on the TON blockchain with elements of charity in Telegram. * I write posts on technical topics and share my experience with the community. * I develop websites in Flask, I have some experience in Django. * I am developing a unique brand of accessories in the underground niche, using futuristic and cyber aesthetics. +### 🔑 HIGHLIGHTS: * I am working on the development of an `NFT game` on the `TON` blockchain with elements of charity in Telegram. * I write posts on technical topics and share my experience with the community. * I develop websites in `Flask`, I have some experience in `Django`. * I am developing a unique brand of accessories in the underground niche, using futuristic and cyber aesthetics. -### 🛠 TECH STACK: * Programming languages: Python (mid), JavaScript (jun) * Databases: MySQL, PostgreSQL, MongoDB, SQLite, Peewee, SqlAlchemy * Infrastructure: Docker * Frameworks and tools: `Flask`, `Django`, `FastAPI`, `Aiogram` * Blockchain and cryptocurrencies: Ethereum, TON, Soliduty-smart contracts, create NFT * Machine learning: Using libraries for ML such as TensorFlow, PyTorch +### 🛠 TECH STACK: * Programming languages: `Python (mid)`, `JavaScript (jun)` * Databases: `MySQL`, `PostgreSQL`, `MongoDB`, SQLite, Peewee, SqlAlchemy * Infrastructure: Docker * Frameworks and tools: `Flask`, `Django`, `FastAPI`, `Aiogram` * Blockchain and cryptocurrencies: `Ethereum`, `TON`, `Soliduty-smart contracts`, create NFT * Machine learning: Using libraries for ML such as `TensorFlow`, `PyTorch` ### 💼 MY PROJECTS IN OPEN-SOURCE: * NFT game on the TON blockchain – A game under development that uses cryptocurrency and NFT tokens to interact with players via Telegram. * Telegram Bots – Numerous bot development projects for automation and user engagement. * Other projects – Automate tasks in Windows using scripts, deploy a microservice architecture for backend development. From 25b3703cb70b55f8367ec4852bd2c0938a8b145e Mon Sep 17 00:00:00 2001 From: AlgorithmAlchemy <35882809+AlgorithmAlchemy@users.noreply.github.com> Date: Wed, 21 May 2025 22:28:03 +0300 Subject: [PATCH 067/130] Update ENG_READMY.md --- ENG_READMY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ENG_READMY.md b/ENG_READMY.md index 1875d04..e88b350 100644 --- a/ENG_READMY.md +++ b/ENG_READMY.md @@ -36,7 +36,7 @@ I am a Python developer with more than 3 years of commercial experience. My key ### 🔑 HIGHLIGHTS: * I am working on the development of an `NFT game` on the `TON` blockchain with elements of charity in Telegram. * I write posts on technical topics and share my experience with the community. * I develop websites in `Flask`, I have some experience in `Django`. * I am developing a unique brand of accessories in the underground niche, using futuristic and cyber aesthetics. -### 🛠 TECH STACK: * Programming languages: `Python (mid)`, `JavaScript (jun)` * Databases: `MySQL`, `PostgreSQL`, `MongoDB`, SQLite, Peewee, SqlAlchemy * Infrastructure: Docker * Frameworks and tools: `Flask`, `Django`, `FastAPI`, `Aiogram` * Blockchain and cryptocurrencies: `Ethereum`, `TON`, `Soliduty-smart contracts`, create NFT * Machine learning: Using libraries for ML such as `TensorFlow`, `PyTorch` +### 🛠 TECH STACK: * Programming languages: `Python (mid)`, `JavaScript (jun)` * Databases: `MySQL`, `PostgreSQL`, `MongoDB`, `SQLite`, Peewee, SqlAlchemy * Infrastructure: Docker * Frameworks and tools: `Flask`, `Django`, `FastAPI`, `Aiogram` * Blockchain and cryptocurrencies: `Ethereum`, `TON`, `Soliduty-smart contracts`, create NFT * Machine learning: Using libraries for ML such as `TensorFlow`, `PyTorch` ### 💼 MY PROJECTS IN OPEN-SOURCE: * NFT game on the TON blockchain – A game under development that uses cryptocurrency and NFT tokens to interact with players via Telegram. * Telegram Bots – Numerous bot development projects for automation and user engagement. * Other projects – Automate tasks in Windows using scripts, deploy a microservice architecture for backend development. From 35bd9352d2c98712da88dce9bd847b9654cee0b6 Mon Sep 17 00:00:00 2001 From: AlgorithmAlchemy <35882809+AlgorithmAlchemy@users.noreply.github.com> Date: Wed, 21 May 2025 22:28:23 +0300 Subject: [PATCH 068/130] Update ENG_READMY.md --- ENG_READMY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ENG_READMY.md b/ENG_READMY.md index e88b350..b3ad367 100644 --- a/ENG_READMY.md +++ b/ENG_READMY.md @@ -36,7 +36,7 @@ I am a Python developer with more than 3 years of commercial experience. My key ### 🔑 HIGHLIGHTS: * I am working on the development of an `NFT game` on the `TON` blockchain with elements of charity in Telegram. * I write posts on technical topics and share my experience with the community. * I develop websites in `Flask`, I have some experience in `Django`. * I am developing a unique brand of accessories in the underground niche, using futuristic and cyber aesthetics. -### 🛠 TECH STACK: * Programming languages: `Python (mid)`, `JavaScript (jun)` * Databases: `MySQL`, `PostgreSQL`, `MongoDB`, `SQLite`, Peewee, SqlAlchemy * Infrastructure: Docker * Frameworks and tools: `Flask`, `Django`, `FastAPI`, `Aiogram` * Blockchain and cryptocurrencies: `Ethereum`, `TON`, `Soliduty-smart contracts`, create NFT * Machine learning: Using libraries for ML such as `TensorFlow`, `PyTorch` +### 🛠 TECH STACK: * Programming languages: `Python (mid)`, `JavaScript (jun)` * Databases: `MySQL`, `PostgreSQL`, `MongoDB`, `SQLite`, `Peewee`, `SqlAlchemy` * Infrastructure: `Docker` * Frameworks and tools: `Flask`, `Django`, `FastAPI`, `Aiogram` * Blockchain and cryptocurrencies: `Ethereum`, `TON`, `Soliduty-smart contracts`, create NFT * Machine learning: Using libraries for ML such as `TensorFlow`, `PyTorch` ### 💼 MY PROJECTS IN OPEN-SOURCE: * NFT game on the TON blockchain – A game under development that uses cryptocurrency and NFT tokens to interact with players via Telegram. * Telegram Bots – Numerous bot development projects for automation and user engagement. * Other projects – Automate tasks in Windows using scripts, deploy a microservice architecture for backend development. From 4c01a5d78c8d55c34f64fbdc33866466b7063eb3 Mon Sep 17 00:00:00 2001 From: AlgorithmAlchemy <35882809+AlgorithmAlchemy@users.noreply.github.com> Date: Wed, 21 May 2025 22:40:58 +0300 Subject: [PATCH 069/130] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3768b33..a92bd26 100644 --- a/README.md +++ b/README.md @@ -76,9 +76,9 @@ * **Камера-эмуляторы и подмена изображений** – Утилиты для подмены видео и эмуляции виртуальных камер, использующихся в различных сценариях. * **Face AI / Vision-проекты** – Распознавание возраста, пола, настроения, генерация AR-масок (аналог Instagram), AI-генератор лиц, базовые CV-модули. * **Антимат с алертами** – Python-утилита, работающая как кейлогер: отслеживает ввод и выводит предупреждение при обнаружении нецензурной лексики. -* **Pyrogram-комбайн** – Многофункциональный Telegram-фреймворк на Pyrogram: подписки, оплата, доступ к контенту, управление товарами, аналитика. -* **Web3 API-шлюз** – FastAPI-сервис для работы с Ethereum и TON: балансы, события смарт-контрактов, NFT и токены. -* **ML-прототипы** – Мини-проекты на PyTorch и TensorFlow: классификация текста, генерация изображений, эмоции и тональность. +* **Pyrogram-комбайн** – Многофункциональный Telegram-фреймворк на `Pyrogram`: подписки, оплата, доступ к контенту, управление товарами, аналитика. +* **Web3 API-шлюз** – `FastAPI`-сервис для работы с `Ethereum` и `TON`: балансы, события смарт-контрактов, `NFT` и `токены`. +* **ML-прототипы** – Мини-проекты на `PyTorch` и `TensorFlow`: классификация текста, генерация изображений, эмоции и тональность. * **Сетевые инструменты** – Проекты с использованием сокетов: обмен данными, кастомные клиент-серверные решения, низкоуровневая автоматизация. From 3713b1e38f90bc76ecc3dd8e385b634b7665bc76 Mon Sep 17 00:00:00 2001 From: AlgorithmAlchemy <35882809+AlgorithmAlchemy@users.noreply.github.com> Date: Thu, 22 May 2025 13:18:44 +0300 Subject: [PATCH 070/130] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index a92bd26..0fee420 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,15 @@  --> + + ##
+
+
+
+
-
-
-
+
- 🇬🇧 English Version + 🇬🇧 English Version
From d681ca767ab1fb1b9a9647781f3ab7cc2ccf3b0c Mon Sep 17 00:00:00 2001 From: AlgorithmAlchemy <35882809+AlgorithmAlchemy@users.noreply.github.com> Date: Fri, 23 May 2025 18:27:56 +0300 Subject: [PATCH 076/130] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5566b62..6280673 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ -->- 🇬🇧 English Version + 🇬🇧 English Version
From 47d04bc5434d11506db203d0f1c4801e9c08287f Mon Sep 17 00:00:00 2001 From: AlgorithmAlchemy <35882809+AlgorithmAlchemy@users.noreply.github.com> Date: Fri, 23 May 2025 18:29:32 +0300 Subject: [PATCH 077/130] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6280673..f1d2d77 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,13 @@ --> + From b07f0d21cb8d4d580055b43d48ee31193b4d1e3e Mon Sep 17 00:00:00 2001 From: AlgorithmAlchemy <35882809+AlgorithmAlchemy@users.noreply.github.com> Date: Fri, 23 May 2025 18:30:16 +0300 Subject: [PATCH 078/130] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1d2d77..101af56 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ -->
-
+
From cc4d10050dd308ca7e18cfa0861d48a94c42c897 Mon Sep 17 00:00:00 2001 From: AlgorithmAlchemy <35882809+AlgorithmAlchemy@users.noreply.github.com> Date: Sat, 24 May 2025 14:20:47 +0300 Subject: [PATCH 081/130] Update ENG_READMY.md --- ENG_READMY.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ENG_READMY.md b/ENG_READMY.md index 9f49766..85de252 100644 --- a/ENG_READMY.md +++ b/ENG_READMY.md @@ -11,7 +11,14 @@ I am a Python developer with more than 3 years of commercial experience. My key competencies are backend development in Python. I've worked with monolithic and microservice architectures, and I also have some experience in blockchain development. I participate in open-source projects from time to time, but I focus on my own or commercial projects. Therefore, you will not find my code in great abundance on GitHub, since most of my developments remain within the companies I work with. However, I am always open to sharing experiences and sharing my knowledge through articles and posts on technical topics. - +
From e7be0032a8779b1ab9acb6b5ae182025f1a5dd59 Mon Sep 17 00:00:00 2001 From: AlgorithmAlchemy <35882809+AlgorithmAlchemy@users.noreply.github.com> Date: Sat, 24 May 2025 14:21:18 +0300 Subject: [PATCH 082/130] Update ENG_READMY.md --- ENG_READMY.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ENG_READMY.md b/ENG_READMY.md index 85de252..85a1147 100644 --- a/ENG_READMY.md +++ b/ENG_READMY.md @@ -12,11 +12,11 @@ I am a Python developer with more than 3 years of commercial experience. My key
From cffa797a514347c139ae0d2efee3e8433839107f Mon Sep 17 00:00:00 2001 From: AlgorithmAlchemy <35882809+AlgorithmAlchemy@users.noreply.github.com> Date: Sat, 24 May 2025 16:03:06 +0300 Subject: [PATCH 083/130] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 101af56..2a7b44d 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,10 @@ From e1565e24df72fa9d84123350758c764920588006 Mon Sep 17 00:00:00 2001 From: AlgorithmAlchemy <35882809+AlgorithmAlchemy@users.noreply.github.com> Date: Mon, 26 May 2025 00:32:55 +0300 Subject: [PATCH 084/130] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a7b44d..bf9ef22 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@
-
-
-
-
- 📫 How to reach me: @mail
+ 📫 How to reach me: https://t.me/devlope_r
- 📫 How to reach me: https://t.me/devlope_r
+ 📫 How to reach me: mail
From 1aa46270691c002f2726d215cd33d1c595dc69da Mon Sep 17 00:00:00 2001
From: AlgorithmAlchemy <35882809+AlgorithmAlchemy@users.noreply.github.com>
Date: Sun, 8 Jun 2025 14:37:02 +0300
Subject: [PATCH 092/130] Update ENG_READMY.md
---
ENG_READMY.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ENG_READMY.md b/ENG_READMY.md
index ea60b1b..f612941 100644
--- a/ENG_READMY.md
+++ b/ENG_READMY.md
@@ -10,9 +10,9 @@
###
I am a Python developer with more than 3 years of commercial experience. My key competencies are backend development in Python. I've worked with monolithic and microservice architectures, and I also have some experience in blockchain development. I participate in open-source projects from time to time, but I focus on my own or commercial projects. Therefore, you will not find my code in great abundance on GitHub, since most of my developments remain within the companies I work with. However, I am always open to sharing experiences and sharing my knowledge through articles and posts on technical topics.
-
+
+
+
+
+
-
+
+
From 6a298c98a820dd8af69f509f80ad447f888285a7 Mon Sep 17 00:00:00 2001
From: AlgorithmAlchemy <35882809+AlgorithmAlchemy@users.noreply.github.com>
Date: Mon, 26 May 2025 00:34:33 +0300
Subject: [PATCH 085/130] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index bf9ef22..3203f1c 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@
+
From 21239b510426aaf85321e6abb6f85fb7f453f874 Mon Sep 17 00:00:00 2001
From: AlgorithmAlchemy <35882809+AlgorithmAlchemy@users.noreply.github.com>
Date: Mon, 26 May 2025 00:37:42 +0300
Subject: [PATCH 086/130] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 3203f1c..bb410c7 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@
+
From a807da829b29cf5506971108377c95202949ad2a Mon Sep 17 00:00:00 2001
From: AlgorithmAlchemy <35882809+AlgorithmAlchemy@users.noreply.github.com>
Date: Mon, 26 May 2025 00:38:59 +0300
Subject: [PATCH 087/130] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index bb410c7..2906660 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@
+
From 72d41ad20ac7bc57ffca627430378cef3375d2d4 Mon Sep 17 00:00:00 2001
From: AlgorithmAlchemy <35882809+AlgorithmAlchemy@users.noreply.github.com>
Date: Sat, 31 May 2025 18:48:29 +0300
Subject: [PATCH 088/130] Update ENG_READMY.md
---
ENG_READMY.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/ENG_READMY.md b/ENG_READMY.md
index 85a1147..47d9ad7 100644
--- a/ENG_READMY.md
+++ b/ENG_READMY.md
@@ -11,6 +11,9 @@
I am a Python developer with more than 3 years of commercial experience. My key competencies are backend development in Python. I've worked with monolithic and microservice architectures, and I also have some experience in blockchain development. I participate in open-source projects from time to time, but I focus on my own or commercial projects. Therefore, you will not find my code in great abundance on GitHub, since most of my developments remain within the companies I work with. However, I am always open to sharing experiences and sharing my knowledge through articles and posts on technical topics.
+ 
+
+
-
+
+
+
+
+
+