Explore >> Select a destination


You are here

craftsnippets.com
| | dylanpaulus.com
10.9 parsecs away

Travel
| | Debugging is an essential skill for any software developer. It allows us to find and fix errors in our code, improve quality and performance, and learn from our mistakes.One of the most common and powerful tools for debugging Python code is the . PDB is a module that provides an interactive command-...
| | techtldr.com
15.4 parsecs away

Travel
| | Ammonite is an interactive REPL for Scala, kind of like ipython is for Python. I usually use IntelliJ IDE for Scala (which has a REPL and debugger among other things). Ammonite is great replacement though, when I don't want to start up full blown IDE. It's really easy to get started with Ammonite. First it [...]
| | nodogmablog.bryanhogan.net
11.1 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.
| | actually.fyi
28.9 parsecs away

Travel
| Cross-compiling to ARM MacOS with Zig is Easy.