Featured

Why I Built Purple — And Why It Took 20 Years to Get Here

Why I Built Purple — And Why It Took 20 Years to Get Here

Read article
AI/ML Oct 9, 2024

I built my own LLM chat, and it’s running offline

Recently, I took on a project to build AChat, a chat application that runs on my local network and operates entirely offline. The challenge was to utilize a powerful AI model, Meta’s LLaMa, while keeping everything on-premise, without relying on cloud services. It turns out, when you have a GPU-equipped server at home, it’s entirely […]

Read more →
Golang Sep 26, 2024

Automating Video Conversion for Amazon with a Custom Golang-based Tool

I recently built a video converter application for my wife, who works with Amazon and regularly needs to convert videos into various formats and resolutions for different placements on the platform. Manually adjusting video settings for each requirement was time-consuming and error-prone, so I decided to automate the entire process for her. The Problem: Repetitive […]

Read more →
AI/ML May 24, 2024

Your AI model lacks of neuroplasticity

What are the limitations of AI currently developed by the biggest companies like Meta, Google, or OpenAI? Since I started developing applications and APIs utilizing various machine learning models to predict local weather, recognize handwriting and translate it to LaTeX, solve mathematical equations, predict cryptocurrency trends, and auto buy/sell BTC, ETH, and others, I have […]

Read more →
API Apr 24, 2024

Rate limiting and how to handle it on the client side

When publishing an API on the internet, we open ourselves up to a wonderful world of users, but also a world full of threats. Proper design patterns, good security practices, and audits and penetration tests help mitigate many of the risks associated with open API access. There are many design patterns and best practices for […]

Read more →
Golang Apr 16, 2024

Embedding assembly into Golang

Go is very powerful language, but even with all this power time to time we need to go lower level and write some “kosher code” that will be hyper optimized either for memory usage of performance. In Golang we do have two interfaces to do so, depending on the level we want to write our […]

Read more →

Built with technologies I love

This blog runs on open, proven tools — chosen for reliability, not popularity.