Skip to content

Instantly share code, notes, and snippets.

View herus02's full-sized avatar
🫡

Herus Armstrong herus02

🫡
View GitHub Profile
@herus02
herus02 / kovacic-install.md
Last active February 7, 2026 02:22 — forked from burkeholland/beastmode-install.md
Kovačić Mode

Kovačić Mode

Kovačić Mode is a custom chat mode for VS Code agent that adds an opinionated workflow to the agent, including use of a todo list, extensive internet research capabilities, planning, tool usage instructions and more. Designed to be used with 4.1, although it will work with any model.

Below you will find the Beast Mode prompt in various versions - starting with the most recent - 3.1

Installation Instructions

  • Go to the "agent" dropdown in VS Code chat sidebar and select "Configure Modes".
  • Select "Create new custom chat mode file"
@herus02
herus02 / README.md
Created June 11, 2019 21:59 — forked from pxotox/README.md
CrossKnowledge - Technical challenge (C#)

Technical challenge

Here is the description of what you'll need to implement on this technical challenge.

Challenges

1. Cache function

Implement a function, class or module (it can be on the same module - SimpleJsonRequest.cs) to cache requests made with the existing code, preventing unecessary calls. You may use this Redis module as a cache service. Feel free to change the code within the existing functions, but do not alter their behaviour.

Context: Caching requests can be useful to avoid unecessary HTTP calls for the same resources, however, the resources can change during time, so it is important to keep in mind that cache needs to be invalidated at some point.