All posts

3 posts tagged with #programming

Tetr4mble game

📅 Created 2 months ago 👁️ 153

🏷️ #project #js #ts #programming

Tetr4mble is a puzzle game.
A long time ago I enjoyed it on one of my very first cell phones.

Can you master the game?

LLM owns the Code; Developer should own the Thinking

📅 Created 2 months ago 👁️ 282

🏷️ #llm #programming #architecture #product_owner #product_vision

🔗 Team Maturity

LLM can generate the code for a project — but that doesn’t mean developers should give up ownership. Some thoughts on cognitive ownership, product ownership and architecture thinking in the LLM realm and why product steering matter more than ever.

SQL trick with many-to-many tables

📅 Created 3 months ago 👁️ 227

🏷️ #programming #javascript #typescript #sql

Given a many-to-many table (e.g., tagged_posts),
Select posts tagged with all given tags.