/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

garrettdimon.com
| | github.com
9.0 parsecs away

Travel
| | A curated list of vibe coding references, collaborating with AI to write code. - filipecalegario/awesome-vibe-coding
| | www.mattlayman.com
9.0 parsecs away

Travel
| | How can you set up Tailwind CSS for your Django app on Heroku? In this article, we'll see how I did exactly that recently. I have a side project that uses Tailwind CSS. To get started quickly, I used the version from a Content Delivery Network (CDN) as Tailwind describes in the documentation. This worked fine initially while I got my project started, but the CDN version is huge (around 3MB).
| | lancecarlson.com
8.6 parsecs away

Travel
| | I was helping a colleague get setup with my semi-autonomous coding assistant utility called guppi recently and realized that he didn't have access to GPT-4 through the API. GPT-4 is a lot better at coding. This got me thinking that I need to create a solution that works for him that he can use in Chat GPT directly (for now). So, inspired by the work I did on guppi, I made ChatCopy.
| | blog.jerometerry.com
28.0 parsecs away

Travel
| Below is my top books that have influenced me as a software developer. The Pragmatic Programmer : From Journeyman to Master, Andrew Hunt, ...