Explore >> Select a destination


You are here

www.unsungnovelty.org
| | lukelowrey.com
9.4 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.
| | www.mattlayman.com
6.6 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).
| | www.billtalkstoomuch.com
9.3 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
| | janikvonrotz.ch
67.4 parsecs away

Travel
| For my last project I had to build a web application to administrate a MongoDB database. Due to using Meteor quite a lot I heard about Graphql and the Apollostack. Graphql, which is a specification done by Facebook engineers, promises to be the better REST API (which I hope it is). I became curious and decided the build the server API with Apollo. First I tried to evade using the Meteor as build system as I don't want to get too accustomed to this full-stack ecosystem. However, building a live-reload server and client build system in ES6 with Node.js, Babel and Webpack was simply too much work compared to building this simple web app. So in result this was my stack: