Dave

Dave @msoup

About: Canadian Developer in Japan

Location:
Japan
Joined:
Mar 30, 2022

Dave
articles - 6 total

An Exercise with Debugging and Promises

Debugging skills are one of the hardest to gain as someone new to development, so I thought I'd take...

Learn More 0 0Jul 28 '22

Python Debugging Exercises

[The following is a series of debugging exercises that you may encounter in the real world of...

Learn More 58 5May 1 '22

npm ERR! @heroku/buildpack-registry not accessible from @heroku-cli/plugin-buildpacks

When trying to push a build over to heroku, you may have encountered the error below: remote:...

Learn More 6 2Apr 17 '22

Every Step Mattered: My journey from English teacher to Software Developer.

I graduated in 2013 with a Bachelor of Arts in Economics. I came straight to Japan to teach English,...

Learn More 25 5Apr 9 '22

Fixing "Require statement not part of import statement.eslint[@typescript-eslint/no-var-requires]"

When you run ESLint through a typescript file, you may run into this warning. Require statement...

Learn More 17 0Apr 3 '22

Making PyTest in repl.it work

This is a very short guide on how to run PyTest within a repl.it environment. It covers some of the...

Learn More 7 0Mar 30 '22