Roko Kovač

Roko Kovač

@kova98

4Projects
212Entries

212 entries in the last year

Mon
Wed
Fri

Latest Entries

Session Replays in Prod

Saturday, Sep 27, 2025Barelytics

Continuing work on getting the session replays ready for prod. Finished the compression, next up, setting up MinIO and deploying everything. Had to do some housekeeping on the m...

Compression

Friday, Sep 26, 2025Barelytics

I have about 10 hours left before I need to take a big break from the project, so I'll try and make the session replays ready for the deployment so that I can start collecting data...

Logo, Styling, Landing Page

Thursday, Sep 25, 2025Barelytics

Taking a break today so I'll play around a bit with the landing page. I ordered a logo a few days ago and got it yesterday. I'm not 100% happy but I guess it's good enough. I got ...

Session Replays POC Working

Wednesday, Sep 24, 2025Barelytics

Continuing the debugging from yesterday. Some of the requests fail, including the first one ever sent. Could it be because of the size? I need to check: - Does Chrome enforce a ...

rrweb Issues

Tuesday, Sep 23, 2025Barelytics

Today I'm continuing work on the Session Replays. I finally managed to get the POC working. There's a lot more work to do, but it's nice to see *something* ![alt text](https://c...

Session Replays

Monday, Sep 22, 2025Barelytics

Today I'll brainstorm the session replays and try to whip up a POC. I'll start by reading the rrweb docs. The recording and replaying part seems easy enough, but I need to thin...

Collecting Events, Brainstorming

Sunday, Sep 21, 2025Barelytics

A short session today. I need to set up some goals on my websites so I can test the feature with real data. I'll set up a dead simple landing page for barelytics. It's looking li...

Goals Ready For Prod

Saturday, Sep 20, 2025Barelytics

Today I'll wrap up the leftovers from yesterday. Finished up all the data calculations on the backend, now moving on to the frontend. The Goals UI is now displaying data per day...

Goals UI

Friday, Sep 19, 2025Barelytics

Today I'll really try and push to finish the Goals feature. I finalized the CRUD and I now need to set up the data calculation. This is what I'd like to get. ```json { "nam...

Goals Creation

Thursday, Sep 18, 2025Barelytics

I'm continuing work on the Goals feature. I'll define goals as a sequential series of events - a funnel. ```json { "client-id": "7de9214e-6dc2-4cc7-85cd-308d18a613c8", "...