Tag: node

  • Fri May 8 2020

    Fri May 8 2020

    It’s Friday and it’s going to be a FANTASTIC day today. I thought my meeting with my therapist was at 9AM today, but I joined the Zoom meeting and it kicked me out of the waiting room. I think it’s actually at 9:30 like normal, but the time on the meeting is wrong. I missed […]

  • Sun Mar 1 2020

    Sun Mar 1 2020

    5:58 AM. My sleep schedule has been reset! I’m happy about that. Yesterday I did not write my target word count of 2000 words. I only got to 500 but I’m not going to beat myself up about it. I focused on self-care yesterday, and I felt excellent because of it. I walked 20 laps […]

  • Terrifying Job Interview

    Terrifying Job Interview

    TIME CAPSULE BLOG POST – Written on October 15 2019 Today I had a job interview via Zoom. It was terrifying. The company sounds very nice, it is a 100% remote, worldwide company called Exodus. Their main product is a multi-currency crypto wallet. Very cool stuff indeed. The company’s technical recruiter found me from a […]

  • Node Knockout 2013 Soundtrack

    I’m taking part in Node Knockout this year, which is a 48-hour team competition to make the best node.js based web-app you can make! I decided to put together a soundtrack in advance so I have music to listen to for the entire 48-hour developing insanity! (I don’t plan on sleeping!) Feel free to comment […]

  • node.js node-sqlite3 error

    I got this wonderful error when setting up CRUD functions on a little node project I’m working on: { [Error: SQLITE_RANGE: bind or column index out of range] errno: 25, code: ‘SQLITE_RANGE’ } Here is the code that caused the error: var row_update = function(index, name, password, comment, callback) { var update = db.prepare(“UPDATE workers […]