Aleks Trpkovski emoji image

Hi, I’m Aleks

Welcome to my blog! I’m a Software Engineer with years of hands-on experience, passionate about all things JavaScript! This is where I share my thoughts, learnings, and experiments with new tech. If you’re curious to know more about me, check out the about me section. Feel free to reach out or connect with me on social media.
I hope this blog becomes a helpful resource on your journey.


Latest Articles

Did You Know You Can Control Your Tesla Car From Your MacBook?

15th September 2026

Tesla open-sourced an official Go SDK that lets you talk to your car over Bluetooth, with no cloud account, API key, or subscription. Here's how to pair your MacBook as a car key, read the battery state of charge for a home automation, and work around the gotchas nobody warns you about.

1 of 18

Mixing Two AI Brains: OpenCLIP + all-MiniLM-L12-v2 for Photo Recommendations

11th June 2026

Learn how combining OpenCLIP image embeddings with all-MiniLM-L12-v2 text embeddings creates a powerful photo recommendation system. Discover the maths behind late fusion, how a single tunable weight blends visual and contextual signals, and how to build the full pipeline with a lightweight Node.js and Python setup — no database or vector store required.

1 of 18

What OpenCLIP Did to My Photo Library

27th May 2026

Discover how OpenCLIP, a free open-source vision model, can automatically categorise, search, and visualise a personal photo library using zero-shot classification and vector embeddings. Learn how to build a semantic photo search engine with FastAPI, pgvector, and vanilla TypeScript, and explore your library as an interactive 3D cluster cloud powered by UMAP and Three.js. All running locally — no API keys, no monthly bills.

1 of 18