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 …
Javascript Backticks and NodeJS
If you are familiar with most javascript courses, they teach you 'notation' or "notation" for making strings. I am taking Wes Bos' Beginner's Javascript Course and he taught the third option. While …