Explore >> Select a destination


You are here

www.unsungnovelty.org
| | www.billtalkstoomuch.com
8.1 parsecs away

Travel
| | ??Ah. The pitfalls of AI. Turns out everywhere I turned I was getting instructions for installing Tailwind v3 and not v4. But Tailwind itself was installing v4. And in some cases, AI was comingling the instructions. That accounts for nonsense that follows. If you want an updated and, likely, correct
| | www.mattlayman.com
6.2 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).
| | lukelowrey.com
8.9 parsecs away

Travel
| | I have been working on a ASP.NET Core project that requires me to build and publish sass stylesheets, css and javascript. I wanted to streamline the process so I put together this simple webpack [https://webpack.js.org/] setup to automate what had been a couple of manual steps.
| | blog.martinig.ch
48.5 parsecs away

Travel
| Architecture is an important asset for good programming and the notion of "pattern" is here to help us apply already trusted code architecture solutions to common problems. Jason McDonald has done a wonderful job to group some of them in a document that should be useful to most software developers. Go to his blog to