Pinned Repositories
appwrite-backup-tool
This backup tool will generate query for each document in AppWrite database and save them as a json files on a hard drive. That means It can handle as much documents as you need. Also there is a script to run AppWrite in Docker on localhost so you can test your backup.
react-declarative
A React form builder which interacts with a JSON endpoint to generate nested 12-column grids with input fields and automatic state management in a declarative style. Endpoint is typed by TypeScript guards (IntelliSense available). This tool is based on material-ui components, so your application will look beautiful on any device...
react-face-kyc
Quite useful react snippet for automatic photo capture with check of correct face position. It uses Haar-cascade in WASM (performant and can be trained instead of programmed)
ecg-line-webcomponent
ECG line canvas wrapped with webcomponent
material-ui-umd
Разработка ui на React используя как систему сборки только TypeScript Compiler. Примеры кода, инструменты, umd дистрибутив библиотеки material-ui с файлом описания пространств имен глобального объекта
node-videostream
Basic client-server websocket webm video streaming app
qml-flexbox
Flexbox layout for QML
qmlcontactlist
The easy way to extend contacts from android to qml
qt-dxgi-screenshot
Sample screenshot program that uses dxgi instead of gdi and can capture video games on windows
tripolskypetr.github.io
TypeScript Programmer CV
tripolskypetr's Repositories
tripolskypetr/qt-dxgi-screenshot
Sample screenshot program that uses dxgi instead of gdi and can capture video games on windows
tripolskypetr/ecg-line-webcomponent
ECG line canvas wrapped with webcomponent
tripolskypetr/material-ui-umd
Разработка ui на React используя как систему сборки только TypeScript Compiler. Примеры кода, инструменты, umd дистрибутив библиотеки material-ui с файлом описания пространств имен глобального объекта
tripolskypetr/qmlcontactlist
The easy way to extend contacts from android to qml
tripolskypetr/node-grpc-monorepo
The TypeScript-gRPC monorepo starter kit that simplifies microservices development using OOP principles. Features typed gRPC communication, PM2 process management, unified database operations in single responsibility module, easy debugging without Docker, and automated SOLID code analysis with AI-powered documentation.
tripolskypetr/react-history-switch
Self-hosted context-free Switch routing component for History.js library (React). The library was created to transfer navigation responsibility from a view into Mobx state container (MVC). Also can be used separately as a self-hosted router
tripolskypetr/di-kit
Minimal ioc container which allow circular dependency injection
tripolskypetr/di-scoped
A context-based instantiation system using async_hooks, ensuring each class instance is scoped to a unique execution context, with automatic creation and reuse of different instances using the same reference across multiple contexts.
tripolskypetr/functools-kit
A library with helpers for react-declarative app backend development
tripolskypetr/node-redis-grpc-stream-queue
Enables reliable bidirectional gRPC streaming with automatic retries, message queuing, error handling, and logging, supporting real-time communication between distributed services in a robust and fault-tolerant manner.
tripolskypetr/node-scoped-service
Scoped services similar to ASP.Net Core ported to NodeJS. Framework agnostic
tripolskypetr/node-webrtc-ajax
The first WebRTC group call example without socket.io. Can be used as a scaffold for production solution
tripolskypetr/pinolog
The preset of pino with rotating-file-stream
tripolskypetr/pwabuildserver
An easy-configurable CI/CD for PWA
tripolskypetr/openstreetmap-list-addresses
tripolskypetr/di-factory
The generic repository pattern implementation for NodeJS, aka BaseCRUD
tripolskypetr/di-lazy
Lazy instantiation of the class based on the first access to its reference
tripolskypetr/di-singleton
Wraps a class constructor to ensure only one instance is created, using lazy initialization and optionally calling an init method if present, while maintaining type safety via TypeScript generics.
tripolskypetr/di-stateless
Transient services similar to ASP.Net Core. A service that is created every time it is requested from a service container
tripolskypetr/get-moment-stamp
Calculate days since 01/01/1970
tripolskypetr/mathematical-expression-parser
СИНТАКСИЧЕСКИЙ АНАЛИЗ ВЫРАЖЕНИЯ. ПАРСЕР МАТЕМАТИЧЕСКИХ ВЫРАЖЕНИЙ
tripolskypetr/node-basecrud-service
The generic repository pattern implementation for NodeJS, aka BaseCRUD
tripolskypetr/node-gyp-opencv
I created a simple script which will compile OpenCV 3.4 with opencv_contrib (SIFT, SURF available) for linking with Native Abstractions for Node.js on Ubuntu 18.04
tripolskypetr/pwalauncher
The PWA launcher for react-declarative
tripolskypetr/react-native-bug
tripolskypetr/react-native-bug-reproducer
tripolskypetr/react-native-reusables
Universal shadcn/ui for React Native: Copy, paste, and tailor components to suit your specific requirements.
tripolskypetr/shadowform
Library for creating forms using React and Mobx
tripolskypetr/tripolskypetr
tripolskypetr/yolo-screencapture-python