My adventures running local LLM
A few months ago, I started experimenting with local LLM models. Before that, I was already using ChatGPT daily for various tasks, like brainstorming solutio...
A few months ago, I started experimenting with local LLM models. Before that, I was already using ChatGPT daily for various tasks, like brainstorming solutio...
There is no recipe to create a good system with microservices. But I saw many times developers committing the same mistakes that lead them to the same proble...
Many developers ignore the power of a good implementation of logging on your software. Good logging will help you to understand what’s happening in the softw...
Junior, Middle, Senior, Specialist… so many titles. But how much do these titles say about their coding skills when you are trying to hire someone?
The Java checked exceptions are some kind of unique feature that most of the programming languages do not have. Is this could be a signal to not use it? The ...