Hello everyone, I'm a recent graduate of Blockchain & Backend Development at York University, Toronto. I started this blog to document my career change journey from bartender to a developer.
Since starting this blog in 2022, I have been hired as a research assistant and front-end developer at York's Digital Currencies Project. We are currently working on developing a way to estimate CO2 emissions associated with bitcoin mining.
Thanks for joining me.
Employment, freelance, focus groups, interviewing.
'take' is the same as 'mkdir' I guess? I completed the tutorial, and received the response "Server listening!" on the console. The problem is that when when I enter raw JSON into the post request: { "firstname": "Niall", "lastname": "Harrington", "email": "123@gmail.com" } ...then I get the following response on Postman: "Could not send request Error: connect ECONNREFUSED 127.0.0.1:9898" And I get the following error in console: "errno: 1045, sqlMessage: "Access denied for user 'admin'@'localhost' (using password: YES)", sqlState: '28000', fatal: true" I don't know where they got that "YES" password from, but I tried to replace the password "pass" from the .env file with "YES" but that didn't work either.