Install n8n on Oracle Free Tier Note: This guide is based on and inspired by Self-hosted n8n with Oracle Cloud by @dcheng857 on Medium. Please check out the original article for more details and credit. Setting up Oracle Cloud Fre 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
How I setup this blog- Octorpresse Github.io, Custom Domain, theme This blog is: Running Octopress Hosted on github.io with custom domain options Setup the DNS entries using namecheap Installed this theme: foxslide All for the price of registering the domain at Go 2014-02-10 blogging
My Process for updating Octopress Theme TLDR: This is my general process of modifying code from Github (or other) that I use (could be an Octopress theme or a cocoapod or any other open source code one might use), all while maintaining the 2014-02-08 git > octopress