Explore >> Select a destination


You are here

yasoob.me
| | vsupalov.com
1.3 parsecs away

Travel
| | Getting back into Django with a new project or after a break? Here's a collection of important parts with Links and useful snippets to help you get up to speed faster.
| | geoff.tuxpup.com
1.2 parsecs away

Travel
| | Carson Gross, Adam Stepinski and Deniz Ak?im?ek have recently published their work, Hypermedia Systems and have generously made its entire content available online without any fee. Over the past two years or so, I've found myself reaching for HTMX more often when I build sites. It's been a really nice way to work, but I've definitely learned it ad hoc. Since there's now this opportunity to directly see how its author thinks about using it, it seems worth taking a bit of time to work through the concepts ...
| | joaoventura.net
0.9 parsecs away

Travel
| | [AI summary] The post is the first part of a tutorial series on how to set up internationalization and translation features in Django web projects.
| | kenan7.com
14.9 parsecs away

Travel
| Django middleware is a powerful tool that allows you to process requests and responses globally across your entire Django application. In this post, we'll explore what middleware is, how it works, and walk through some practical examples. What is Dja...