Explore >> Select a destination


You are here

memo.mx
| | florimond.dev
17.8 parsecs away

Travel
| | ChainMap in a nutshell: treat multiple dictionaries as one, unlock Python superpowers.
| | janakiev.com
15.2 parsecs away

Travel
| | When writing programs, there is often a large set of configuration and credentials that should not be hard-coded in the program. This also makes the customization of the program much easier and more generally applicable. There are various ways to handle configuration and credentials and you will see here a few of the popular and common ways to do that with Python.
| | blog.alexwendland.com
10.5 parsecs away

Travel
| |
| | blog.codingmilitia.com
80.3 parsecs away

Travel
| I'm pretty late to the C# source generator party, but hey, better late than never ??. In this post, let's take a look at how we can automagically map minimal API endpoints using C# source generators