Dev Diary 10
- 6. May 2025

Leveling up with AI coding assistants

A practical look at AI coding assistants comparing tools like Copilot, Gemini and Augment across levels of assistance from autocomplete to autonomous agents and how they boost productivity and streamline workflows.

Dev Diary 9 Azure error madness
- 8. April 2025

Azure error madness

A translation app using Azure services threw access errors for some users. The issue was caused by unescaped spaces in file names, leading to path mismatches in Blob Storage.

Dev Diary 8
- 19. March 2025

Why a simple menu means a better user experience

A cluttered menu can overwhelm users and hurt engagement. Simplifying navigation improves usability, keeps users happy, and boosts business success. Here’s how to make your menus cleaner and more effective.

Dev Diary 7
- 3. March 2025

Ollama

Ollama is an open-source tool for running local LLMs offline, supporting GPU/CPU execution with a simple setup and API access.

Hotovo Dev Diary 6
- 23. January 2025

Azure Bicep challenges with container apps

Challenges of using Azure Bicep for container apps, from deployment complexities to automation hurdles and resource management.

Dev Diary 5
- 15. January 2025

NPM Link

Find out how we manage reusable React components across projects using a shared library, NPM Link, and Rollup for seamless integration and testing.