life is too short for a diary

Most popular




Claude Code Custom Command: Import JVM Certificates

One of the most powerful features in Claude Code is the ability to create custom slash commands. Instead of repeatedly typing long or error-prone commands, you can encapsulate workflows into a reusable command...

Continue reading → Tags : claude ai






Cribsheet for Heap data structure

A quick reference guide for heap data structures, algorithms, and common interview patterns. Covers max/min heaps, heapsort, priority queues, and practical implementations in Java and Python...

Continue reading → Tags : java python algorithm heap






Building and Testing Canton Smart Contracts Locally

Building on Canton requires fast feedback loops. Testing locally before deploying to a testnet saves time and costs. This guide walks through a complete workflow: create a contract, build it, spin up a sandbox, and verify it works via the JSON API...

Continue reading → Tags : blockchain canton daml makefile