Mikołaj Trzciński
Frontend Developer
I'm a programmer interested primarlly in web development and emerging technologies within this field.

I'm a programmer interested primarlly in web development and emerging technologies within this field.
A web-based file converter utilizing WebAssembly, to convert between file formats locally, without uploading files to a server. Supports images, videos, audio and various document formats. The UI is written with Svelte.
https://trzcin.github.io/convertA terminal emulator for Linux built using web technologies. It utilises Golang for communicating with the running shell. It has support for multiplexing in the form of tabs and sessions. For UI it leverages standard Web Components. The desktop application was created using WailsJS.
A collaborative voxel editor based on WebGL. It allows multiple users to edit the same scene using various editing modes and colors chosen from the provided color pallete. Built with Svelte and Three.js. Y.js was used for a CRDT implementation to support conflict-free editing.
https://trzcin.github.io/collab-voxelA browser-based spreadsheet built with ReactJS. It supports keyboard navigation, formulas and charts based on data in cells. Charts are made using the ChartJS library.
https://trzcin.github.io/sheet