This page! Designed by Alex Kolodko. The deployment to Github Pages is made using another project I've developed deploy-to-git. Website
The one "keep it stupid simple" React hook for application state. Dramatically decreases amounts of code of React data store!
HighlightedBrowser
Another experimental React state library to try alternative syntax for React hooks.
Browser
Fast and simple one-file zero-dependency library of one single-argument function that converts Tailwind classes with default configuration to CSS style objects. Perfect for email libraries based on React.
Highlighted
The tool exports text dumps (via mongoexport) of given MongoDB database to given Git repository and restores them back (via mongoimport).
CLI ToolNodeJS
This tool allows to embed code from Github on a webpage (originally you could embed Github Gists only).
HighlightedBrowser
A function for elements selections (in other words a tiny jQuery alternative) in less than ¼ of a kilobyte.
HighlightedBrowser
The tool makes possible to automatically or manually deploy build artifacts to a Git repository. The tool works great with semantic-release and any CI service.
HighlightedCLI ToolNodeJSDeployment Tool
The tool allows to run server-side JavaScript files via NodeJS as easily as PHP files via Apache (like index.php but index.srv.js instead). Express.js is used as a core.
HighlightedCLI ToolNodeJS
Refreshes NodeJS module object when its file is modified. The function is originally created for node-direct. NodeJS
A plugin for semantic-release. It's made for projects which must not be published at NPM (any private project). Instead, it uses Git tags for versioning.
NodeJSDeployment Tool
Quite experimental plugin for Babel. It converts function calls (like nofn.forEach) into fast "for" loops.
Build Tool
A Webpack loader which allows to generate static CSS code via JavaScript.
Build Tool
A straightforward definition of multi-threaded functions for NodeJS and browser.
HighlightedNodeJSBrowser
Check imports in JS files and update package.json dependencies automatically.
HighlightedCLI Tool