If you write server-side JavaScript, chances are you’ve need to read information from environment variables. It’s considered a best practice to share sensitive information, such as access tokens, inside of environment variables to... (more…)
Read more »
Lately, I've been embracing modern JavaScript. The unfortunate thing is how late to the party I am! This post is my story of JavaScript redemption. (more…)
Read more »
How will your project die? Choose from 2,147,483,647 possible endings! (more…)
Read more »
neurojs - A javascript deep learning and reinforcement learning library. (more…)
Read more »
The upload handler checks that the content type starts with "image/", but this check includes the image/svg+xml content type, so the following image is accepted: <?xml version="1.0" encoding="UTF-8... (more…)
Read more »