/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

keepsimple.dev
| | simpleisbetterthancomplex.com
2.6 parsecs away

Travel
| | In this tutorial we are going to explore three date/datetime pickers options that you can easily use in a Django project. We are going to explore how to do i...
| | geoff.tuxpup.com
2.2 parsecs away

Travel
| | How I Start: Django, Tailwind, HTMX (part 1) I wanted to try out some "modern" front-end development for a while, and I did. FastAPI is great. So is Svelte. But even though I found creating APIs that way to be a breeze, building a whole site that way felt much slower and heavier than using traditional server rendering. So I decided to give django a fair shake for a while, and I'm glad I did.
| | www.valentinog.com
2.4 parsecs away

Travel
| | How to create a Django REST API? How to structure a Django project with React? Here's a practical introduction to Django REST with React. (Django 3)
| | newcome.wordpress.com
13.9 parsecs away

Travel
| I'm a little slow on the uptake with version management of language runtimes and environments. For a long time I just followed the Linux distribution convention of global versions of dependencies and compiler versions for my system. This changed during my years doing NodeJS development where the language and tools were changing daily it seemed....