Image
Image

CKEditor Swiper

2025 - 2026

CKEditor5 plugin for Swiper. Provides an editor widget for building Swiper sliders in CKEditor5. Quite experimental, for now, but seems to work with at least one out-of-context case/framework.

Image
CKEditor5 Swiper
Image
CKEditor5 Swiper
Image
CKEditor5 Swiper
Image
Image

CKEditor Braille

2024 - 2026

Rich text editor - currently CKEditor5 as the most common across web applications - plugin that provides an ability to write Braille. Key combos are mapped to equivalent Unicode values once the plugin is active via its own widget.

Early Braille education is crucial to literacy, education, and employment among the visually impaired. Despite the evolution of new technologies, including screen reader tech that reads information aloud, Braille provides access to spelling, punctuation, and other aspects of written language less accessible through audio alone. This app provides a way to learn and practice Braille in the desktop environment where only it is possible to use specific keyboard keys as Braille.

Site user

Video file
Caption

Braille keys

Each of the following letters, and each of the combinations of them d f j k l s.
There are no additional requirements, such as special font, browser OS etc.

Challenge

Additionally, this plugin provides a framework for exercising braille typing, in both directions, from text to braille and vice versa. Includes SpeechSynthesis API implementation for certain audio helpers.

Advanced site user

Video file
Caption

Audio responses

As mentioned, there are some audio responses. The current "hot" keys for it are: Shift+[1-5] aka Shift+1, or  Shift+5 Key-combos work when the cursor focus is in the editor and within Braille container.

API

Instead of setting the config for any Braille container, as seen in the previous video, the equivalent data may come from API. It gets encrypted and stored in the local storage.

Strava API + Leaflet

2018 - 2019

Open Street maps / Leaflet + STRAVA API

A very advanced UI/UX made with Leaflet and implementing back-end STRAVA API on for Storyteller platform. Integration of STRAVA API in back-end and a complex JavaScript factory to combine all into a visual story for users/members who actually post their rides this way.

The most advanced part here was processing available geo data json in order to create "the rhythm" and the animation on the map.

/* Main animation method in JavaScript */
Video file