|
You are here |
stribny.name | ||
| | | | |
nodogmablog.bryanhogan.net
|
|
| | | | | 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
|
|
| | | | | Tomas Gutierrez L. personal website (0x00) | |
| | | | |
martinheinz.dev
|
|
| | | | | 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
|
|
| | | 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. | ||