logo

Code

A selection of some of my code

Laxo

An e-commerce tool that automates tasks for sellers and keeps different sales channels in sync. It has a web frontend, a REST API and utilizes gRPC. There is also code that utilizes Temporal for task execution.

Repository

https://gitlab.com/jvmiert/laxo

Notable technology

  • Backend
    Go
  • Frontend
    Typescript / React
  • Database
    PostgreSQL & Redis
  • Libraries & frameworks
    Temporal, Tailwind, Protobuf, gRPC, Next.js, Slate, Zod, SWR

Visage

A lockdown side project video chat application. It comes in the form of a web client and a mobile client. The server consists of a websocket server for chat messages and a SFU (Selective Forwarding Unit) to forward video to each client.

Repository

https://github.com/jvmiert/visage

Notable technology

  • Backend
    Go
  • Frontend
    Javascript / React
  • Database
    Mongo & Redis
  • Mobile
    Javascript / React Native
  • Libraries & frameworks
    Pion WebRTC, Gorilla, Tailwind, Next.js, Zustand, Axios