Skip to content

2023ΒΆ

Running an LLM App Assistant @Home

Goals

Nowadays, it seems that everyone is working with LLM, and I wanted to get on that boat before it sails too far into the deep.
My idea of internet freedom is for users to be the owners of the data and software they use. To be able to run these tools at home and control who has access to the information they operate on and such.

Clouds are For Everyone

We all have heard of the "cloud", this new promising compute power that provides out-of-the-box solutions and seemingly endless storage and scalability. IT specialists and regular users alike, we all have used it in one form or another - streaming services, cloud computing, file storage etc.

Our Use Case and Tools

I have recently decided to try to improve the code base we have been working on for 4 months or so by installing some static code analysis tools. The two main libraries in question are PMD1 and Checkstyle - old classics of the Java world that still get regular updates despite their age.
Besides those two, we also have a more modern testing library called ArchUnit2 to add some architecture rules and guidelines to the project.

Balcony Watering System

Summer was arriving, and we were all very thrilled to go on vacation. As usual, every preparation for the long trip abroad was done at the absolutely last possible moment.

One of the many things in the TODO list was to ensure that our 10 or so houseplants survive for 1 month without us watering them.

CRUD-Based Development

I wanted to write this article about an obvious antipattern that I keep encountering over and over again in my career. It is sort of related to the Anemic Design Anti-Pattern1 but on a scale beyond the development part of a project.
It also turns into a cocky semi-rant at the end (you have been warned).

Teaching Git With Use Cases

I have worked with many junior team members over the past years and tried to help them get better on their job and also make sure the project we work on stays clean and neat. Sometimes I needed to explain architecture layers, sometimes dependency injection, other times code and framework specifics and so on.

Creating a Product is Creating a Team

I am one of the lucky people to actually be able to work for a company that tries to create its own software solution and become a software publisher. We are a sufficiently big company with enough resources to achieve this, but without being too burdened by the heavy corporate organization that some other companies have. The original founder is still the CEO and his little brother is the CTO. Family business is the best business after all.