AI Powered Coding and Deployment GitHub Issues as Your New IDE. Last week I fixed a bug waiting for my coffee. Not by SSH-ing into a server or opening my laptop. Just by typing @claude fix this on a GitHub issue from my phone. 2025-07-13 cloud > DevOps > Cloudflare > GitHub Actions > Product Management
Product Model Fit with OpenRouter Model Picker Stop alt-tabbing to compare LLM models. The OpenRouter Model Picker React component gives you an in-app model selector with real-time filtering, cost comparison, and spec viewing. Find your Product-Mo 2025-06-21 LLM > Development Tools
Install n8n on Oracle Free Tier Learn how to set up n8n (a powerful workflow automation tool) on Oracle Cloud's Always Free tier. Complete guide covering VM setup, Docker installation, NGINX reverse proxy, SSL certificates, and auth 2025-06-12 cloud > oracle-cloud > self-hosting > n8n
I Wrote My First Chrome Extension Without a Single Line of Code A colleague recently asked me if I knew of a QA tool that could check whether a coordinate was within a polygon. I replied that I didn’t, but suggested we try to build a tool like that with ChatGPT. I 2023-04-03 ChatGPT #chrome extension #ChatGPT #no-code
Transition to Product Management TLDR: I was a developer with an entrepreneurial mindset and came to realize I could contribute much more as a product manager. Why? I’ve been a full-time software developer since 2007 (14 years) and w 2021-09-05 personal
CIDetector with Live Video - UIFacialGestuures Making Facial Gestures or, Using CIDetector with Streaming Video Since iOS7 Apple introduced new feature to the CIDetector, specifically smile and blinks detection. I’ve wondered if i could “feed” it 2014-10-23 iOS
Customized Ellipsis on UILabel Ellipsis (plural ellipses) is a series of dots that usually indicates an intentional omission of a word, sentence, or whole section from a text without altering its original meaning.1 In UILabel ellip 2014-05-30 iOS
Storyboard problems and How Tool By Square (codegenutils) Solves Some Storyboards are great to use, save time and allows developers to visualise the whole (or part) of app, in terms of screen relationships. ####Problem: Storyboards fail at runtime, note compile time 2014-02-22 ios > xcode