Explore >> Select a destination


You are here

www.mattlayman.com
| | www.khanna.law
12.8 parsecs away

Travel
| | My preferred technology for rapidly prototyping ideas is Django, styled with Tailwind CSS and deployed on Heroku.
| | blog.doismellburning.co.uk
10.1 parsecs away

Travel
| | I really like Django. Django is fast, featureful, secure, scalable, and versatile. It works well with a variety of workflows, approaches, tools, pl...
| | babashka.org
13.7 parsecs away

Travel
| | A categorised directory of libraries and tools for Babashka
| | blog.nuculabs.de
96.4 parsecs away

Travel
| Hello! ?? The Cancellation Token Pattern article is a pattern inspired by C#'s CancellationToken struct and Golang's context package. The main idea of the pattern is to allow the user of an API to cancel its operations, but in order for this pattern to work, the API must be written with the cancellation token pattern in mind. To use the pattern, you need a class that represents a cancellation token. Here's my simple version: