Hands-On Insights Into Software Development, Modern Coding Practices, and Digital Innovation.

Explore in-depth, hands-on articles about software development, coding practices, architecture design, and more, organized for practical learning.

Solving the Black Box: Understanding Large Language Models and the Push for Transparency

Large Language Models are powerful—but power without transparency is risky. In this article, we explore the capabilities of large and small LLMs, compare key players like OpenAI and DeepSeek, and discuss why the black-box nature of AI needs to be solved through local models, open source, and interpretable systems.

Implement your own command line interface in golang

In this article, we will build a command line interface (CLI) together with a real-world example: Scraping a webpage. A CLI is providing a straightforward method for executing tasks, configuring settings, and managing services. Therefore implementing your own CLI in a programming language like Go (Golang) can be incredibly beneficial.