What does a "module" mean? Modules are just files that are used by another file. They typically perform a singular function, provide a framework to build with, a linter... you get the idea. How …
Deno Permissions Project
You may have noticed when running an application you need to provide explicit permissions for everything that runs. This can be cumbersome and we want development to be easy (at least easier, …
The Future of Backend Development With Javascript
Some guy made a toy for kids who like playing in the "back". It became so popular and widely played that when he realized the flaws in the first version of his toy, he moved on to make another toy …
Continue Reading about The Future of Backend Development With Javascript →
Deno Under the Hood
"The overwhelming majority of successful innovations exploit change"Peter Drucker What is a run-time? Deno is fairly new so there will be a ton of changes to it but the run-time itself and how …
Getting Started with Deno
I haven't found any other developers on YouTube with a channel the size of codedamn (100K+ subscribers) who are not not "super excited" about the release of Deno.Mehul Mohan What is …
Mongod on Cloud9 AWS
While trying to install mongod on my Cloud9 AWS, I ran into some troubles. For my own future reference and posterity, I'm making this post. mongod is the primary daemon process for the …