Hårdkodat

Git cherry-picking

I am one of those that use git flow (tutorial) in my services. A feature-branch is normally created from develop and when it's completed the branch gets pushed and a PR to merge back into develop is created. However, once in a while it turns out that develop

ngrok - expose local services

I want to try out Klarna API:s for handling payments on a e-commerce project I have. It's a Saleor project which I have running on localhost. Anyways, Klarna needs to communicate with my local server, but since it's running on http://localhost:8000 thats not

Claude Code hickups

My Claude Code (using Vertex AI) started throwing this annoying error today: API Error: 400 { "type":"error", "error": { "type": "invalid_request_error", "message": "Unexpected value(s) `tool-search-tool-2025-10-19` for the `anthropic-beta` header. Please consult our documentation at docs.

Kotlin Onboarding #4 - Advanced Mastermind

In this lesson we will remove the hardcoded ABCD secret and generate it via random() instead. Thats the Advanced part 🤭 The random function The random function works with a list (or a string - which can be represented as a list) and returns any random item from the list. Example:

Kotlin Onboarding #3 - Mastermind

In this lesson, which covers 27 chapters, we'll build a word guessing game - bulls and cows (new game to me). The lesson topics will include types of variables, function, loops, ranges, if expressions, or, and and boolean operations. The List collection and lambda expressions. Types of variables

Hårdkodat © 2026