Explore >> Select a destination


You are here

listed.to
| | blog.michal.pawlik.dev
21.4 parsecs away

Travel
| | Lately I've been working on preparing learning materials in Scala. Usually when I work on preparing slides for public speaking I would use https://slides.com/majkp/, but this time I was looking for something self hosted. In this situation Reveal.js seems like an obvious alternative, but if you want to set up, you either have to download a fixed version which makes the upgrade hard, or build an npm project and add reveal as the dependency.
| | conductofcode.io
16.0 parsecs away

Travel
| | Modern web development architecture:
| | www.mattlayman.com
10.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).
| | gabi.dev
81.2 parsecs away

Travel
| TL;DR; I created a React package called react-usa-map It displays the USA map with the states including DC / Hawaii / Alaska It's MIT license Install instructions on The package section of this post. Package origins I am working on a project which may or may not go much further....