Explore >> Select a destination


You are here

stribny.name
| | nodogmablog.bryanhogan.net
2.3 parsecs away

Travel
| | It is easy to debug an AWS Lambda function locally with Visual Studio Code, all you need to do is install one tool and make one change to the launch.json file. Read on to see how.
| | 0x00.cl
1.6 parsecs away

Travel
| | Tomas Gutierrez L. personal website (0x00)
| | martinheinz.dev
1.5 parsecs away

Travel
| | Even if you write clear and readable code, even if you cover your code with tests, even if you are very experienced developer, weird bugs will inevitab...
| | will-keleher.com
25.9 parsecs away

Travel
| Understanding why `zip(*[iter(s)]*n)` chunks an input `s` into `n` chunks is a good excuse to explore iterators, iterable unpacking, list multiplication, and the zip function.