BLOGJuly 25, 2025How to Have LLMs Write More Efficient Code using Optimal Data StructuresLLMs often generate O(n²) solutions when O(n) would suffice. Learn how to prompt for optimal data structures, avoid common performance pitfalls, and g...
BLOGApril 2, 2025Adding a GitHub Contribution Graph to Next.jsHow to add a GitHub contribution graph to your Next.js site using GitHub's GraphQL API, with server-side caching.
BLOGJune 16, 2025Claude Code: Automatic Linting, Error Analysis, & Custom CommandsHow to leverage Claude Code's error analysis slash-commands and create your own linting commands to automate repetitive CLI tasks.
BLOGJuly 20, 2025How I Finally Got a DigitalOcean Spaces Bucket to Default Public (Spoiler: Ditch Per-Bucket Keys)Still hitting 403 errors trying to make a DigitalOcean Spaces bucket public? Turn off Per-Bucket Access Keys, lean on simple ACLs, and skip the old su...
LINKJuly 13, 2025GitHub - mindsdb/mindsdb: AI’s query engine - Platform for building AI that can answer questions over large scale federated data. - The only MCP Server you’ll ever needMindsDB is an open-source AI query engine that connects and unifies data from databases, SaaS applications, and warehouses, allowing users to query al...
LINKJuly 16, 2025GitHub - sst/opencode: AI coding agent, built for the terminal.OpenCode is an open source AI coding agent designed specifically for terminal use with an optimized text-based interface and extensive keyboard contro...
LINKJuly 5, 2025Software Engineering for Data Scientists, Part 1: Pydantic Is All You Need for Poor Performance Spaghetti CodeLearn why using Pydantic beyond API boundaries leads to 6.5x slower performance and 2.5x more memory usage. This post reveals the serialization/deseri...
LINKAugust 1, 2025How to configure opencode with Cerebras Qwen 3 Coder 480B (it’s so fast!)To configure opencode with the Cerebras Qwen 3 Coder 480B model, specify the model and provider details in an opencode.json file. The configuration in...